mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
[themes] Fix missing visual hint for disabled tabs
This commit is contained in:
parent
4b9f4da929
commit
f83990f44f
@ -468,6 +468,10 @@ QTabBar::tab {
|
||||
margin-right: -0.05em;
|
||||
}
|
||||
|
||||
QTabBar::tab:disabled {
|
||||
color: @itemalternativebackground
|
||||
}
|
||||
|
||||
QTabBar::tab:last
|
||||
{
|
||||
margin-right: 0; /* the last selected tab has nothing to overlap with on the right */
|
||||
|
@ -114,7 +114,7 @@ QMenu::item:checked
|
||||
|
||||
QWidget:disabled, QWidget:editable:disabled
|
||||
{
|
||||
color: #404040;
|
||||
color: @itemdarkbackground;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
@ -476,6 +476,10 @@ QTabBar::tab {
|
||||
margin-right: -0.05em;
|
||||
}
|
||||
|
||||
QTabBar::tab:disabled {
|
||||
color: @itemdarkbackground;
|
||||
}
|
||||
|
||||
QTabBar::tab:last
|
||||
{
|
||||
margin-right: 0; /* the last selected tab has nothing to overlap with on the right */
|
||||
|
Loading…
x
Reference in New Issue
Block a user