|
@@ -215,33 +215,6 @@
|
|
|
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_ARMED;
|
|
|
}
|
|
|
|
|
|
-.update-indicator {
|
|
|
- -fx-background-color: white, RED_5;
|
|
|
- -fx-background-insets: 1px, 2px;
|
|
|
- -fx-background-radius: 6px, 5px;
|
|
|
- -fx-effect: dropshadow(three-pass-box, rgba(0, 0, 0, 0.8), 2, 0, 0, 0);
|
|
|
-}
|
|
|
-
|
|
|
-.event-window .button-bar {
|
|
|
- -fx-min-height:42px;
|
|
|
- -fx-max-height:42px;
|
|
|
- -fx-background-color: MAIN_BG;
|
|
|
- -fx-border-color: transparent transparent CONTROL_BORDER_NORMAL transparent;
|
|
|
- -fx-border-width: 0 0 1px 0;
|
|
|
-}
|
|
|
-
|
|
|
-.event-window .button-bar .button-right {
|
|
|
- -fx-border-color: transparent transparent transparent CONTROL_BORDER_NORMAL;
|
|
|
- -fx-border-width: 0 0 0 1px;
|
|
|
- -fx-background-color: MAIN_BG;
|
|
|
- -fx-background-radius: 0px;
|
|
|
- -fx-min-height: 42px;
|
|
|
- -fx-max-height: 42px;
|
|
|
-}
|
|
|
-
|
|
|
-.event-window .button-bar .button-right:armed {
|
|
|
- -fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_ARMED;
|
|
|
-}
|
|
|
/*******************************************************************************
|
|
|
* *
|
|
|
* TabPane *
|
|
@@ -366,6 +339,27 @@
|
|
|
* *
|
|
|
******************************************************************************/
|
|
|
|
|
|
+.event-window .button-bar {
|
|
|
+ -fx-min-height:42px;
|
|
|
+ -fx-max-height:42px;
|
|
|
+ -fx-background-color: MAIN_BG;
|
|
|
+ -fx-border-color: transparent transparent CONTROL_BORDER_NORMAL transparent;
|
|
|
+ -fx-border-width: 0 0 1px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.event-window .button-bar .button-right {
|
|
|
+ -fx-border-color: transparent transparent transparent CONTROL_BORDER_NORMAL;
|
|
|
+ -fx-border-width: 0 0 0 1px;
|
|
|
+ -fx-background-color: MAIN_BG;
|
|
|
+ -fx-background-radius: 0px;
|
|
|
+ -fx-min-height: 42px;
|
|
|
+ -fx-max-height: 42px;
|
|
|
+}
|
|
|
+
|
|
|
+.event-window .button-bar .button-right:armed {
|
|
|
+ -fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_ARMED;
|
|
|
+}
|
|
|
+
|
|
|
.event-window .list-view .list-cell:hover {
|
|
|
-fx-background-color: CONTROL_BG_SELECTED;
|
|
|
}
|
|
@@ -644,6 +638,19 @@
|
|
|
-fx-graphic-text-gap: 9px;
|
|
|
}
|
|
|
|
|
|
+/*******************************************************************************
|
|
|
+ * *
|
|
|
+ * Update indicator
|
|
|
+ * *
|
|
|
+ ******************************************************************************/
|
|
|
+
|
|
|
+.update-indicator {
|
|
|
+ -fx-background-color: white, RED_5;
|
|
|
+ -fx-background-insets: 1px, 2px;
|
|
|
+ -fx-background-radius: 6px, 5px;
|
|
|
+ -fx-effect: dropshadow(three-pass-box, rgba(0, 0, 0, 0.8), 2, 0, 0, 0);
|
|
|
+}
|
|
|
+
|
|
|
/*******************************************************************************
|
|
|
* *
|
|
|
* Hyperlinks *
|