mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -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;
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected:hover
|
||||
QTabBar::tab:bottom:!selected
|
||||
{
|
||||
/*border-top: 2px solid @selection;
|
||||
padding-bottom: 3px;*/
|
||||
/*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);*/
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
QTabBar::tab:bottom:selected
|
||||
{
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
QGroupBox::indicator:hover,
|
||||
|
@ -571,11 +571,15 @@ QTabBar::tab:selected
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected:hover
|
||||
QTabBar::tab:bottom:!selected
|
||||
{
|
||||
/*border-top: 2px solid @selection;
|
||||
padding-bottom: 3px;*/
|
||||
/*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);*/
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
QTabBar::tab:bottom:selected
|
||||
{
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
QGroupBox::indicator:hover,
|
||||
|
Loading…
x
Reference in New Issue
Block a user