mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-29 15:48:38 -05:00
Update style.qss
fixed consistency of QTabBar depending on position
This commit is contained in:
parent
af97fc41e1
commit
3dfb014680
@ -788,6 +788,8 @@ QTabBar::tab:top:!selected
|
||||
background-color: #54575B;
|
||||
border: 1px solid #76797C;
|
||||
border-bottom: 1px transparent black;
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
}
|
||||
|
||||
QTabBar::tab:top:!selected:hover {
|
||||
@ -863,10 +865,10 @@ QTabBar::tab:right:!selected
|
||||
{
|
||||
color: #eff0f1;
|
||||
background-color: #54575B;
|
||||
border: 1px transparent #76797C;
|
||||
border: 1px solid #76797C;
|
||||
border-right: 1px transparent black;
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-top-left-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
}
|
||||
|
||||
QTabBar::tab:right:!selected:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user