From a647a2647a1ea95b1fe0ea4f2e6231f3eb02022e Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Fri, 13 Mar 2015 14:01:00 -0400 Subject: [PATCH] Fixed a few bugs. --- Paper/gnome-shell/gnome-shell.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Paper/gnome-shell/gnome-shell.css b/Paper/gnome-shell/gnome-shell.css index 182b197..c370662 100644 --- a/Paper/gnome-shell/gnome-shell.css +++ b/Paper/gnome-shell/gnome-shell.css @@ -575,7 +575,8 @@ StScrollBar { #panel { background-color: #454d50; font-weight: bold; - height: 1.86em; } + height: 1.86em; + text-shadow:none;} #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { background-color: transparent; } #panel #panelLeft, #panel #panelCenter { @@ -608,7 +609,9 @@ StScrollBar { box-shadow: inset 0 -2px 0px #9FB0B9; background-image: none; background-gradient-direction: none; - color: white; } + color: white; + text-shadow:none; + icon-shadow:none; } #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { icon-shadow: black 0 2px 2px; } #panel .panel-button .system-status-icon { @@ -1062,6 +1065,7 @@ StScrollBar { .app-view-control { padding: 4px 32px; + border-width: 0px; color: #fff; } .app-view-control:checked { color: #dbdee0;