mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
Fix infobar reftest for label background changes
Fix the reftest after previous commit https://bugzilla.gnome.org/show_bug.cgi?id=670743
This commit is contained in:
parent
868b28b503
commit
9af5d89f26
@ -1,23 +1,22 @@
|
|||||||
@import "reset-to-defaults.css";
|
@import "reset-to-defaults.css";
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
/* FIXME: for now label does not support background */
|
background-color: @info_bg_color;
|
||||||
/* background-color: @info_bg_color;*/
|
|
||||||
color: @info_fg_color;
|
color: @info_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
/* background-color: @warning_bg_color;*/
|
background-color: @warning_bg_color;
|
||||||
color: @warning_fg_color;
|
color: @warning_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.question {
|
.question {
|
||||||
/* background-color: @question_bg_color;*/
|
background-color: @question_bg_color;
|
||||||
color: @question_fg_color;
|
color: @question_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
/* background-color: @error_bg_color;*/
|
background-color: @error_bg_color;
|
||||||
color: @error_fg_color;
|
color: @error_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user