Commit 262d013a authored by Roman Alifanov's avatar Roman Alifanov

updated the installer design

parent 793961d5
...@@ -98,6 +98,10 @@ QPushButton:pressed { ...@@ -98,6 +98,10 @@ QPushButton:pressed {
*/ */
} }
QListView::indicator {
border: 2px solid white;
}
QRadioButton::indicator, QRadioButton::indicator,
QTreeView::indicator, QTreeView::indicator,
QCheckBox::indicator { QCheckBox::indicator {
...@@ -105,7 +109,7 @@ QCheckBox::indicator { ...@@ -105,7 +109,7 @@ QCheckBox::indicator {
border-radius: 4px; border-radius: 4px;
} }
QRadioButton::indicator:checked, QListView::indicator:checked,
QTreeView::indicator:checked, QTreeView::indicator:checked,
QCheckBox::indicator:checked { QCheckBox::indicator:checked {
background-color: #771091; background-color: #771091;
......
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