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
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user