aboutsummaryrefslogtreecommitdiff
path: root/themes/.themes/cathexis/gtk-3.0/apps/baobab.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/.themes/cathexis/gtk-3.0/apps/baobab.css')
-rwxr-xr-xthemes/.themes/cathexis/gtk-3.0/apps/baobab.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/.themes/cathexis/gtk-3.0/apps/baobab.css b/themes/.themes/cathexis/gtk-3.0/apps/baobab.css
new file mode 100755
index 0000000..f4dcf6c
--- /dev/null
+++ b/themes/.themes/cathexis/gtk-3.0/apps/baobab.css
@@ -0,0 +1,16 @@
+.baobab-toolbar.toolbar {
+ border-color: shade (@bg_color, 0.9);
+ border-style: solid;
+ border-width: 0 0 1px 0;
+ border-radius: 0;
+}
+
+.cell.baobab-level-cell,
+.cell.baobab-level-cell:hover,
+.cell.baobab-level-cell:selected,
+.cell.baobab-level-cell:selected:hover {
+ border-color: alpha (black, 0.06);
+ border-width: 1px;
+ border-style: solid;
+ background-color: @base_color;
+}