|
@@ -108,6 +108,13 @@
|
|
|
-fx-text-fill: COLOR_TEXT_DISABLED;
|
|
|
}
|
|
|
|
|
|
+.button:focused,
|
|
|
+.toggle-button:focused {
|
|
|
+ -fx-border-color: black;
|
|
|
+ -fx-border-insets: 2px;
|
|
|
+ -fx-border-style: dotted inside;
|
|
|
+}
|
|
|
+
|
|
|
/****************************************************************************
|
|
|
* *
|
|
|
* Segmented Buttons *
|
|
@@ -157,6 +164,10 @@
|
|
|
-fx-padding: 1;
|
|
|
}
|
|
|
|
|
|
+.list-view:focused {
|
|
|
+ -fx-border-style: dotted inside;
|
|
|
+}
|
|
|
+
|
|
|
.list-cell {
|
|
|
-fx-padding: 0.5em;
|
|
|
-fx-text-fill: COLOR_TEXT;
|
|
@@ -243,6 +254,12 @@
|
|
|
-fx-background-color: COLOR_VGRAD_DARK;
|
|
|
}
|
|
|
|
|
|
+.tool-bar.list-related-toolbar .toggle-button:focused,
|
|
|
+.tool-bar.list-related-toolbar .button:focused {
|
|
|
+ -fx-border-style: dotted inside;
|
|
|
+ -fx-border-color: black;
|
|
|
+}
|
|
|
+
|
|
|
/*******************************************************************************
|
|
|
* *
|
|
|
* PopupMenu *
|
|
@@ -333,6 +350,10 @@
|
|
|
.check-box:selected > .box > .mark {
|
|
|
-fx-background-color: COLOR_TEXT;
|
|
|
}
|
|
|
+/* focused */
|
|
|
+.check-box:focused {
|
|
|
+ -fx-border-style: dotted inside;
|
|
|
+}
|
|
|
/* disabled: */
|
|
|
.check-box:disabled > .box {
|
|
|
-fx-background-color: COLOR_BORDER, COLOR_BACKGROUND;
|
|
@@ -355,6 +376,10 @@
|
|
|
-fx-text-fill: COLOR_TEXT;
|
|
|
}
|
|
|
|
|
|
+.choice-box:focused {
|
|
|
+ -fx-border-style: dotted inside;
|
|
|
+}
|
|
|
+
|
|
|
.choice-box > .open-button > .arrow {
|
|
|
-fx-background-color: transparent, COLOR_TEXT;
|
|
|
-fx-background-insets: 0 0 -1 0, 0;
|