forked from NinjaCheetah/NUSGet
Fix some remaining blue
This commit is contained in:
@@ -159,7 +159,7 @@ QTreeView::item:hover {
|
||||
}
|
||||
|
||||
QTreeView::item:focus {
|
||||
background-color: rgba(26, 115, 232, 0.08);
|
||||
background-color: rgba(64, 26, 232, 0.15);
|
||||
}
|
||||
|
||||
QTreeView::item:selected {
|
||||
@@ -199,7 +199,7 @@ QPushButton:focus {
|
||||
}
|
||||
|
||||
QPushButton:pressed {
|
||||
background-color: rgba(26, 115, 232, 0.15);
|
||||
background-color: rgba(64, 26, 232, 0.15);
|
||||
border: 1px solid #6c1ae8;
|
||||
}
|
||||
|
||||
@@ -222,7 +222,7 @@ QComboBox {
|
||||
}
|
||||
|
||||
QComboBox:on {
|
||||
background-color: rgba(26, 115, 232, 0.15);
|
||||
background-color: rgba(64, 26, 232, 0.15);
|
||||
border: 1px solid #6c1ae8;
|
||||
}
|
||||
|
||||
@@ -360,6 +360,10 @@ WrapCheckboxWidget QCheckBox::indicator {
|
||||
border: 1px solid #5f6368;
|
||||
}
|
||||
|
||||
WrapCheckboxWidget QCheckBox::indicator::focus {
|
||||
background-color: rgba(64, 26, 232, 0.15);
|
||||
}
|
||||
|
||||
WrapCheckboxWidget QCheckBox::indicator:checked {
|
||||
background-color: #6c1ae8;
|
||||
border: 1px solid #6c1ae8;
|
||||
|
||||
Reference in New Issue
Block a user