From 56560fd597f94dfe6fe5fa79648398ab29d05775 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 14 Jul 2014 13:23:05 -0400 Subject: updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles: --- themes/.themes/cathexis/gtk-3.0/apps/baobab.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 themes/.themes/cathexis/gtk-3.0/apps/baobab.css (limited to 'themes/.themes/cathexis/gtk-3.0/apps/baobab.css') 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; +} -- cgit v1.2.1