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/unity.css | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 themes/.themes/cathexis/gtk-3.0/apps/unity.css (limited to 'themes/.themes/cathexis/gtk-3.0/apps/unity.css') diff --git a/themes/.themes/cathexis/gtk-3.0/apps/unity.css b/themes/.themes/cathexis/gtk-3.0/apps/unity.css new file mode 100755 index 0000000..72bd806 --- /dev/null +++ b/themes/.themes/cathexis/gtk-3.0/apps/unity.css @@ -0,0 +1,32 @@ +UnityPanelWidget, +.unity-panel { + background:@dark_bg_color; + color:@dark_fg_color; + text-shadow: 0 -1px shade (#000000, 0.7); +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + icon-shadow: 0 -1px shade (@dark_bg_color, 0.7); + background-color:transparent; + box-shadow:none; + border:none; +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, 0 0, 0 1, + from (transparent), + to (alpha(@selected_bg_color,0.1))); + background-color:transparent; + border-radius:4px 4px 0 0; + border-color:transparent; + border-width:0px; + border-bottom:2px solid @selected_bg_color; + box-shadow:none; + transition: 150ms ease-in-out; +} \ No newline at end of file -- cgit v1.2.1