|
@@ -312,29 +312,22 @@
|
|
|
-fx-fill: transparent;
|
|
|
}
|
|
|
|
|
|
-.toolbar-container {
|
|
|
- -fx-min-height: 31px;
|
|
|
- -fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent;
|
|
|
- -fx-border-width: 1px 0 0 0;
|
|
|
-}
|
|
|
-
|
|
|
-.toolbar-container .button {
|
|
|
- -fx-pref-height: 30px;
|
|
|
- -fx-pref-width: 31px;
|
|
|
+.button.toolbar-button {
|
|
|
+ -fx-min-height: 40px;
|
|
|
-fx-background-color: transparent;
|
|
|
-fx-background-insets: 0;
|
|
|
-fx-background-radius: 0;
|
|
|
- -fx-border-color: transparent CONTROL_BORDER_NORMAL transparent transparent;
|
|
|
- -fx-border-width: 0 1px 0 0;
|
|
|
+ -fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent;
|
|
|
+ -fx-border-width: 1px 0 0 0;
|
|
|
-fx-padding: 0;
|
|
|
}
|
|
|
|
|
|
-.toolbar-container .button:focused {
|
|
|
+.button.toolbar-button:focused {
|
|
|
-fx-background-color: CONTROL_BORDER_FOCUSED, MAIN_BG;
|
|
|
- -fx-background-insets: 0, 1px 2px 1px 1px;
|
|
|
+ -fx-background-insets: 0, 2px 1px 1px 1px;
|
|
|
}
|
|
|
|
|
|
-.toolbar-container .button:armed {
|
|
|
+.button.toolbar-button:armed {
|
|
|
-fx-background-color: CONTROL_BG_ARMED;
|
|
|
}
|
|
|
|
|
@@ -469,13 +462,13 @@
|
|
|
******************************************************************************/
|
|
|
|
|
|
.button {
|
|
|
- -fx-pref-height: 25px;
|
|
|
-fx-text-fill: TEXT_FILL;
|
|
|
-fx-alignment: CENTER;
|
|
|
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL;
|
|
|
-fx-background-insets: 0, 1px;
|
|
|
-fx-background-radius: 4px;
|
|
|
- -fx-padding: 0.2em 1em 0.2em 1em;
|
|
|
+ -fx-padding: 0.3em 1em 0.3em 1em;
|
|
|
+ -fx-graphic-text-gap: 6px;
|
|
|
}
|
|
|
|
|
|
.button:focused {
|
|
@@ -514,9 +507,9 @@
|
|
|
}
|
|
|
|
|
|
.button-large {
|
|
|
- -fx-graphic-text-gap: 9px;
|
|
|
-fx-font-size: 1.25em;
|
|
|
- -fx-padding: 0.6em 1.25em 0.6em 1.25em;
|
|
|
+ -fx-padding: 0.6em 1.5em 0.6em 1.5em;
|
|
|
+ -fx-graphic-text-gap: 9px;
|
|
|
}
|
|
|
|
|
|
/*******************************************************************************
|
|
@@ -527,6 +520,7 @@
|
|
|
|
|
|
.hyperlink {
|
|
|
-fx-text-fill: TEXT_FILL;
|
|
|
+ -fx-graphic-text-gap: 6px;
|
|
|
}
|
|
|
|
|
|
.hyperlink.hyperlink-secondary {
|