Skip to content

Commit

Permalink
fix: background color and QGroupBox title
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Dec 25, 2023
1 parent b1d34cc commit ccf199f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions stylesheet.qss
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@

/*----- Any widget (default values) -----*/
QWidget {
background-color: #eee;
background-color: transparent;
color: #6e4352;
selection-color: #eee;
selection-background-color: #c5879d;
}

#centralwidget {
background-color: #eee;
}

/*----- QToolTip -----*/
QToolTip {
background-color: #f1e3e8;
Expand Down Expand Up @@ -67,7 +71,7 @@ QGroupBox::title {
left: 4px;
padding-left: 2px;
padding-right: 4px;
padding-top: -8px;
padding-top: 0;
}

/*----- QComboBox -----*/
Expand Down Expand Up @@ -382,5 +386,6 @@ QScrollBar:vertical {

/*-----QStatusBar-----*/
QStatusBar {
background-color: #eee;
font-size: 14px;
}

0 comments on commit ccf199f

Please sign in to comment.