From f442529bbc2495b7e635607810c8a1b355645ad9 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 21 Sep 2015 17:50:44 +0200 Subject: button and entry drawing tweaks --- common/gnome-shell/3.16/gnome-shell.css | 54 +++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 22 deletions(-) (limited to 'common/gnome-shell/3.16/gnome-shell.css') diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index a7f19aa..7c174b3 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -34,28 +34,28 @@ stage { color: #5c616c; background-color: #fbfbfc; border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } + box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; border: 1px solid #5294E2; - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } + box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: white; border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } .button:hover:focus, .notification-banner .notification-button:hover:focus, .hotplug-notification-item:hover:focus { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; border: 1px solid #5294E2; - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } + box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus { @@ -70,30 +70,34 @@ stage { color: rgba(92, 97, 108, 0.55); border: 1px solid rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } + box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .modal-dialog-button-box .button { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #BAC3CF; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(102, 109, 132, 0.35); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .modal-dialog-button-box .button:hover { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #BAC3CF; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(119, 127, 151, 0.45); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .modal-dialog-button-box .button:focus { color: #5294E2; } .modal-dialog-button-box .button:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: #5294E2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .modal-dialog-button-box .button:insensitive { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5d626e; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } + background-color: rgba(102, 109, 132, 0.2); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } StEntry { padding: 7px; @@ -767,7 +771,7 @@ StScrollBar { color: #5c616c; background-color: white; border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } .datemenu-today-button:active, .world-clocks-button:active, .message-list-section-title:active { @@ -1235,12 +1239,14 @@ StScrollBar { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #BAC3CF; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(102, 109, 132, 0.35); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:hover { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #BAC3CF; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(119, 127, 151, 0.45); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { color: #ffffff; background-color: #5294E2; } @@ -1560,22 +1566,26 @@ StScrollBar { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #BAC3CF; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(102, 109, 132, 0.35); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-key:hover { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #BAC3CF; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(119, 127, 151, 0.45); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-key:active, .keyboard-key:checked { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: #5294E2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .keyboard-key:grayed { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5d626e; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } + background-color: rgba(102, 109, 132, 0.2); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-subkeys { color: #BAC3CF; @@ -1651,13 +1661,13 @@ StScrollBar { color: #5c616c; background-color: #fbfbfc; border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } + box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: white; border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } .login-dialog .modal-dialog-button:default:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; @@ -1669,7 +1679,7 @@ StScrollBar { color: rgba(92, 97, 108, 0.55); border: 1px solid rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } + box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .login-dialog-logo-bin { padding: 24px 0px; } @@ -1880,7 +1890,7 @@ StScrollBar { .lg-dialog StEntry:focus { color: #ffffff; background-color: #5294E2; - border: 1px solid #5294E2; + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog .shell-link { -- cgit v1.2.3