Commit f34a562d authored by Sergey V Turchin's avatar Sergey V Turchin

- update QSS

parent f0166fbb
...@@ -84,7 +84,7 @@ QRadioButton:hover, QCheckBox:hover { ...@@ -84,7 +84,7 @@ QRadioButton:hover, QCheckBox:hover {
background-color: #B0C7F3; background-color: #B0C7F3;
} }
QLineEdit { QLineEdit, QProgressBar, QComboBox, QTreeView, QTextBrowser {
border-width: 2px; border-width: 2px;
padding: 1px; padding: 1px;
border-style: solid; border-style: solid;
...@@ -92,8 +92,9 @@ QLineEdit { ...@@ -92,8 +92,9 @@ QLineEdit {
border-radius: 5px; border-radius: 5px;
} }
QLineEdit:focus { QLineEdit:focus, QComboBox:focus, QTreeView:focus, QTextBrowser:focus {
border-width: 3px; border-width: 3px;
border-color: #305CAE;
padding: 0px; padding: 0px;
} }
...@@ -106,5 +107,5 @@ QListView::item:hover, QTreeView::item:hover { ...@@ -106,5 +107,5 @@ QListView::item:hover, QTreeView::item:hover {
} }
#splash_screen QLineEdit { #splash_screen QLineEdit {
border-style: none; # border-style: none;
} #}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment