[Stylesheets] ProDark remove reminant of hex color codes. (#10737)
* [Stylesheets] Fixed and added more accent colors. Added accent colors to Behave dark ProDark and Dark contrast. Used accent color 3 to the button gradients. Added Gradient to the Modern styles, because you can disable the gradient by giving 2 accent colors the same color.
This commit is contained in:
@@ -1544,7 +1544,7 @@ QPushButton:disabled:checked {
|
||||
|
||||
QPushButton:pressed {
|
||||
color: #ffffff;
|
||||
background-color: #@ThemeAccentColor2;
|
||||
background-color: @ThemeAccentColor2;
|
||||
border: 1px solid #3c3c3c;
|
||||
}
|
||||
|
||||
@@ -1635,7 +1635,7 @@ QDialog#Dialog QPushButton {
|
||||
QDialog#Dialog QPushButton:hover {
|
||||
color: #ffffff;
|
||||
border: 1px solid #3c3c3c;
|
||||
background-color: #@ThemeAccentColor2;
|
||||
background-color: @ThemeAccentColor2;
|
||||
}
|
||||
|
||||
QPushButton#buttonUninstall {
|
||||
@@ -1762,7 +1762,7 @@ QDialog QToolButton:disabled:checked {
|
||||
|
||||
QDialog QToolButton:pressed {
|
||||
color: #ffffff;
|
||||
background-color: #@ThemeAccentColor2;
|
||||
background-color: @ThemeAccentColor2;
|
||||
border: 1px solid #3c3c3c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user