Skip to content

Commit

Permalink
Slight change to light stylesheet
Browse files Browse the repository at this point in the history
set  widget background color to #efefef
  • Loading branch information
ccbogel authored Aug 27, 2022
1 parent 8b2a13e commit 12bd340
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qualcoder/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,12 +540,14 @@ def merge_settings_with_default_stylesheet(self, settings):
"QTreeWidget {font-size: " + str(settings.get('treefontsize')))

style = "* {font-size: 12px; color: #000000;}\n\
QWidget {background-color: #efefef; color: #000000}\n\
QWidget:focus {border: 2px solid #f89407;}\n\
QComboBox:hover,QPushButton:hover {border: 2px solid #ffaa00;}\n\
QGroupBox {border: None;}\n\
QGroupBox:focus {border: 3px solid #ffaa00;}\n\
QTextEdit:focus {border: 2px solid #ffaa00;}\n\
QToolTip {background-color: #fffacd; color:#000000; border: 1px solid #f89407; }\n\
QMenu {border: 1px solid #808080;}\n\
QListWidget::item:selected {border-left: 2px solid red; color: #000000;}\n\
QTableWidget:focus {border: 3px solid #ffaa00;}\n\
QTreeWidget {font-size: 12px;}\n\
Expand Down

0 comments on commit 12bd340

Please sign in to comment.