pull/35/head
Carl Tremblay 2019-10-10 19:47:39 -04:00
rodzic 72b01e0bab
commit 065e701a41
4 zmienionych plików z 14 dodań i 6 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
/* /*
background foncer 343334 background dark 343334
background 545254 background 545254
background shadow 464446 background shadow 464446
@ -170,7 +170,7 @@ QGroupBox {
} }
[cssClass="aboutWindow"] { [cssClass="aboutWindow"] {
background-color: #FF0000; background-color: #545254;
} }
[cssClass="dialog"] { [cssClass="dialog"] {

Wyświetl plik

@ -138,3 +138,6 @@ QSlider::sub-page:horizontal {
QSlider::sub-page:horizontal:disabled { QSlider::sub-page:horizontal:disabled {
background-color: palette(light); background-color: palette(light);
} }
[cssClass="aboutWindow"] {
background-color: #545254;
}

Wyświetl plik

@ -176,7 +176,9 @@ QGroupBox {
color: #000000; color: #000000;
font-weight: bold; font-weight: bold;
} }
[cssClass="aboutWindow"] {
background-color: #ffffff;
}
[cssClass="dialog"] { [cssClass="dialog"] {
border-radius: 12px; border-radius: 12px;
border-style: solid; border-style: solid;

Wyświetl plik

@ -135,3 +135,6 @@ QSlider::sub-page:horizontal {
QSlider::sub-page:horizontal:disabled { QSlider::sub-page:horizontal:disabled {
background-color: palette(light); background-color: palette(light);
} }
[cssClass="aboutWindow"] {
background-color: #ffffff;
}