From 2668df1a3db7eb33145e4e589706866ee4712a22 Mon Sep 17 00:00:00 2001 From: Dela Anthonio Date: Wed, 3 Aug 2016 21:21:44 -0400 Subject: Fix slider for gnome-shell The handle radius was preventing the slider from reaching either extreme. This commit fixes issue #399. --- common/gnome-shell/3.14/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gnome-shell/3.14/gnome-shell.css') diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 9a04257..3619002 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -189,7 +189,7 @@ StScrollBar { -slider-active-background-color: #5294E2; -slider-active-border-color: transparent; -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; -slider-handle-border-color: transparent; -slider-handle-border-width: 0; height: 18px; -- cgit v1.2.3 From 06b091100947a17f29b82f92bf0fa38735eaabac Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 00:00:33 +0200 Subject: don't use selected_fg_color in weird places --- common/gnome-shell/3.14/gnome-shell.css | 135 ++++++++++++++++---------------- 1 file changed, 68 insertions(+), 67 deletions(-) (limited to 'common/gnome-shell/3.14/gnome-shell.css') diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 3619002..f849ae0 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -54,7 +54,7 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } .popup-menu .modal-dialog-button:hover { text-shadow: 0 1px rgba(255, 255, 255, 0); @@ -66,13 +66,13 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } .popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #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); @@ -112,15 +112,15 @@ stage { .hotplug-notification-item:focus, .hotplug-resident-eject-button:focus, .modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus { - color: #5294E2; } + color: #5294e2; } .candidate-page-button:active, .hotplug-notification-item:active, .hotplug-resident-eject-button:active, .modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid #5294e2; + background-color: #5294e2; } .candidate-page-button:insensitive, .hotplug-notification-item:insensitive, .hotplug-resident-eject-button:insensitive, @@ -134,7 +134,7 @@ StEntry { font-size: 1em; padding: 7px; caret-size: 1px; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -146,7 +146,7 @@ StEntry { StEntry:focus, StEntry:hover { color: #5c616c; background-color: #ffffff; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } StEntry:insensitive { color: rgba(92, 97, 108, 0.55); @@ -180,13 +180,13 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #c7c9cd; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294E2; } + background-color: #5294e2; } .slider { -slider-height: 4px; -slider-background-color: #cfd6e6; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 0px; @@ -327,15 +327,15 @@ StScrollBar { color: #686d7a; font-size: 8pt; } .end-session-dialog .modal-dialog-button:last-child { - color: #ffffff; + color: white; background-color: #F04A50; border-color: #F04A50; } .end-session-dialog .modal-dialog-button:last-child:hover { - color: #ffffff; + color: white; background-color: #f47479; border-color: #f47479; } .end-session-dialog .modal-dialog-button:last-child:active { - color: #ffffff; + color: white; background-color: #ee3239; border-color: #ee3239; } @@ -535,7 +535,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -547,7 +547,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .resize-popup { color: #BAC3CF; @@ -575,11 +575,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -593,7 +593,7 @@ StScrollBar { border-color: transparent; color: #BAC3CF; } .switcher-arrow:highlighted { - color: #ffffff; } + color: white; } .input-source-switcher-symbol { font-size: 34pt; @@ -616,10 +616,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #5294E2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -635,7 +635,7 @@ StScrollBar { .tile-preview { background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -675,7 +675,7 @@ StScrollBar { -natural-hpadding: 10px !important; -minimum-hpadding: 6px !important; font-weight: bold; - color: #ffffff !important; + color: white !important; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; } @@ -685,14 +685,14 @@ StScrollBar { margin-left: 0px; margin-right: 0px; } #panel .panel-button:hover { - color: #ffffff !important; + color: white !important; background-color: rgba(0, 0, 0, 0.17); border-bottom-width: 1px; border-color: transparent; text-shadow: 0 0 transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { color: #ffffff !important; - background: #5294E2, url("common-assets/misc/null.svg"); + background: #5294e2, url("common-assets/misc/null.svg"); border-image: none; box-shadow: none; border-bottom-width: 1px !important; @@ -723,7 +723,7 @@ StScrollBar { #panel .screencast-indicator { color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #5294E2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -779,11 +779,11 @@ StScrollBar { padding: 13px; color: #5c616c !important; background-color: transparent !important; - border: 1px solid #5294E2 !important; } + border: 1px solid #5294e2 !important; } .system-menu-action:active { color: #ffffff !important; - background-color: #5294E2 !important; - border: 1px solid #5294E2 !important; } + background-color: #5294e2 !important; + border: 1px solid #5294e2 !important; } .system-menu-action > StIcon { icon-size: 16px; } @@ -893,11 +893,11 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff !important; - background: #5294E2, url("common-assets/misc/null.svg") !important; + background: #5294e2, url("common-assets/misc/null.svg") !important; border-width: 0; } .calendar-day-with-events { - color: #5294E2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { @@ -1018,7 +1018,7 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nm-dialog-icons { spacing: .5em; } @@ -1074,9 +1074,9 @@ StScrollBar { .search-entry:hover, .search-entry:focus { color: #ffffff; caret-color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; selection-background-color: #ffffff; - selected-color: #5294E2; } + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { color: #ffffff; } @@ -1108,7 +1108,7 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #ffffff; } + color: white; } .list-search-result-description { color: #cccccc; } @@ -1156,7 +1156,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.7); text-align: center; -x-offset: 3px; } @@ -1269,12 +1269,12 @@ StScrollBar { .show-apps:hover .overview-icon { background-gradient-direction: none !important; background-color: rgba(0, 0, 0, 0.7); - color: #5294E2; } + color: #5294e2; } .show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon { background-gradient-direction: none !important; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1302,8 +1302,8 @@ StScrollBar { background-color: rgba(119, 127, 151, 0.45); } .app-view-control:checked { color: #ffffff; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1330,7 +1330,7 @@ StScrollBar { .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294E2; } + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1362,7 +1362,7 @@ StScrollBar { .list-search-result, .app-well-app .overview-icon, .app-well-app.app-folder .overview-icon, .grid-search-result .overview-icon { - color: #ffffff; + color: white; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1377,11 +1377,12 @@ StScrollBar { background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - background-color: #5294E2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #5294E2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; @@ -1493,7 +1494,7 @@ StScrollBar { padding-bottom: 12px; } .summary-boxpointer #summary-right-click-menu .popup-menu-item:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .summary-boxpointer-stack-scrollview { max-height: 18em; padding-top: 8px; @@ -1538,8 +1539,8 @@ StScrollBar { .summary-source-button:selected .summary-source { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid #5294e2; + background-color: #5294e2; } .url-highlighter { link-color: #2679db; } @@ -1598,8 +1599,8 @@ StScrollBar { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .secondary-icon { @@ -1631,13 +1632,13 @@ StEntry.chat-response { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } StEntry.chat-response:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .chat-sent { padding-left: 18pt; - color: #5294E2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1693,7 +1694,7 @@ StEntry.chat-response { border-left: none; } .magnifier-zoom-region { - border: 2px solid #5294E2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } @@ -1730,8 +1731,8 @@ StEntry.chat-response { .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 #5294e2; + background-color: #5294e2; } .keyboard-key:grayed { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5d626e; @@ -1764,7 +1765,7 @@ StEntry.chat-response { border-radius: 2px; color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .candidate-page-button-box { @@ -1822,8 +1823,8 @@ StEntry.chat-response { .login-dialog .modal-dialog-button:default:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #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); @@ -1870,10 +1871,10 @@ StEntry.chat-response { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294E2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; @@ -1884,7 +1885,7 @@ StEntry.chat-response { .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; @@ -2019,11 +2020,11 @@ StEntry.chat-response { padding-left: .3em; padding-right: .3em; } #LookingGlassDialog .notebook-tab:hover { - color: #ffffff; + color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #5294E2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -2032,7 +2033,7 @@ StEntry.chat-response { spacing: 4px; } .lg-dialog StEntry { - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; color: #BAC3CF; background-color: rgba(102, 109, 132, 0.35); @@ -2040,8 +2041,8 @@ StEntry.chat-response { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog .shell-link { -- cgit v1.2.3 From 3fd402cc39af37d113c2eeb30a9c793818c35092 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 14 Sep 2016 12:42:57 +0200 Subject: gnome-shell: fix jumping switcher list subitems (#636) --- common/gnome-shell/3.14/gnome-shell.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/gnome-shell/3.14/gnome-shell.css') diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index f849ae0..2174e49 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -572,7 +572,8 @@ StScrollBar { spacing: 8px; } .switcher-list .item-box { padding: 8px; - border-radius: 2px; } + border-radius: 2px; + border: 1px solid transparent; } .switcher-list .item-box:outlined { padding: 8px; border: 1px solid #5294e2; } -- cgit v1.2.3