diff options
author | Horst3180 | 2015-08-14 00:05:57 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-14 00:05:57 +0200 |
commit | 359a8d8c2c0551655cf8ce72d0562d9c2c0e401e (patch) | |
tree | 1b8cf6c7eaf410b1c44c7fffcdedf24751585abb /common/gnome-shell/3.16/gnome-shell.css | |
parent | e4c806b3d768fc3c1e048f5354c518d2abdbe876 (diff) | |
download | solarc-theme-359a8d8c2c0551655cf8ce72d0562d9c2c0e401e.tar.gz solarc-theme-359a8d8c2c0551655cf8ce72d0562d9c2c0e401e.tar.xz solarc-theme-359a8d8c2c0551655cf8ce72d0562d9c2c0e401e.zip |
update build system
Diffstat (limited to 'common/gnome-shell/3.16/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 17db047..70ab7da 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -961,7 +961,7 @@ StScrollBar { height: 26px; width: 26px; } .window-close:active { - background-image: url("misc/close-active.svg"); + background-image: url("common-assets/misc/close-active.svg"); background-size: 26px; height: 26px; width: 26px; } @@ -1939,15 +1939,3 @@ StEntry.chat-response { border: 1px solid grey; border-radius: 2px; padding: 6px; } - -/*tweaks*/ -.panel-button:active, -.panel-button:overview, -.panel-button:focus, -.panel-button:hover, -#appMenu, -#panel { - text-shadow: 0px 0px white; } - -stage { - font-weight: bold; } |