New upstream version 19.0.3+dfsg1
|
|
@ -508,3 +508,18 @@ QLabel#errorLabel {
|
|||
color: rgb(192, 0, 0);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* [themeID="warning"] {
|
||||
color: rgb(192, 128, 0);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* [themeID="error"] {
|
||||
color: rgb(192, 0, 0);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* [themeID="good"] {
|
||||
color: rgb(0, 192, 0);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 527 B |
|
Before Width: | Height: | Size: 992 B After Width: | Height: | Size: 110 B |
|
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 216 B |
|
Before Width: | Height: | Size: 1,002 B After Width: | Height: | Size: 115 B |
|
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 268 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 505 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 965 B |
|
|
@ -73,3 +73,18 @@ QLabel#errorLabel {
|
|||
color: rgb(192, 0, 0);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* [themeID="warning"] {
|
||||
color: rgb(192, 128, 0);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* [themeID="error"] {
|
||||
color: rgb(192, 0, 0);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* [themeID="good"] {
|
||||
color: rgb(0, 128, 0);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||