mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
Fix display issue
This commit is contained in:
parent
4e1c4ca3b2
commit
683b93fda3
@ -880,14 +880,14 @@ QTabBar::close-button:pressed
|
||||
|
||||
QTabBar::tab
|
||||
{
|
||||
color: white;
|
||||
color: 2A2A2A;
|
||||
background-color: #3d8ec9;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected
|
||||
{
|
||||
color: white;
|
||||
color: 2A2A2A;
|
||||
background-color: #F8F8F8;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user