2
0
forked from Ivasoft/DSView

Fix display issue

This commit is contained in:
DreamSourceLab
2019-11-05 17:43:18 -08:00
parent 4e1c4ca3b2
commit 683b93fda3

View File

@@ -880,14 +880,14 @@ QTabBar::close-button:pressed
QTabBar::tab QTabBar::tab
{ {
color: white; color: 2A2A2A;
background-color: #3d8ec9; background-color: #3d8ec9;
padding: 5px; padding: 5px;
} }
QTabBar::tab:!selected QTabBar::tab:!selected
{ {
color: white; color: 2A2A2A;
background-color: #F8F8F8; background-color: #F8F8F8;
} }