[themes] Fix background color issue within group boxes

This commit is contained in:
Mathieu Pellerin 2019-02-09 13:03:12 +07:00
parent 437e4e289e
commit bfbb75ae2b
2 changed files with 10 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
}