refactor css file
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
.navigation {
|
||||
-fx-border-width: 1;
|
||||
-fx-border-color: -timi-fx-border-color;
|
||||
}
|
||||
.navigation .navigation-button {
|
||||
-fx-padding: .25em .833333em; /* 3 10 */
|
||||
-fx-border-width: 0;
|
||||
-fx-border-color: -timi-fx-border-color;
|
||||
}
|
||||
.navigation .navigation-button.after-group {
|
||||
-fx-border-width: 1 0 0 0;
|
||||
}
|
||||
.navigation .navigation-button:hover {
|
||||
-fx-background-color: #CCC;
|
||||
}
|
||||
.navigation .navigation-button:selected {
|
||||
-fx-text-fill: #FFF;
|
||||
-fx-background-color: -timi-fx-color;
|
||||
}
|
||||
.navigation .navigation-button:disabled {
|
||||
-fx-opacity: -timi-fx-opacity-disabled;
|
||||
}
|
||||
|
||||
.group-pane {
|
||||
-fx-animated: false;
|
||||
-fx-border-width: 1 0 0 0;
|
||||
}
|
||||
.group-pane.bottom-line {
|
||||
-fx-border-width: 1 0 1 0;
|
||||
}
|
||||
.group-pane .content {
|
||||
-fx-padding: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user