1
0
Fork 0
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:
dpad85 2017-02-02 13:22:54 +01:00
parent 15445125b4
commit f62e7553bb

View file

@ -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;
}