mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -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 */
|
||||
/* ==================================================================================== */
|
||||
|
||||
QGroupBox {
|
||||
padding-top: 1.05em;
|
||||
border:1px solid rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
QGroupBox::title {
|
||||
color: @text;
|
||||
}
|
||||
|
@ -537,6 +537,11 @@ QRadioButton::indicator:hover
|
||||
/* GROUP */
|
||||
/* ==================================================================================== */
|
||||
|
||||
QGroupBox {
|
||||
padding-top: 1.05em;
|
||||
border:1px solid rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
QGroupBox::title {
|
||||
color: @textlight;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user