[gtk+] Fix infobar reftest for label background changes
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix infobar reftest for label background changes
- Date: Mon, 30 Apr 2012 19:54:38 +0000 (UTC)
commit 9af5d89f26b6b41d97e188d695ddd12bea1b222c
Author: Paolo Borelli <pborelli gnome org>
Date: Fri Feb 24 14:32:43 2012 +0100
Fix infobar reftest for label background changes
Fix the reftest after previous commit
https://bugzilla.gnome.org/show_bug.cgi?id=670743
tests/reftests/info-bar-message-types.css | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/tests/reftests/info-bar-message-types.css b/tests/reftests/info-bar-message-types.css
index 775601c..9a07710 100644
--- a/tests/reftests/info-bar-message-types.css
+++ b/tests/reftests/info-bar-message-types.css
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]