mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 10:41:26 +00:00
apply default text color to all font awesome icons (except for title buttons)
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
-fx-text-fill: TEXT_FILL;
|
||||
}
|
||||
|
||||
.fa-icon {
|
||||
-fx-fill: TEXT_FILL;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Labels *
|
||||
@@ -239,10 +243,6 @@
|
||||
-fx-background-color: CONTROL_BG_ARMED;
|
||||
}
|
||||
|
||||
.toolbar-container .button .fa-icon {
|
||||
-fx-fill: TEXT_FILL;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* ScrollBar *
|
||||
|
||||
@@ -35,6 +35,10 @@
|
||||
-fx-text-fill: TEXT_FILL;
|
||||
}
|
||||
|
||||
.fa-icon {
|
||||
-fx-fill: TEXT_FILL;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Labels *
|
||||
@@ -239,10 +243,6 @@
|
||||
-fx-background-color: CONTROL_BG_ARMED;
|
||||
}
|
||||
|
||||
.toolbar-container .button .fa-icon {
|
||||
-fx-fill: TEXT_FILL;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* ScrollBar *
|
||||
|
||||
Reference in New Issue
Block a user