forked from AuroraMiddleware/gtk
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";
|
||||
|
||||
.info {
|
||||
/* FIXME: for now label does not support background */
|
||||
/* background-color: @info_bg_color;*/
|
||||
background-color: @info_bg_color;
|
||||
color: @info_fg_color;
|
||||
}
|
||||
|
||||
.warning {
|
||||
/* background-color: @warning_bg_color;*/
|
||||
background-color: @warning_bg_color;
|
||||
color: @warning_fg_color;
|
||||
}
|
||||
|
||||
.question {
|
||||
/* background-color: @question_bg_color;*/
|
||||
background-color: @question_bg_color;
|
||||
color: @question_fg_color;
|
||||
}
|
||||
|
||||
.error {
|
||||
/* background-color: @error_bg_color;*/
|
||||
background-color: @error_bg_color;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user