I made some improvements to my theme to make it better (#18732)
This commit is contained in:
@@ -349,24 +349,24 @@ QPushButton:disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QDialog QDialogButtonBox QPushButton {
|
QDialog QDialogButtonBox QPushButton:default {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #4CC2FF;
|
background-color: #4CC2FF;
|
||||||
border-color: #5AC7FF;
|
border-color: #5AC7FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDialog QDialogButtonBox QPushButton:hover {
|
QDialog QDialogButtonBox QPushButton:default:hover {
|
||||||
background-color: #48B2E9;
|
background-color: #48B2E9;
|
||||||
border-color: #56B8EB;
|
border-color: #56B8EB;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDialog QDialogButtonBox QPushButton:pressed {
|
QDialog QDialogButtonBox QPushButton:default:pressed {
|
||||||
color: #22526A;
|
color: #22526A;
|
||||||
background-color: #45A4D5;
|
background-color: #45A4D5;
|
||||||
border-color: #45A4D5;
|
border-color: #45A4D5;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDialog QDialogButtonBox QPushButton:disabled {
|
QDialog QDialogButtonBox QPushButton:default:disabled {
|
||||||
color: #ABABAB;
|
color: #ABABAB;
|
||||||
background-color: #4C4C4C;
|
background-color: #4C4C4C;
|
||||||
border-color: #4C4C4C;
|
border-color: #4C4C4C;
|
||||||
@@ -614,12 +614,13 @@ QComboBox QAbstractItemView {
|
|||||||
QComboBox QAbstractItemView::item {
|
QComboBox QAbstractItemView::item {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
|
margin: 2px 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView::item:hover {
|
QComboBox QAbstractItemView::item:hover {
|
||||||
background-color: #343434;
|
background-color: #383838;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView::item:selected {
|
QComboBox QAbstractItemView::item:selected {
|
||||||
@@ -646,7 +647,7 @@ QDoubleSpinBox::up-button, QDoubleSpinBox::down-button {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
padding: 3px 4px;
|
padding: 3px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSpinBox::up-button:hover, QSpinBox::down-button:hover,
|
QSpinBox::up-button:hover, QSpinBox::down-button:hover,
|
||||||
@@ -713,6 +714,16 @@ QSlider::handle:horizontal:disabled {
|
|||||||
image: url("GuiConfigs/dark/slider-handle-disabled.svg");
|
image: url("GuiConfigs/dark/slider-handle-disabled.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QSlider::sub-page:horizontal {
|
||||||
|
background-color: #4CC2FF;
|
||||||
|
border-radius: 2px;
|
||||||
|
height: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QSlider::sub-page:horizontal:disabled {
|
||||||
|
background-color: #767A7D;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* LINE EDIT */
|
/* LINE EDIT */
|
||||||
QLineEdit {
|
QLineEdit {
|
||||||
|
|||||||
@@ -349,24 +349,24 @@ QPushButton:disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QDialog QDialogButtonBox QPushButton {
|
QDialog QDialogButtonBox QPushButton:default {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #0067C0;
|
background-color: #0067C0;
|
||||||
border-color: #1473C5;
|
border-color: #1473C5;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDialog QDialogButtonBox QPushButton:hover {
|
QDialog QDialogButtonBox QPushButton:default:hover {
|
||||||
background-color: #1A76C6;
|
background-color: #1A76C6;
|
||||||
border-color: #2C80CA;
|
border-color: #2C80CA;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDialog QDialogButtonBox QPushButton:pressed {
|
QDialog QDialogButtonBox QPushButton:default:pressed {
|
||||||
color: #C2DAEF;
|
color: #C2DAEF;
|
||||||
background-color: #3284CB;
|
background-color: #3284CB;
|
||||||
border-color: #3284CB;
|
border-color: #3284CB;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDialog QDialogButtonBox QPushButton:disabled {
|
QDialog QDialogButtonBox QPushButton:default:disabled {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #C5C5C5;
|
background-color: #C5C5C5;
|
||||||
border-color: #C5C5C5;
|
border-color: #C5C5C5;
|
||||||
@@ -614,12 +614,13 @@ QComboBox QAbstractItemView {
|
|||||||
QComboBox QAbstractItemView::item {
|
QComboBox QAbstractItemView::item {
|
||||||
color: #1B1B1B;
|
color: #1B1B1B;
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
|
margin: 2px 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView::item:hover {
|
QComboBox QAbstractItemView::item:hover {
|
||||||
background-color: #F3F3F3;
|
background-color: #F0F0F0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView::item:selected {
|
QComboBox QAbstractItemView::item:selected {
|
||||||
@@ -646,7 +647,7 @@ QDoubleSpinBox::up-button, QDoubleSpinBox::down-button {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
padding: 3px 4px;
|
padding: 3px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSpinBox::up-button:hover, QSpinBox::down-button:hover,
|
QSpinBox::up-button:hover, QSpinBox::down-button:hover,
|
||||||
@@ -713,6 +714,16 @@ QSlider::handle:horizontal:disabled {
|
|||||||
image: url("GuiConfigs/light/slider-handle-disabled.svg");
|
image: url("GuiConfigs/light/slider-handle-disabled.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QSlider::sub-page:horizontal {
|
||||||
|
background-color: #1A76C6;
|
||||||
|
border-radius: 2px;
|
||||||
|
height: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QSlider::sub-page:horizontal:disabled {
|
||||||
|
background-color: #868788;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* LINE EDIT */
|
/* LINE EDIT */
|
||||||
QLineEdit {
|
QLineEdit {
|
||||||
|
|||||||
Reference in New Issue
Block a user