mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
[themes] Fix styling of bottom-located tabs
This commit is contained in:
parent
40747fb79b
commit
5f6abada4e
@ -561,11 +561,15 @@ QTabBar::tab:selected
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::tab:!selected:hover
|
QTabBar::tab:bottom:!selected
|
||||||
{
|
{
|
||||||
/*border-top: 2px solid @selection;
|
margin-top: 0;
|
||||||
padding-bottom: 3px;*/
|
margin-bottom: 0.3em;
|
||||||
/*background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:0.4 #343434, stop:0.2 #343434, stop:0.1 #ffaa00);*/
|
}
|
||||||
|
|
||||||
|
QTabBar::tab:bottom:selected
|
||||||
|
{
|
||||||
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QGroupBox::indicator:hover,
|
QGroupBox::indicator:hover,
|
||||||
|
@ -571,11 +571,15 @@ QTabBar::tab:selected
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::tab:!selected:hover
|
QTabBar::tab:bottom:!selected
|
||||||
{
|
{
|
||||||
/*border-top: 2px solid @selection;
|
margin-top: 0;
|
||||||
padding-bottom: 3px;*/
|
margin-bottom: 0.3em;
|
||||||
/*background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:0.4 #343434, stop:0.2 #343434, stop:0.1 #ffaa00);*/
|
}
|
||||||
|
|
||||||
|
QTabBar::tab:bottom:selected
|
||||||
|
{
|
||||||
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QGroupBox::indicator:hover,
|
QGroupBox::indicator:hover,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user