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.16/gnome-shell-dark.css | 2 +- common/gnome-shell/3.16/gnome-shell.css | 2 +- common/gnome-shell/3.16/sass/_common.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'common/gnome-shell/3.16') diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css index 2ef2e78..56bf7ac 100644 --- a/common/gnome-shell/3.16/gnome-shell-dark.css +++ b/common/gnome-shell/3.16/gnome-shell-dark.css @@ -150,7 +150,7 @@ StScrollBar { -slider-active-background-color: #5294E2; -slider-active-border-color: transparent; -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; height: 18px; border: 0 solid transparent; border-right-width: 1px; diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 3850dd4..f2765b5 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -150,7 +150,7 @@ StScrollBar { -slider-active-background-color: #5294E2; -slider-active-border-color: transparent; -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; height: 18px; border: 0 solid transparent; border-right-width: 1px; diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 35720b7..688bbb5 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -142,7 +142,7 @@ StScrollBar { -slider-active-background-color: $selected_bg_color; //active trough fill -slider-active-border-color: transparentize(black, 1); //active trough border -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; height: 18px; border: 0 solid transparent; border-right-width: 1px; -- cgit v1.2.3 From 3932218fd0862627a3c614aaf6825256e66a5517 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 30 Aug 2016 23:53:36 +0200 Subject: use color swatches for selected bg and fg in svg assets --- .../3.16/common-assets/dash/running1.svg | 28 +++++++-- .../3.16/common-assets/dash/running2.svg | 30 +++++++-- .../3.16/common-assets/dash/running3.svg | 34 +++++++--- .../3.16/common-assets/dash/running4.svg | 34 +++++++--- .../3.16/common-assets/menu/menu-hover.svg | 30 +++++++-- .../3.16/common-assets/misc/more-results.svg | 47 ++++++++++++-- .../common-assets/misc/page-indicator-active.svg | 28 +++++++-- .../3.16/common-assets/panel/activities-active.svg | 32 ++++++++-- .../common-assets/switch/switch-off-selected.svg | 38 ++++++++++-- .../common-assets/switch/switch-on-selected.svg | 66 ++++++++++++++++++-- .../checkbox/checkbox-checked-focused.svg | 27 ++++++-- .../3.16/dark-assets/checkbox/checkbox-checked.svg | 25 +++++++- .../checkbox/checkbox-unchecked-focused.svg | 27 ++++++-- .../dark-assets/misc/calendar-arrow-left-hover.svg | 55 +++++++++-------- .../misc/calendar-arrow-right-hover.svg | 55 +++++++++-------- .../3.16/dark-assets/misc/message-active.svg | 30 +++++++-- .../3.16/dark-assets/misc/message-close-active.svg | 47 ++++++++++++-- .../3.16/dark-assets/misc/message-close-hover.svg | 28 +++++++-- .../3.16/dark-assets/misc/message-hover.svg | 32 ++++++++-- .../gnome-shell/3.16/dark-assets/misc/message.svg | 30 +++++++-- .../3.16/dark-assets/switch/switch-on.svg | 27 ++++++-- .../checkbox/checkbox-checked-focused.svg | 57 +++++++++++++++-- .../light-assets/checkbox/checkbox-checked.svg | 55 +++++++++++++++-- .../checkbox/checkbox-unchecked-focused.svg | 25 +++++++- .../misc/calendar-arrow-left-hover.svg | 55 +++++++++-------- .../misc/calendar-arrow-right-hover.svg | 55 +++++++++-------- .../3.16/light-assets/misc/message-active.svg | 28 +++++++-- .../light-assets/misc/message-close-active.svg | 47 ++++++++++++-- .../3.16/light-assets/misc/message-close-hover.svg | 30 +++++++-- .../3.16/light-assets/misc/message-hover.svg | 54 +++++++++++++--- .../gnome-shell/3.16/light-assets/misc/message.svg | 37 +++++++++-- .../3.16/light-assets/switch/switch-on.svg | 72 +++++++++++++++++++--- 32 files changed, 1014 insertions(+), 251 deletions(-) (limited to 'common/gnome-shell/3.16') diff --git a/common/gnome-shell/3.16/common-assets/dash/running1.svg b/common/gnome-shell/3.16/common-assets/dash/running1.svg index 322dc8d..45036e2 100644 --- a/common/gnome-shell/3.16/common-assets/dash/running1.svg +++ b/common/gnome-shell/3.16/common-assets/dash/running1.svg @@ -2,11 +2,13 @@ + id="defs3"> + + + + + @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> + id="defs3"> + + + + + @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> diff --git a/common/gnome-shell/3.16/common-assets/dash/running3.svg b/common/gnome-shell/3.16/common-assets/dash/running3.svg index ca85562..0de3f4b 100644 --- a/common/gnome-shell/3.16/common-assets/dash/running3.svg +++ b/common/gnome-shell/3.16/common-assets/dash/running3.svg @@ -2,11 +2,13 @@ + id="defs3"> + + + + + @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> + id="defs3"> + + + + + @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> diff --git a/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg b/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg index 6ae13ca..4d3f262 100644 --- a/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg +++ b/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg @@ -2,11 +2,13 @@ + id="defs6929"> + + + + + + style="fill:url(#linearGradient4140);fill-opacity:1"> + style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> diff --git a/common/gnome-shell/3.16/common-assets/misc/more-results.svg b/common/gnome-shell/3.16/common-assets/misc/more-results.svg index a6f8d1e..8625db8 100644 --- a/common/gnome-shell/3.16/common-assets/misc/more-results.svg +++ b/common/gnome-shell/3.16/common-assets/misc/more-results.svg @@ -2,11 +2,13 @@ + id="defs12432"> + + + + + + + + + + id="defs5268"> + + + + + + id="defs3"> + + + + + @@ -134,21 +154,21 @@ id="layer1" transform="translate(0,-276)"> + + + + + + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> diff --git a/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg b/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg index 7c2572d..a86b37a 100644 --- a/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg +++ b/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg @@ -2,11 +2,13 @@ + + + + + + + + + + + style="display:inline;opacity:1;fill:url(#linearGradient4168);fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4170);fill-opacity:1;stroke:none" /> diff --git a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg index 7789a23..0c2a8ee 100644 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg +++ b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg @@ -2,11 +2,13 @@ + + + + image/svg+xml - + @@ -136,7 +155,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> diff --git a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg index d2f64f9..b17ab7c 100644 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg +++ b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg @@ -2,11 +2,13 @@ + + + + diff --git a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg index fcaae67..0c111f0 100644 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -2,11 +2,13 @@ + + + + image/svg+xml - + @@ -126,7 +145,7 @@ id="g5400-2-47"> + inkscape:zoom="22.627417"> Gnome Symbolic Icon Theme + id="defs7386"> + + + + + - - + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z " + transform="translate(100.0002,747)" + id="path6040" /> diff --git a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg index beadead..5586d55 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg @@ -2,11 +2,13 @@ Gnome Symbolic Icon Theme + id="defs7386"> + + + + + - - + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z " + transform="translate(321.0002,747)" + id="path8460" /> diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-active.svg b/common/gnome-shell/3.16/dark-assets/misc/message-active.svg index 06860fd..6555c32 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/message-active.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/message-active.svg @@ -2,11 +2,13 @@ + id="defs6623"> + + + + + + id="defs5997"> + + + + + + + + + + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg index 65aa6cc..6ed2ec1 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg @@ -2,11 +2,13 @@ + id="defs5997"> + + + + + + id="defs6623"> + + + + + + id="defs6623"> + + + + + + + + + image/svg+xml - + @@ -175,7 +194,7 @@ x="0" y="1029.3622" /> + + + + + + + + + image/svg+xml - + @@ -163,7 +208,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> @@ -196,7 +241,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> + + + + + + + + + @@ -196,7 +241,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> + + + + + inkscape:zoom="22.627417"> Gnome Symbolic Icon Theme + id="defs7386"> + + + + + - - + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z " + transform="translate(100.0002,747)" + id="path6040" /> diff --git a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg index beadead..5586d55 100644 --- a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg +++ b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg @@ -2,11 +2,13 @@ Gnome Symbolic Icon Theme + id="defs7386"> + + + + + - - + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z " + transform="translate(321.0002,747)" + id="path8460" /> diff --git a/common/gnome-shell/3.16/light-assets/misc/message-active.svg b/common/gnome-shell/3.16/light-assets/misc/message-active.svg index 06860fd..26baa11 100644 --- a/common/gnome-shell/3.16/light-assets/misc/message-active.svg +++ b/common/gnome-shell/3.16/light-assets/misc/message-active.svg @@ -2,11 +2,13 @@ + id="defs6623"> + + + + + + id="defs5997"> + + + + + + + + + + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> diff --git a/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg b/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg index 359aad5..73685e0 100644 --- a/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg +++ b/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg @@ -2,11 +2,13 @@ + id="defs5997"> + + + + + image/svg+xml - + @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1034.3622)"> + id="defs6623"> + + + + + + image/svg+xml - + @@ -58,7 +88,7 @@ id="layer1" transform="translate(0,-1020.3622)"> + diff --git a/common/gnome-shell/3.16/light-assets/misc/message.svg b/common/gnome-shell/3.16/light-assets/misc/message.svg index a1f8615..039cb8f 100644 --- a/common/gnome-shell/3.16/light-assets/misc/message.svg +++ b/common/gnome-shell/3.16/light-assets/misc/message.svg @@ -2,11 +2,13 @@ + id="defs6623"> + + + + + + diff --git a/common/gnome-shell/3.16/light-assets/switch/switch-on.svg b/common/gnome-shell/3.16/light-assets/switch/switch-on.svg index 0203bbb..ff81a42 100644 --- a/common/gnome-shell/3.16/light-assets/switch/switch-on.svg +++ b/common/gnome-shell/3.16/light-assets/switch/switch-on.svg @@ -2,11 +2,13 @@ + + + + + + + + + + image/svg+xml - + @@ -175,7 +229,7 @@ x="0" y="1029.3622" /> + style="display:inline;opacity:1;fill:url(#linearGradient4183);fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4185);fill-opacity:1;stroke:none" /> -- 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.16/gnome-shell-dark.css | 117 ++++++++++++------------- common/gnome-shell/3.16/gnome-shell.css | 123 ++++++++++++++------------- common/gnome-shell/3.16/sass/_colors.scss | 9 +- common/gnome-shell/3.16/sass/_common.scss | 28 +++--- 4 files changed, 145 insertions(+), 132 deletions(-) (limited to 'common/gnome-shell/3.16') diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css index 56bf7ac..b23c020 100644 --- a/common/gnome-shell/3.16/gnome-shell-dark.css +++ b/common/gnome-shell/3.16/gnome-shell-dark.css @@ -39,7 +39,7 @@ stage { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #D3DAE3; background-color: #444a58; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { text-shadow: 0 1px rgba(64, 69, 82, 0); @@ -51,12 +51,12 @@ stage { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #D3DAE3; background-color: #444a58; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 1px rgba(68, 74, 88, 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 { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border: 1px solid #2b2e39; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { @@ -79,12 +79,12 @@ stage { 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; } + color: #5294e2; } .modal-dialog-button-box .button:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294E2; + 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(64, 69, 82, 0); @@ -96,7 +96,7 @@ stage { StEntry { padding: 7px; caret-size: 1px; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -107,7 +107,7 @@ StEntry { StEntry:focus, StEntry:hover { color: #D3DAE3; background-color: #404552; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } StEntry:insensitive { color: rgba(211, 218, 227, 0.45); @@ -141,13 +141,13 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #676b78; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294E2; } + background-color: #5294e2; } .slider { -slider-height: 4px; -slider-background-color: #2b2e39; -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; @@ -285,15 +285,15 @@ StScrollBar { color: #e3e7ed; font-size: 8pt; } .end-session-dialog .button:last-child { - color: #ffffff; + color: white; background-color: #F04A50; border-color: #F04A50; } .end-session-dialog .button:last-child:hover { - color: #ffffff; + color: white; background-color: #f47479; border-color: #f47479; } .end-session-dialog .button:last-child:active { - color: #ffffff; + color: white; background-color: #ee3239; border-color: #ee3239; } @@ -483,7 +483,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -495,7 +495,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .resize-popup { color: #BAC3CF; @@ -522,11 +522,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; } @@ -540,7 +540,7 @@ StScrollBar { border-color: transparent; color: #BAC3CF; } .switcher-arrow:highlighted { - color: #ffffff; } + color: white; } .input-source-switcher-symbol { font-size: 34pt; @@ -563,10 +563,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"); } @@ -582,7 +582,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 { @@ -622,7 +622,7 @@ StScrollBar { -natural-hpadding: 10px; -minimum-hpadding: 6px; font-weight: bold; - color: #ffffff; + color: white; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; } @@ -632,13 +632,13 @@ StScrollBar { margin-left: 0px; margin-right: 0px; } #panel .panel-button:hover { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.17); border-bottom-width: 1px; border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; border-bottom-width: 1px; border-color: black; } @@ -667,7 +667,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; } @@ -720,11 +720,11 @@ StScrollBar { padding: 13px; color: #D3DAE3; background-color: transparent; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .system-menu-action:active { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .system-menu-action > StIcon { icon-size: 16px; } @@ -778,7 +778,7 @@ StScrollBar { .message-list-section-title:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border: 1px solid #2b2e39; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } @@ -874,11 +874,11 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-width: 0; } .calendar-day-with-events { - color: #5294E2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { @@ -1007,7 +1007,7 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nm-dialog-icons { spacing: .5em; } @@ -1063,9 +1063,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; } @@ -1097,7 +1097,7 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #ffffff; } + color: white; } .list-search-result-description { color: #cccccc; } @@ -1145,7 +1145,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; } @@ -1163,7 +1163,7 @@ StScrollBar { .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, .top #dash .app-well-app:hover .overview-icon { - background-color: #5294E2; } + background-color: #5294e2; } #dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, @@ -1176,7 +1176,7 @@ StScrollBar { width: 11px; height: 2px; margin-bottom: 6px; - background-color: #5294E2; } + background-color: #5294e2; } #dashtodockContainer .app-well-app-running-dot { background: none; @@ -1203,14 +1203,14 @@ StScrollBar { .show-apps:hover .overview-icon { 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 { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1239,7 +1239,7 @@ StScrollBar { box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1266,7 +1266,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, @@ -1286,13 +1286,13 @@ StScrollBar { width: 20px; height: 2px; margin-bottom: 4px; - background-color: #5294E2; } + background-color: #5294e2; } .search-provider-icon, .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; @@ -1307,11 +1307,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; @@ -1446,7 +1447,7 @@ StScrollBar { .chat-sent { padding-left: 18pt; - color: #5294E2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1532,7 +1533,7 @@ StScrollBar { height: 24px; } .magnifier-zoom-region { - border: 2px solid #5294E2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } @@ -1571,7 +1572,7 @@ StScrollBar { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .keyboard-key:grayed { text-shadow: 0 1px rgba(64, 69, 82, 0); @@ -1606,7 +1607,7 @@ StScrollBar { border-radius: 2px; color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .candidate-page-button-box { @@ -1664,7 +1665,7 @@ StScrollBar { .login-dialog .modal-dialog-button:default:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border: 1px solid #2b2e39; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .login-dialog .modal-dialog-button:default:insensitive { @@ -1712,10 +1713,10 @@ StScrollBar { 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; @@ -1726,7 +1727,7 @@ StScrollBar { .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; @@ -1861,11 +1862,11 @@ StScrollBar { 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; @@ -1874,7 +1875,7 @@ StScrollBar { 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); @@ -1882,7 +1883,7 @@ StScrollBar { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index f2765b5..baef1f5 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -39,7 +39,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 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); @@ -51,13 +51,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 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 { 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); } .button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { text-shadow: 0 1px rgba(255, 255, 255, 0); @@ -79,12 +79,12 @@ stage { 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; } + color: #5294e2; } .modal-dialog-button-box .button:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294E2; + 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); @@ -96,7 +96,7 @@ stage { StEntry { padding: 7px; caret-size: 1px; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -107,7 +107,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); @@ -141,13 +141,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; @@ -285,15 +285,15 @@ StScrollBar { color: #686d7a; font-size: 8pt; } .end-session-dialog .button:last-child { - color: #ffffff; + color: white; background-color: #F04A50; border-color: #F04A50; } .end-session-dialog .button:last-child:hover { - color: #ffffff; + color: white; background-color: #f47479; border-color: #f47479; } .end-session-dialog .button:last-child:active { - color: #ffffff; + color: white; background-color: #ee3239; border-color: #ee3239; } @@ -483,7 +483,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -495,7 +495,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .resize-popup { color: #BAC3CF; @@ -522,11 +522,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; } @@ -540,7 +540,7 @@ StScrollBar { border-color: transparent; color: #BAC3CF; } .switcher-arrow:highlighted { - color: #ffffff; } + color: white; } .input-source-switcher-symbol { font-size: 34pt; @@ -563,10 +563,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"); } @@ -582,7 +582,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 { @@ -622,7 +622,7 @@ StScrollBar { -natural-hpadding: 10px; -minimum-hpadding: 6px; font-weight: bold; - color: #ffffff; + color: white; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; } @@ -632,13 +632,13 @@ StScrollBar { margin-left: 0px; margin-right: 0px; } #panel .panel-button:hover { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.17); border-bottom-width: 1px; border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; border-bottom-width: 1px; border-color: black; } @@ -667,7 +667,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; } @@ -720,11 +720,11 @@ StScrollBar { padding: 13px; color: #5c616c; background-color: transparent; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .system-menu-action:active { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .system-menu-action > StIcon { icon-size: 16px; } @@ -778,8 +778,8 @@ StScrollBar { .message-list-section-title: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); } .datemenu-today-button .date-label { @@ -874,11 +874,11 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-width: 0; } .calendar-day-with-events { - color: #5294E2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { @@ -1007,7 +1007,7 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nm-dialog-icons { spacing: .5em; } @@ -1063,9 +1063,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; } @@ -1097,7 +1097,7 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #ffffff; } + color: white; } .list-search-result-description { color: #cccccc; } @@ -1145,7 +1145,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; } @@ -1163,7 +1163,7 @@ StScrollBar { .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, .top #dash .app-well-app:hover .overview-icon { - background-color: #5294E2; } + background-color: #5294e2; } #dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, @@ -1176,7 +1176,7 @@ StScrollBar { width: 11px; height: 2px; margin-bottom: 6px; - background-color: #5294E2; } + background-color: #5294e2; } #dashtodockContainer .app-well-app-running-dot { background: none; @@ -1203,14 +1203,14 @@ StScrollBar { .show-apps:hover .overview-icon { 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 { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1239,7 +1239,7 @@ StScrollBar { box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1266,7 +1266,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, @@ -1286,13 +1286,13 @@ StScrollBar { width: 20px; height: 2px; margin-bottom: 4px; - background-color: #5294E2; } + background-color: #5294e2; } .search-provider-icon, .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; @@ -1307,11 +1307,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; @@ -1446,7 +1447,7 @@ StScrollBar { .chat-sent { padding-left: 18pt; - color: #5294E2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1532,7 +1533,7 @@ StScrollBar { height: 24px; } .magnifier-zoom-region { - border: 2px solid #5294E2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } @@ -1571,7 +1572,7 @@ StScrollBar { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294E2; + 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); @@ -1606,7 +1607,7 @@ StScrollBar { border-radius: 2px; color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .candidate-page-button-box { @@ -1664,8 +1665,8 @@ StScrollBar { .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); @@ -1712,10 +1713,10 @@ StScrollBar { 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; @@ -1726,7 +1727,7 @@ StScrollBar { .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; @@ -1861,11 +1862,11 @@ StScrollBar { 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; @@ -1874,7 +1875,7 @@ StScrollBar { 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); @@ -1882,7 +1883,7 @@ StScrollBar { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } diff --git a/common/gnome-shell/3.16/sass/_colors.scss b/common/gnome-shell/3.16/sass/_colors.scss index 47daa0f..8d3a5f2 100644 --- a/common/gnome-shell/3.16/sass/_colors.scss +++ b/common/gnome-shell/3.16/sass/_colors.scss @@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A); $fg_color: if($variant =='light', #5c616c, #D3DAE3); $selected_fg_color: #ffffff; -$selected_bg_color: #5294E2; +$selected_bg_color: #5294e2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); +$selection_mode_fg: $selected_fg_color; $warning_color: #F27835; $error_color: #FC4138; +$warning_fg_color: white; +$error_fg_color: white; $success_color: #73d216; $destructive_color: #F04A50; $suggested_color: #4DADD4; +$destructive_fg_color: white; +$suggested_fg_color: white; + +$drop_target_color: #F08437; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 688bbb5..b9ac0d3 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -30,6 +30,7 @@ $font-family: Futura Bk bt, Cantarell, Sans-Serif; $_bubble_bg_color: opacify($osd_bg_color,0.25); $_bubble_fg_color: $osd_fg_color; $_bubble_borders_color: transparentize($osd_fg_color,0.8); +$_shell_fg_color: white; stage { font-family: $font-family; @@ -338,17 +339,17 @@ StScrollBar { // Shutdown Button .button:last-child { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: $destructive_color; border-color: $destructive_color; &:hover { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: lighten($destructive_color, 9%); border-color: lighten($destructive_color, 9%); } &:active { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: darken($destructive_color, 5%); border-color: darken($destructive_color, 5%); } @@ -618,7 +619,7 @@ StScrollBar { min-width: 64px; min-height: 64px; - color: $selected_fg_color; + color: $_shell_fg_color; background: none; border: none; border-radius: 5px; @@ -698,7 +699,7 @@ StScrollBar { color: $osd_fg_color; &:highlighted { - color: $selected_fg_color; + color: $_shell_fg_color; } } @@ -776,6 +777,8 @@ StScrollBar { // Top Bar // #panel { + $_panel_fg_color: $_shell_fg_color; + font-weight: bold; height: 2.1em; min-height: 27px; @@ -821,7 +824,7 @@ StScrollBar { -natural-hpadding: 10px; -minimum-hpadding: 6px; font-weight: bold; - color: $selected_fg_color; + color: $_panel_fg_color; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; @@ -834,7 +837,7 @@ StScrollBar { } &:hover { - color: $selected_fg_color; + color: $_panel_fg_color; background-color: transparentize(black, 0.83); border-bottom-width: 1px; border-color: transparent; @@ -1396,9 +1399,9 @@ StScrollBar { .list-search-result-content { spacing: 12px; padding: 12px; } -.list-search-result-title { font-size: 1.5em; color: $selected_fg_color; } +.list-search-result-title { font-size: 1.5em; color: $_shell_fg_color; } -.list-search-result-description { color: darken($selected_fg_color, 20%); } +.list-search-result-description { color: darken($_shell_fg_color, 20%); } .search-provider-icon { padding: 15px; } .search-provider-icon-more { @@ -1454,7 +1457,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: $selected_fg_color; + color: $_shell_fg_color; background-color: transparentize(black, 0.3); text-align: center; -x-offset: 3px; @@ -1618,7 +1621,7 @@ StScrollBar { } %icon_tile { - color: $selected_fg_color; + color: $_shell_fg_color; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1641,6 +1644,7 @@ StScrollBar { } &:active > .overview-icon, &:checked > .overview-icon { + color: $selected_fg_color; background-color: $selected_bg_color; box-shadow: none; } @@ -2191,7 +2195,7 @@ $legacy_icon_size: 24px; padding-right: .3em; &:hover { - color: $selected_fg_color; + color: $_shell_fg_color; text-shadow: black 0px 2px 2px; } &:selected { -- 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.16/gnome-shell-dark.css | 3 ++- common/gnome-shell/3.16/gnome-shell.css | 3 ++- common/gnome-shell/3.16/sass/_common.scss | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'common/gnome-shell/3.16') diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css index b23c020..ba9ea0a 100644 --- a/common/gnome-shell/3.16/gnome-shell-dark.css +++ b/common/gnome-shell/3.16/gnome-shell-dark.css @@ -519,7 +519,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; } diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index baef1f5..fb8f7a4 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -519,7 +519,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; } diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index b9ac0d3..f74fc58 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -665,6 +665,7 @@ StScrollBar { .item-box { padding: 8px; border-radius: 2px; + border: 1px solid transparent; &:outlined { padding: 8px; -- cgit v1.2.3