mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-22 06:21:42 +01:00
Fixed selected tab style
This commit is contained in:
parent
15445125b4
commit
f62e7553bb
1 changed files with 11 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
/* ---------- Status Bar ---------- */
|
||||
|
||||
.status-bar {
|
||||
-fx-padding: .5em 1em;
|
||||
-fx-background-color: rgb(230,230,230);
|
||||
-fx-background-color: rgb(221,221,221);
|
||||
-fx-border-width: 1px 0 0 0;
|
||||
-fx-border-color: rgb(181,181,181);
|
||||
}
|
||||
.status-bar .separator:vertical {
|
||||
-fx-padding: -.5em 1em;
|
||||
-fx-padding: 0 1em;
|
||||
}
|
||||
|
||||
.status-bar .separator:vertical .line {
|
||||
|
@ -66,4 +70,9 @@
|
|||
}
|
||||
.tab-content-area {
|
||||
-fx-padding: .5em 1em 0;
|
||||
}
|
||||
|
||||
.tab:top:selected {
|
||||
-fx-focus-color: transparent;
|
||||
-fx-faint-focus-color: transparent;
|
||||
}
|
Loading…
Add table
Reference in a new issue