apply default text color to all font awesome icons (except for title buttons)

This commit is contained in:
Sebastian Stenzel
2019-08-14 17:10:40 +02:00
parent cf91a8b62c
commit ded43f7e7b
2 changed files with 8 additions and 8 deletions

View File

@@ -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 *

View File

@@ -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 *