mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 09:00:26 +00:00
Fix nord selected color contrast in browser
This commit is contained in:
parent
720716b1c6
commit
aee7b65bce
1 changed files with 4 additions and 0 deletions
|
@ -242,6 +242,10 @@
|
|||
-fx-background-color: -color-success-subtle;
|
||||
}
|
||||
|
||||
.root.nord .browser .table-row-cell:selected, .root.nord .browser .table-row-cell:hover:selected {
|
||||
-fx-background-color: -color-success-7;
|
||||
}
|
||||
|
||||
.browser .table-row-cell:folder:drag-over {
|
||||
-fx-background-color: -color-success-muted;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue