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 shadow 464446
@ -170,7 +170,7 @@ QGroupBox {
}
[cssClass="aboutWindow"] {
background-color: #FF0000;
background-color: #545254;
}
[cssClass="dialog"] {
@ -348,4 +348,4 @@ QGroupBox {
[cssClass="tdr_result_label"] {
color: #00d074;
font-weight: bold;
}
}

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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