summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Facchini <stefano.facchini@gmail.com>2012-10-17 00:26:33 +0200
committerStefano Facchini <stefano.facchini@gmail.com>2012-10-17 00:27:08 +0200
commite75797b2073deebfa900958c793cae04dc5e4cc1 (patch)
tree540461706e7b93f52882caf58eda95c560a51add
parent6d0ae688a38faca2e54678c616c892f5ab4da646 (diff)
downloadgnome-themes-standard-e75797b2073deebfa900958c793cae04dc5e4cc1.tar.gz
adwaita gtk3: Add style for baobab level cell
-rw-r--r--themes/Adwaita/gtk-3.0/gnome-applications.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index ff3f224b..ef2a78b6 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -351,6 +351,29 @@ GeditStatusComboBox .button:backdrop:hover {
background-color: white;
}
+.cell.baobab-level-cell.fill-block,
+.cell.baobab-level-cell.fill-block:selected,
+.cell.baobab-level-cell.fill-block:selected:hover {
+ background-color: #edd400;
+}
+
+.cell.baobab-level-cell.fill-block.level-low,
+.cell.baobab-level-cell.fill-block.level-low:hover {
+ background-color: #73d216;
+}
+
+.cell.baobab-level-cell.fill-block.level-high,
+.cell.baobab-level-cell.fill-block.level-high:hover {
+ background-color: #cc0000;
+}
+
+.cell.baobab-level-cell.fill-block:backdrop,
+.cell.baobab-level-cell.fill-block:hover:backdrop,
+.cell.baobab-level-cell.fill-block.level-low:backdrop,
+.cell.baobab-level-cell.fill-block.level-high:backdrop {
+ background-color: @theme_unfocused_text_color;
+}
+
.cell.baobab-cell-error {
color: @error_color;
}