Commit 420dfea4 authored by Alexey Shabalin's avatar Alexey Shabalin

add black border for focused buttons

parent 70387a42
...@@ -103,3 +103,18 @@ QProgressBar::chunk { ...@@ -103,3 +103,18 @@ QProgressBar::chunk {
stop: 1 #001056) url(:/design/progress-cleanlooks.png); stop: 1 #001056) url(:/design/progress-cleanlooks.png);
border: 1px solid #001056; border: 1px solid #001056;
} }
QRadioButton:focus, QCheckBox:focus, QLineEdit:focus, QComboBox:focus, QTreeView:focus, QTextBrowser:focus {
border-width: 2px;
border-color: black;
border-style: outset;
padding: 0px;
}
QPushButton:focus {
border-width: 2px;
border-color: black;
border-style: outset;
padding: 0px;
background-color: white;
}
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