Skip to content

Commit c8a1807

Browse files
authored
Dark masternode tabs
1 parent 4fdd1be commit c8a1807

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/qt/res/css/default.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ QMenuBar::item:selected {
3434
background-color:#363940;
3535
}
3636

37+
QTabBar::tab {
38+
background:#2f3137;
39+
color:#fff;
40+
}
41+
42+
QTabBar::tab:selected, QTabBar::tab:hover {
43+
background:#42464e;
44+
color:#fff;
45+
}
46+
3747
QMenu {
3848
background-color:#363940;
3949
}

0 commit comments

Comments
 (0)