mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
[themes] Fix background color issue within group boxes
This commit is contained in:
parent
437e4e289e
commit
bfbb75ae2b
@ -526,6 +526,11 @@ QRadioButton::indicator:hover
|
|||||||
/* GROUP */
|
/* GROUP */
|
||||||
/* ==================================================================================== */
|
/* ==================================================================================== */
|
||||||
|
|
||||||
|
QGroupBox {
|
||||||
|
padding-top: 1.05em;
|
||||||
|
border:1px solid rgba(0,0,0,0);
|
||||||
|
}
|
||||||
|
|
||||||
QGroupBox::title {
|
QGroupBox::title {
|
||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
@ -537,6 +537,11 @@ QRadioButton::indicator:hover
|
|||||||
/* GROUP */
|
/* GROUP */
|
||||||
/* ==================================================================================== */
|
/* ==================================================================================== */
|
||||||
|
|
||||||
|
QGroupBox {
|
||||||
|
padding-top: 1.05em;
|
||||||
|
border:1px solid rgba(0,0,0,0);
|
||||||
|
}
|
||||||
|
|
||||||
QGroupBox::title {
|
QGroupBox::title {
|
||||||
color: @textlight;
|
color: @textlight;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user