diff options
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index fb4b7bb..a7c8686 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -73,7 +73,7 @@ stage { color: #ffffff; background-color: #5294E2; border: 1px solid #5294E2; - box-shadow: inset 0 2px 4px #5294E2; } + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .popup-menu .modal-dialog-button:insensitive { text-shadow: 0 1px rgba(255, 255, 255, 0); color: rgba(92, 97, 108, 0.55); @@ -1807,7 +1807,7 @@ StEntry.chat-response { color: #ffffff; background-color: #5294E2; border: 1px solid #5294E2; - box-shadow: inset 0 2px 4px #5294E2; } + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .login-dialog .modal-dialog-button:default:insensitive { text-shadow: 0 1px rgba(255, 255, 255, 0); color: rgba(92, 97, 108, 0.55); |