summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Facchini <stefano.facchini@gmail.com>2012-09-29 18:32:36 +0200
committerStefano Facchini <stefano.facchini@gmail.com>2012-10-13 17:08:49 +0200
commite115cb1912e7b19fc091f1e469e1893a900cba6d (patch)
treea882229aee74405ba41b145bbb99b6d4e4d1ce58
parent1cad5a780a0b85241c90b25e0a48e5ae5d6eebad (diff)
downloadgnome-themes-standard-e115cb1912e7b19fc091f1e469e1893a900cba6d.tar.gz
Add theming for baobab error states
https://bugzilla.gnome.org/show_bug.cgi?id=622473
-rw-r--r--themes/Adwaita/gtk-3.0/gnome-applications.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index b462763e..aa0fd01b 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -351,6 +351,13 @@ GeditStatusComboBox .button:backdrop:hover {
background-color: white;
}
+.cell.baobab-cell-error {
+ color: @error_color;
+}
+
+.cell.baobab-cell-warning {
+ color: @warning_color;
+}
/* epiphany */