|
212 | 212 |
|
213 | 213 | .tab-pane > .tab-header-area > .tab-header-background { |
214 | 214 | -fx-background-color: -var-tab-header-background-color; |
215 | | - -fx-border-color: -var-split-line-color; |
| 215 | + -fx-border-color: -var-border-color; |
216 | 216 | -fx-border-width: 0px 0px 1px 0px; |
217 | 217 | -fx-effect: null; |
218 | 218 | } |
|
263 | 263 | -fx-border-width: 1px; |
264 | 264 | -fx-border-radius: 1px; |
265 | 265 | -fx-padding: 0px 0px 0px 0px; |
266 | | - -fx-text-fill: -var-font-color; |
267 | 266 | -fx-alignment: CENTER; |
268 | 267 | -fx-content-display: LEFT; |
269 | 268 | -fx-font-family: "Ubuntu Condensed"; |
270 | 269 | -fx-font-size: 14px; |
| 270 | + -fx-text-fill: -var-font-color; |
271 | 271 | } |
272 | 272 |
|
273 | 273 | .button:focused { |
|
285 | 285 | -fx-border-color: -var-border-color; |
286 | 286 | -fx-background: -fx-focus-color; |
287 | 287 | -fx-background-radius: 2px; |
| 288 | + -fx-text-fill: -var-font-focused-color; |
288 | 289 | } |
289 | 290 |
|
290 | 291 | .button:disabled { |
|
456 | 457 |
|
457 | 458 | .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected { |
458 | 459 | -fx-background: transparent; |
| 460 | + -fx-text-fill: -var-font-color; |
459 | 461 | } |
460 | 462 |
|
461 | 463 | .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected:hover, |
462 | 464 | .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:hover { |
463 | 465 | -fx-background: -var-menu-hover-color; |
| 466 | + -fx-text-fill: -var-font-focused-hover-color; |
464 | 467 | } |
465 | 468 |
|
466 | 469 | .combo-box-popup > .list-view > .placeholder > .label { |
|
589 | 592 | -fx-text-fill: -var-font-color; |
590 | 593 | } |
591 | 594 |
|
592 | | -.menu-bar > .container > .menu-button:hover, .menu-bar > .container > .menu-button:focused, .menu-bar > .container > .menu-button:showing { |
593 | | - -fx-background-color: -var-menu-hover-color; |
| 595 | +.menu-bar > .container > .menu-button:showing > .label, |
| 596 | +.menu-bar > .container > .menu-button:hover > .label { |
| 597 | + -fx-text-fill: -var-font-focused-color; |
594 | 598 | } |
595 | 599 |
|
596 | | -.menu-bar > .container > .menu-button:hover { |
597 | | - -fx-background: red; |
| 600 | +.menu-bar > .container > .menu-button:hover, |
| 601 | +.menu-bar > .container > .menu-button:focused, |
| 602 | +.menu-bar > .container > .menu-button:showing { |
598 | 603 | -fx-background-color: -var-menu-hover-color; |
599 | | - -fx-text-fill: -fx-selection-bar-text; |
600 | 604 | } |
601 | 605 |
|
602 | 606 | .menu-bar:show-mnemonics > .mnemonic-underline { |
603 | | - -fx-stroke: -fx-text-fill; |
| 607 | + -fx-stroke: -var-font-color; |
604 | 608 | } |
605 | 609 |
|
606 | 610 | /******************************************************************************* |
|
633 | 637 | -fx-body-color: -var-menu-item-hover-color; |
634 | 638 | } |
635 | 639 |
|
| 640 | +.menu-item:showing > .label, |
636 | 641 | .menu-item:focused > .label { |
637 | | - -fx-text-fill: -var-font-focused-color; |
| 642 | + -fx-text-fill: -var-font-hover-color; |
638 | 643 | } |
639 | 644 |
|
640 | 645 | .menu-item:hover > .label { |
|
1187 | 1192 | -fx-text-fill: -var-font-focused-color; |
1188 | 1193 | } |
1189 | 1194 |
|
| 1195 | +.list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected { |
| 1196 | + -fx-text-fill: -var-font-focused-color; |
| 1197 | +} |
| 1198 | + |
1190 | 1199 | .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:focused:selected:hover { |
1191 | 1200 | -fx-background-color: -var-tree-cell-selected-color; |
1192 | 1201 | -fx-background-insets: 0; |
|
1199 | 1208 | -fx-text-fill: -var-font-focused-color; |
1200 | 1209 | } |
1201 | 1210 |
|
| 1211 | +.list-cell:filled:selected:focused > .hbox > .label, |
| 1212 | +.list-cell:filled:selected > .hbox > .label { |
| 1213 | + -fx-text-fill: -var-font-focused-color; |
| 1214 | +} |
| 1215 | + |
1202 | 1216 | .list-cell:filled:selected:focused:disabled, |
1203 | 1217 | .list-cell:filled:selected:disabled { |
1204 | 1218 | -fx-opacity: -var-disabled-opacity; |
|
1351 | 1365 | -fx-text-fill: -var-font-hover-color; |
1352 | 1366 | } |
1353 | 1367 |
|
| 1368 | +.tree-cell:filled:selected:focused > .hbox > .label, |
| 1369 | +.tree-cell:filled:selected > .hbox > .label { |
| 1370 | + -fx-text-fill: -var-font-focused-color; |
| 1371 | +} |
| 1372 | + |
1354 | 1373 | .tree-cell:filled:hover > .tree-disclosure-node > .arrow, |
1355 | 1374 | .tree-table-row-cell:filled:hover > .tree-disclosure-node > .arrow { |
1356 | 1375 | -fx-background-color: -var-arrow-hover-color; |
|
0 commit comments