We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9078865 commit ed5eb29Copy full SHA for ed5eb29
src/main/resources/css/dsStyles.css
@@ -110,4 +110,27 @@
110
}
111
.hyperlink:hover {
112
-fx-text-fill: #00A5E1;
113
+}
114
+
115
+/* ComboBox */
116
+.combo-box {
117
+ -fx-background-color: white;
118
+ -fx-border-color: #00759e;
119
+ -fx-border-width: 1px;
120
+ -fx-border-radius: 5px;
121
+ -fx-background-radius: 5px;
122
123
+.combo-box:hover {
124
+ -fx-border-color: #00A5E1;
125
126
+.combo-box:focused {
127
128
129
+.combo-box .list-view {
130
131
132
133
134
+.combo-box .list-cell:hover {
135
+ -fx-background-color: #00A5E1;
136
0 commit comments