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-dark.css | 2 +-
common/gnome-shell/3.14/gnome-shell.css | 2 +-
common/gnome-shell/3.14/sass/_common.scss | 2 +-
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 +-
common/gnome-shell/3.18/gnome-shell-dark.css | 2 +-
common/gnome-shell/3.18/gnome-shell.css | 2 +-
common/gnome-shell/3.18/sass/_common.scss | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
(limited to 'common')
diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css
index b7ca459..04a0992 100644
--- a/common/gnome-shell/3.14/gnome-shell-dark.css
+++ b/common/gnome-shell/3.14/gnome-shell-dark.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;
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;
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss
index 671c993..002938f 100644
--- a/common/gnome-shell/3.14/sass/_common.scss
+++ b/common/gnome-shell/3.14/sass/_common.scss
@@ -169,7 +169,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;
-slider-handle-border-color: transparent;
-slider-handle-border-width: 0;
height: 18px;
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;
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css
index ac310dd..9258d06 100644
--- a/common/gnome-shell/3.18/gnome-shell-dark.css
+++ b/common/gnome-shell/3.18/gnome-shell-dark.css
@@ -124,7 +124,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.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index b83026b..0d14820 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -124,7 +124,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.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index 3033f52..59480ce 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/sass/_common.scss
@@ -143,7 +143,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
---
common/cinnamon/common-assets/menu/menu-hover.svg | 30 +-
.../common-assets/misc/add-workspace-active.svg | 55 +-
.../misc/calendar-arrow-left-hover.svg | 28 +-
.../misc/calendar-arrow-right-hover.svg | 28 +-
.../cinnamon/common-assets/misc/corner-ripple.svg | 6 +-
.../common-assets/panel/activities-active.svg | 32 +-
.../panel/window-list-active-bottom.svg | 30 +-
.../common-assets/panel/window-list-active-top.svg | 28 +-
.../common-assets/switch/switch-off-selected.svg | 38 +-
.../common-assets/switch/switch-on-selected.svg | 66 +-
.../checkbox/checkbox-checked-focused.svg | 27 +-
.../dark-assets/checkbox/checkbox-checked.svg | 25 +-
.../checkbox/checkbox-unchecked-focused.svg | 27 +-
common/cinnamon/dark-assets/misc/message.svg | 30 +-
common/cinnamon/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 +-
common/cinnamon/light-assets/misc/message.svg | 37 +-
common/cinnamon/light-assets/switch/switch-on.svg | 72 ++-
.../common-assets/dash/button-active-bottom.svg | 48 +-
.../common-assets/dash/button-active-right.svg | 39 +-
.../3.14/common-assets/dash/button-active-top.svg | 42 +-
.../3.14/common-assets/dash/button-active.svg | 40 +-
.../common-assets/dash/button-hover-bottom.svg | 30 +-
.../3.14/common-assets/dash/button-hover-right.svg | 28 +-
.../3.14/common-assets/dash/button-hover-top.svg | 30 +-
.../3.14/common-assets/dash/button-hover.svg | 24 +-
.../dash/button-running-active-bottom.svg | 36 +-
.../dash/button-running-active-right.svg | 36 +-
.../dash/button-running-active-top.svg | 38 +-
.../common-assets/dash/button-running-active.svg | 36 +-
.../common-assets/dash/button-running-bottom.svg | 27 +-
.../dash/button-running-hover-bottom.svg | 38 +-
.../dash/button-running-hover-right.svg | 36 +-
.../dash/button-running-hover-top.svg | 40 +-
.../common-assets/dash/button-running-hover.svg | 38 +-
.../common-assets/dash/button-running-right.svg | 27 +-
.../3.14/common-assets/dash/button-running-top.svg | 27 +-
.../3.14/common-assets/dash/button-running.svg | 24 +-
.../3.14/common-assets/dash/running1.svg | 28 +-
.../3.14/common-assets/dash/running2.svg | 30 +-
.../3.14/common-assets/dash/running3.svg | 34 +-
.../3.14/common-assets/dash/running4.svg | 34 +-
.../3.14/common-assets/menu/menu-hover.svg | 30 +-
.../3.14/common-assets/misc/more-results.svg | 47 +-
.../common-assets/misc/page-indicator-active.svg | 28 +-
.../3.14/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 | 31 +-
.../3.14/dark-assets/checkbox/checkbox-checked.svg | 31 +-
.../checkbox/checkbox-unchecked-focused.svg | 27 +-
.../dark-assets/misc/calendar-arrow-left-hover.svg | 55 +-
.../misc/calendar-arrow-right-hover.svg | 55 +-
.../3.14/dark-assets/misc/message-active.svg | 30 +-
.../3.14/dark-assets/misc/message-close-active.svg | 47 +-
.../3.14/dark-assets/misc/message-close-hover.svg | 28 +-
.../3.14/dark-assets/misc/message-hover.svg | 32 +-
.../gnome-shell/3.14/dark-assets/misc/message.svg | 30 +-
.../3.14/dark-assets/switch/switch-on.svg | 35 +-
.../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.14/light-assets/misc/message-active.svg | 30 +-
.../light-assets/misc/message-close-active.svg | 47 +-
.../3.14/light-assets/misc/message-close-hover.svg | 30 +-
.../3.14/light-assets/misc/message-hover.svg | 54 +-
.../gnome-shell/3.14/light-assets/misc/message.svg | 37 +-
.../3.14/light-assets/switch/switch-on.svg | 72 ++-
.../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 ++-
.../3.18/common-assets/dash/running1.svg | 28 +-
.../3.18/common-assets/dash/running2.svg | 30 +-
.../3.18/common-assets/dash/running3.svg | 34 +-
.../3.18/common-assets/dash/running4.svg | 34 +-
.../3.18/common-assets/menu/menu-hover.svg | 30 +-
.../3.18/common-assets/misc/more-results.svg | 47 +-
.../common-assets/misc/page-indicator-active.svg | 28 +-
.../3.18/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.18/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.18/dark-assets/misc/message-active.svg | 28 +-
.../3.18/dark-assets/misc/message-close-active.svg | 47 +-
.../3.18/dark-assets/misc/message-close-hover.svg | 28 +-
.../3.18/dark-assets/misc/message-hover.svg | 32 +-
.../gnome-shell/3.18/dark-assets/misc/message.svg | 30 +-
.../3.18/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.18/light-assets/misc/message-active.svg | 28 +-
.../light-assets/misc/message-close-active.svg | 47 +-
.../3.18/light-assets/misc/message-close-hover.svg | 30 +-
.../3.18/light-assets/misc/message-hover.svg | 54 +-
.../gnome-shell/3.18/light-assets/misc/message.svg | 37 +-
.../3.18/light-assets/switch/switch-on.svg | 72 ++-
common/gtk-2.0/assets-dark.svg | 558 ++++++++++-------
common/gtk-2.0/assets.svg | 681 ++++++++++++++-------
common/gtk-3.0/3.14/assets.svg | 634 ++++++++++++++++---
common/gtk-3.0/3.16/assets.svg | 634 ++++++++++++++++---
common/gtk-3.0/3.18/assets.svg | 634 ++++++++++++++++---
common/gtk-3.0/3.20/assets.svg | 634 ++++++++++++++++---
common/unity/dash/maximize_dash_pressed.svg | 29 +-
common/unity/dash/minimize_dash_pressed.svg | 29 +-
common/unity/launcher_icon_selected_back_150.svg | 25 +-
common/unity/launcher_icon_selected_back_54.svg | 28 +-
.../unity/window-buttons-dark/maximize_pressed.svg | 46 +-
.../unity/window-buttons-dark/minimize_pressed.svg | 46 +-
common/unity/window-buttons/maximize_pressed.svg | 175 +++++-
common/unity/window-buttons/minimize_pressed.svg | 88 ++-
150 files changed, 7593 insertions(+), 1868 deletions(-)
(limited to 'common')
diff --git a/common/cinnamon/common-assets/menu/menu-hover.svg b/common/cinnamon/common-assets/menu/menu-hover.svg
index 6ae13ca..4d3f262 100644
--- a/common/cinnamon/common-assets/menu/menu-hover.svg
+++ b/common/cinnamon/common-assets/menu/menu-hover.svg
@@ -2,11 +2,13 @@
diff --git a/common/cinnamon/common-assets/misc/add-workspace-active.svg b/common/cinnamon/common-assets/misc/add-workspace-active.svg
index f60de34..d39784c 100644
--- a/common/cinnamon/common-assets/misc/add-workspace-active.svg
+++ b/common/cinnamon/common-assets/misc/add-workspace-active.svg
@@ -2,11 +2,13 @@
diff --git a/common/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/common/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg
index a5cc13e..9292ecc 100644
--- a/common/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg
+++ b/common/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg
@@ -2,11 +2,13 @@
diff --git a/common/cinnamon/common-assets/switch/switch-on-selected.svg b/common/cinnamon/common-assets/switch/switch-on-selected.svg
index 7c2572d..a86b37a 100644
--- a/common/cinnamon/common-assets/switch/switch-on-selected.svg
+++ b/common/cinnamon/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/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/common/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg
index 7789a23..0c2a8ee 100644
--- a/common/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg
+++ b/common/cinnamon/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/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg
index d2f64f9..b17ab7c 100644
--- a/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg
+++ b/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg
@@ -2,11 +2,13 @@
+
+
+
+
diff --git a/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg
index fcaae67..0c111f0 100644
--- a/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg
+++ b/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg
@@ -2,11 +2,13 @@
+
+
+
+
image/svg+xml
-
+
@@ -126,7 +145,7 @@
id="g5400-2-47">
+ 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" />
+
+
+
+
+ id="defs6623">
+
+
+
+
+
+
diff --git a/common/cinnamon/light-assets/switch/switch-on.svg b/common/cinnamon/light-assets/switch/switch-on.svg
index 0203bbb..9945e14 100644
--- a/common/cinnamon/light-assets/switch/switch-on.svg
+++ b/common/cinnamon/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" />
diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg
index 04b11ec..2889228 100644
--- a/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg
+++ b/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg
@@ -2,6 +2,7 @@
+
+
+
+
+
+ transform="matrix(0,1,-1,0,0,0)" />
diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg
index d47baa0..10e2198 100644
--- a/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg
+++ b/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg
@@ -2,6 +2,7 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active.svg b/common/gnome-shell/3.14/common-assets/dash/button-active.svg
index a979d1d..e7bfdea 100644
--- a/common/gnome-shell/3.14/common-assets/dash/button-active.svg
+++ b/common/gnome-shell/3.14/common-assets/dash/button-active.svg
@@ -2,6 +2,7 @@
+
+
+
+
+
diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg
index e37be0c..2982699 100644
--- a/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg
+++ b/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg
@@ -2,6 +2,7 @@
+
+
+
+
diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg
index 63a16c3..51c3046 100644
--- a/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg
+++ b/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg
@@ -2,6 +2,7 @@
+
+
+
+
+
+
+
+
diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover.svg
index 45d457a..82f2941 100644
--- a/common/gnome-shell/3.14/common-assets/dash/button-hover.svg
+++ b/common/gnome-shell/3.14/common-assets/dash/button-hover.svg
@@ -2,6 +2,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg
index d95bae9..e60d3b5 100644
--- a/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg
+++ b/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg
@@ -2,6 +2,7 @@
image/svg+xml
-
+
@@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
- inkscape:cx="4.4119369"
- inkscape:cy="6.6188694"
+ inkscape:cx="-3.367725"
+ inkscape:cy="6.5319458"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg
index c58c8d3..4e6b339 100644
--- a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg
+++ b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg
@@ -2,6 +2,7 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg
index 325d85a..8180811 100644
--- a/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg
+++ b/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg
@@ -2,6 +2,7 @@
image/svg+xml
-
+
@@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
- inkscape:cx="4.4119369"
- inkscape:cy="6.5812144"
+ inkscape:cx="-3.367725"
+ inkscape:cy="6.4942908"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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.14/common-assets/dash/running3.svg b/common/gnome-shell/3.14/common-assets/dash/running3.svg
index ca85562..0de3f4b 100644
--- a/common/gnome-shell/3.14/common-assets/dash/running3.svg
+++ b/common/gnome-shell/3.14/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.14/common-assets/menu/menu-hover.svg b/common/gnome-shell/3.14/common-assets/menu/menu-hover.svg
index 6ae13ca..4d3f262 100644
--- a/common/gnome-shell/3.14/common-assets/menu/menu-hover.svg
+++ b/common/gnome-shell/3.14/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.14/common-assets/misc/more-results.svg b/common/gnome-shell/3.14/common-assets/misc/more-results.svg
index a6f8d1e..8625db8 100644
--- a/common/gnome-shell/3.14/common-assets/misc/more-results.svg
+++ b/common/gnome-shell/3.14/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.14/common-assets/switch/switch-on-selected.svg b/common/gnome-shell/3.14/common-assets/switch/switch-on-selected.svg
index 7c2572d..a86b37a 100644
--- a/common/gnome-shell/3.14/common-assets/switch/switch-on-selected.svg
+++ b/common/gnome-shell/3.14/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.14/dark-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked-focused.svg
index d1b59ee..0c2a8ee 100644
--- a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked-focused.svg
+++ b/common/gnome-shell/3.14/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" />
@@ -169,7 +188,7 @@
height="1.9999826"
width="5"
id="rect3977-39-90"
- style="fill:#32363d;fill-opacity:1;stroke:none" />
+ style="fill:#2b303b;fill-opacity:1;stroke:none" />
+ style="fill:#2b303b;fill-opacity:1;stroke:none" />
+
+
+
+
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" />
@@ -169,7 +188,7 @@
height="1.9999826"
width="5"
id="rect3977-39-90"
- style="fill:#32363d;fill-opacity:1;stroke:none" />
+ style="fill:#2b303b;fill-opacity:1;stroke:none" />
+ style="fill:#2b303b;fill-opacity:1;stroke:none" />
+
+
+
+
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.14/dark-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right-hover.svg
index beadead..5586d55 100644
--- a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right-hover.svg
+++ b/common/gnome-shell/3.14/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.14/dark-assets/misc/message-active.svg b/common/gnome-shell/3.14/dark-assets/misc/message-active.svg
index 06860fd..51b7786 100644
--- a/common/gnome-shell/3.14/dark-assets/misc/message-active.svg
+++ b/common/gnome-shell/3.14/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.14/dark-assets/misc/message-close-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/message-close-hover.svg
index 65aa6cc..6ed2ec1 100644
--- a/common/gnome-shell/3.14/dark-assets/misc/message-close-hover.svg
+++ b/common/gnome-shell/3.14/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" />
+ style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" />
diff --git a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg
index 983e7f8..e214088 100644
--- a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg
+++ b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg
@@ -2,11 +2,13 @@
+
+
+
+
+
+
+
+
+
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.14/light-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right-hover.svg
index beadead..5586d55 100644
--- a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right-hover.svg
+++ b/common/gnome-shell/3.14/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.14/light-assets/misc/message-active.svg b/common/gnome-shell/3.14/light-assets/misc/message-active.svg
index 06860fd..fa7a4f0 100644
--- a/common/gnome-shell/3.14/light-assets/misc/message-active.svg
+++ b/common/gnome-shell/3.14/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.14/light-assets/misc/message-close-hover.svg b/common/gnome-shell/3.14/light-assets/misc/message-close-hover.svg
index 359aad5..73685e0 100644
--- a/common/gnome-shell/3.14/light-assets/misc/message-close-hover.svg
+++ b/common/gnome-shell/3.14/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.14/light-assets/misc/message.svg b/common/gnome-shell/3.14/light-assets/misc/message.svg
index a1f8615..039cb8f 100644
--- a/common/gnome-shell/3.14/light-assets/misc/message.svg
+++ b/common/gnome-shell/3.14/light-assets/misc/message.svg
@@ -2,11 +2,13 @@
+ id="defs6623">
+
+
+
+
+
+
diff --git a/common/gnome-shell/3.14/light-assets/switch/switch-on.svg b/common/gnome-shell/3.14/light-assets/switch/switch-on.svg
index 0203bbb..9945e14 100644
--- a/common/gnome-shell/3.14/light-assets/switch/switch-on.svg
+++ b/common/gnome-shell/3.14/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" />
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" />
diff --git a/common/gnome-shell/3.18/common-assets/dash/running1.svg b/common/gnome-shell/3.18/common-assets/dash/running1.svg
index 322dc8d..45036e2 100644
--- a/common/gnome-shell/3.18/common-assets/dash/running1.svg
+++ b/common/gnome-shell/3.18/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.18/common-assets/dash/running3.svg b/common/gnome-shell/3.18/common-assets/dash/running3.svg
index ca85562..0de3f4b 100644
--- a/common/gnome-shell/3.18/common-assets/dash/running3.svg
+++ b/common/gnome-shell/3.18/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.18/common-assets/menu/menu-hover.svg b/common/gnome-shell/3.18/common-assets/menu/menu-hover.svg
index 6ae13ca..4d3f262 100644
--- a/common/gnome-shell/3.18/common-assets/menu/menu-hover.svg
+++ b/common/gnome-shell/3.18/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.18/common-assets/misc/more-results.svg b/common/gnome-shell/3.18/common-assets/misc/more-results.svg
index a6f8d1e..b5fa6be 100644
--- a/common/gnome-shell/3.18/common-assets/misc/more-results.svg
+++ b/common/gnome-shell/3.18/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.18/common-assets/switch/switch-on-selected.svg b/common/gnome-shell/3.18/common-assets/switch/switch-on-selected.svg
index 7c2572d..b4de53f 100644
--- a/common/gnome-shell/3.18/common-assets/switch/switch-on-selected.svg
+++ b/common/gnome-shell/3.18/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.18/dark-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked-focused.svg
index 7789a23..0c2a8ee 100644
--- a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked-focused.svg
+++ b/common/gnome-shell/3.18/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.18/dark-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked.svg
index d2f64f9..b17ab7c 100644
--- a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked.svg
+++ b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked.svg
@@ -2,11 +2,13 @@
+
+
+
+
diff --git a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-unchecked-focused.svg
index fcaae67..0c111f0 100644
--- a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-unchecked-focused.svg
+++ b/common/gnome-shell/3.18/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.18/dark-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-right-hover.svg
index beadead..5586d55 100644
--- a/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-right-hover.svg
+++ b/common/gnome-shell/3.18/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.18/dark-assets/misc/message-active.svg b/common/gnome-shell/3.18/dark-assets/misc/message-active.svg
index 06860fd..26baa11 100644
--- a/common/gnome-shell/3.18/dark-assets/misc/message-active.svg
+++ b/common/gnome-shell/3.18/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.18/dark-assets/misc/message-close-hover.svg b/common/gnome-shell/3.18/dark-assets/misc/message-close-hover.svg
index 65aa6cc..6ed2ec1 100644
--- a/common/gnome-shell/3.18/dark-assets/misc/message-close-hover.svg
+++ b/common/gnome-shell/3.18/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.18/light-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-right-hover.svg
index beadead..5586d55 100644
--- a/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-right-hover.svg
+++ b/common/gnome-shell/3.18/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.18/light-assets/misc/message-active.svg b/common/gnome-shell/3.18/light-assets/misc/message-active.svg
index 06860fd..bf5bf51 100644
--- a/common/gnome-shell/3.18/light-assets/misc/message-active.svg
+++ b/common/gnome-shell/3.18/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.18/light-assets/misc/message-close-hover.svg b/common/gnome-shell/3.18/light-assets/misc/message-close-hover.svg
index 359aad5..73685e0 100644
--- a/common/gnome-shell/3.18/light-assets/misc/message-close-hover.svg
+++ b/common/gnome-shell/3.18/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.18/light-assets/misc/message.svg b/common/gnome-shell/3.18/light-assets/misc/message.svg
index a1f8615..039cb8f 100644
--- a/common/gnome-shell/3.18/light-assets/misc/message.svg
+++ b/common/gnome-shell/3.18/light-assets/misc/message.svg
@@ -2,11 +2,13 @@
+ id="defs6623">
+
+
+
+
+
+
diff --git a/common/gnome-shell/3.18/light-assets/switch/switch-on.svg b/common/gnome-shell/3.18/light-assets/switch/switch-on.svg
index 0203bbb..ff81a42 100644
--- a/common/gnome-shell/3.18/light-assets/switch/switch-on.svg
+++ b/common/gnome-shell/3.18/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" />
diff --git a/common/gtk-2.0/assets-dark.svg b/common/gtk-2.0/assets-dark.svg
index 41c9339..b7c6f1e 100644
--- a/common/gtk-2.0/assets-dark.svg
+++ b/common/gtk-2.0/assets-dark.svg
@@ -2,6 +2,7 @@
+ id="linearGradient5015">
-
-
+ id="stop5017" />
+ id="selected_fg_color"
+ osb:paint="solid">
-
-
-
+ id="stop5009" />
+ id="selected_bg_color"
+ osb:paint="solid">
-
-
+ id="stop5016" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -238,26 +140,6 @@
rx="0"
ry="0" />
-
-
@@ -271,16 +153,6 @@
rx="0"
ry="0" />
-
@@ -535,28 +407,294 @@
x="407"
y="111" />
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1048,7 +1186,7 @@
height="26.85346"
width="27.286064"
id="rect5147-9-1-7-2-8"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#linearGradient5077);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;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="13.42673" />
@@ -1104,7 +1242,7 @@
height="12.999986"
width="12.999984"
id="rect5147-9-1-5-7-6-7-1-8"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;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;opacity:1;fill:url(#linearGradient5073);fill-opacity:1.0;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" />
@@ -1179,7 +1317,7 @@
height="28.919104"
width="29.384996"
id="rect5147-9-1-7-2-0-6"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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;opacity:1;fill:url(#linearGradient5075);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;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="14.459552" />
@@ -1337,7 +1475,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-9-2"
- 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(#linearGradient5071);fill-opacity:1.0;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" />
@@ -1478,7 +1616,7 @@
height="28.919107"
width="29.384991"
id="rect5147-9-1-7-2-3-9"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#linearGradient5065);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;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="14.459554" />
@@ -1596,7 +1734,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-1-7-7"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;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;opacity:1;fill:url(#linearGradient5069);fill-opacity:1.0;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" />
@@ -1729,7 +1867,7 @@
height="28.919104"
width="29.384996"
id="rect5147-9-1-7-2-0-3-1"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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;opacity:1;fill:url(#linearGradient5067);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;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="14.459552" />
@@ -1816,7 +1954,7 @@
height="23"
width="24.999998"
id="rect7903-7-3-7"
- style="display:inline;opacity:1;fill:#404552;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:#404552;fill-opacity:1;stroke:url(#linearGradient5035);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5033);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5029);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5027);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5025);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5023);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;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;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5019);fill-opacity:1.0;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
+ style="opacity:1;fill:url(#linearGradient5055);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-
-
-
+ style="opacity:1;fill:url(#linearGradient5057);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5031);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="opacity:1;fill:url(#linearGradient5047);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="opacity:1;fill:url(#linearGradient5045);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="opacity:1;fill:url(#linearGradient5043);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="opacity:1;fill:url(#linearGradient5041);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
@@ -5503,7 +5619,7 @@
height="1.9999826"
width="5"
id="rect3977-39-88-5"
- style="fill:#5294e2;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient5061);fill-opacity:1.0;stroke:none" />
+ style="fill:url(#linearGradient5063);fill-opacity:1.0;stroke:none" />
@@ -5613,7 +5729,7 @@
height="5"
width="5"
id="use15101-5-7-8-1"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5059);fill-opacity:1.0;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2.5" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5018);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ id="linearGradient5037">
-
-
+ id="stop5039" />
+ id="selected_fg_color"
+ osb:paint="solid">
-
-
-
+ id="stop5018" />
+ id="linearGradient5015">
-
-
+ id="stop5017" />
+ id="linearGradient5046">
+ id="stop5048" />
+
+
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop5037" />
+
+
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop5021" />
+ id="linearGradient5013">
+ id="stop5015" />
+
+
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop5012" />
-
-
-
-
-
-
-
-
-
-
@@ -238,26 +175,6 @@
rx="0"
ry="0" />
-
-
@@ -271,16 +188,6 @@
rx="0"
ry="0" />
-
@@ -535,28 +442,384 @@
x="407"
y="111" />
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -945,7 +1208,7 @@
height="1.9999826"
width="5"
id="rect3977-39-88"
- style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient5042);fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient5044);fill-opacity:1;stroke:none" />
@@ -1055,7 +1318,7 @@
height="5"
width="5"
id="use15101-5-7-8"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5040);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2.5" />
@@ -1122,7 +1385,7 @@
transform="translate(-3,-4.9999826)"
style="fill:#3b3c3e;fill-opacity:1">
@@ -1171,7 +1434,7 @@
height="28.919104"
width="29.384996"
id="rect5147-9-1-7-2-0-6"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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;opacity:1;fill:url(#linearGradient5069);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;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="14.459552" />
@@ -1186,7 +1449,7 @@
height="5.3846149"
width="5.3863964"
id="use15101-5-7-2-3"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5038);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2.6923075" />
@@ -1359,7 +1622,7 @@
height="1.9999826"
width="5"
id="rect3977-39-8-0"
- style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient5028);fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient5030);fill-opacity:1;stroke:none" />
@@ -1482,7 +1745,7 @@
height="4"
width="4"
id="use15101-5-7-0-1"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5021);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -1607,7 +1870,7 @@
transform="translate(-3,-4.9999826)"
style="fill:#3b3c3e;fill-opacity:1">
@@ -1726,7 +1989,7 @@
height="4"
width="4"
id="use15101-5-7-2-2-1"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5024);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5017);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5033);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5029);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5027);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5025);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5023);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-
-
-
+ style="opacity:1;fill:url(#linearGradient5020);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5031);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="opacity:1;fill:url(#linearGradient5045);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="opacity:1;fill:url(#linearGradient5043);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="opacity:1;fill:url(#linearGradient5039);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="opacity:1;fill:url(#linearGradient5041);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
@@ -5468,7 +5709,7 @@
height="1.9999826"
width="5"
id="rect3977-39-88-5"
- style="fill:#5294e2;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient5065);fill-opacity:1.0;stroke:none" />
+ style="fill:url(#linearGradient5067);fill-opacity:1.0;stroke:none" />
@@ -5581,7 +5822,7 @@
height="5"
width="5"
id="use15101-5-7-8-1"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5063);fill-opacity:1.0;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2.5" />
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5014);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ id="defs9894">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" />
@@ -185,7 +625,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
- style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6623);fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6625);fill-opacity:1;stroke:none" />
@@ -284,7 +724,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient6621);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -366,7 +806,7 @@
height="4"
width="4"
id="use15101-5-7"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6613);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -431,7 +871,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#linearGradient6607);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -461,7 +901,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6633);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6635);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6629);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6631);fill-opacity:1;stroke:none" />
@@ -831,7 +1271,7 @@
height="1.9999826"
width="5"
id="rect3977-39-0"
- style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6615);fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6617);fill-opacity:1;stroke:none" />
@@ -930,7 +1370,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-91"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient6619);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -1012,7 +1452,7 @@
height="4"
width="4"
id="use15101-5-7-2"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6611);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -1077,7 +1517,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-3"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#linearGradient6609);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -1195,7 +1635,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ 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(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ 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(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
@@ -1477,7 +1917,7 @@
height="1.9999826"
width="5"
id="rect3977-39-9"
- style="fill:#5294e2;fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
@@ -1576,7 +2016,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-2"
- style="fill:#5294e2;fill-opacity:1;stroke:none"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -1658,7 +2098,7 @@
height="4"
width="4"
id="use15101-5-7-51"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -1723,7 +2163,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-08"
- style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -1762,7 +2202,7 @@
id="g5400-2-0">
@@ -1893,7 +2333,7 @@
height="1.9999826"
width="5"
id="rect3977-39-0-1"
- style="fill:#5294e2;fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
@@ -1992,7 +2432,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-91-3"
- style="fill:#5294e2;fill-opacity:1;stroke:none"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -2074,7 +2514,7 @@
height="4"
width="4"
id="use15101-5-7-2-84"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -2139,7 +2579,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-3-4"
- style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -2178,7 +2618,7 @@
id="g5400-2-4-8">
@@ -2367,7 +2807,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6569);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6571);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6561);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6563);fill-opacity:1;stroke:none" />
@@ -3095,7 +3535,7 @@
sodipodi:nodetypes="csscccsscc"
inkscape:connector-curvature="0"
d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ style="fill:url(#linearGradient6575);fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293-4-9" />
@@ -3128,7 +3568,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-3-0-3-6" />
@@ -3183,7 +3623,7 @@
id="layer12-45-3-7">
@@ -3319,7 +3759,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(#selected_bg_color);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" />
@@ -3419,7 +3859,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-0-0"
- 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(#selected_bg_color);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" />
@@ -3518,7 +3958,7 @@
height="28.919107"
width="29.384991"
id="rect5147-9-1-7-2-0"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459554" />
@@ -3582,7 +4022,7 @@
height="28.919115"
width="29.384995"
id="rect5147-9-1-7-2-6-8"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459558" />
@@ -3628,7 +4068,7 @@
x="0"
y="1029.3622" />
@@ -4065,7 +4505,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-0-7-33"
- 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(#selected_bg_color);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" />
@@ -4164,7 +4604,7 @@
height="28.919107"
width="29.384991"
id="rect5147-9-1-7-2-2-2"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459554" />
@@ -4228,7 +4668,7 @@
height="28.919115"
width="29.384995"
id="rect5147-9-1-7-2-6-9-3"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459558" />
@@ -4355,7 +4795,7 @@
height="32"
width="32"
id="rect13851-5"
- style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
rx="2" />
@@ -5192,7 +5632,7 @@
sodipodi:nodetypes="csscccsscc"
inkscape:connector-curvature="0"
d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ style="fill:url(#linearGradient6559);fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293-4-9-0-2" />
@@ -5226,7 +5666,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-3-0-3-6-8-3" />
@@ -5281,7 +5721,7 @@
id="layer12-45-3-7-96-7">
diff --git a/common/gtk-3.0/3.16/assets.svg b/common/gtk-3.0/3.16/assets.svg
index db616b6..7086f47 100644
--- a/common/gtk-3.0/3.16/assets.svg
+++ b/common/gtk-3.0/3.16/assets.svg
@@ -2,11 +2,13 @@
+ id="defs9894">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" />
@@ -185,7 +625,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
- style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6623);fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6625);fill-opacity:1;stroke:none" />
@@ -284,7 +724,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient6621);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -366,7 +806,7 @@
height="4"
width="4"
id="use15101-5-7"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6613);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -431,7 +871,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#linearGradient6607);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -461,7 +901,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6633);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6635);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6629);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6631);fill-opacity:1;stroke:none" />
@@ -831,7 +1271,7 @@
height="1.9999826"
width="5"
id="rect3977-39-0"
- style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6615);fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6617);fill-opacity:1;stroke:none" />
@@ -930,7 +1370,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-91"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient6619);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -1012,7 +1452,7 @@
height="4"
width="4"
id="use15101-5-7-2"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6611);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -1077,7 +1517,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-3"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#linearGradient6609);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -1195,7 +1635,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ 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(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ 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(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
@@ -1477,7 +1917,7 @@
height="1.9999826"
width="5"
id="rect3977-39-9"
- style="fill:#5294e2;fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
@@ -1576,7 +2016,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-2"
- style="fill:#5294e2;fill-opacity:1;stroke:none"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -1658,7 +2098,7 @@
height="4"
width="4"
id="use15101-5-7-51"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -1723,7 +2163,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-08"
- style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -1762,7 +2202,7 @@
id="g5400-2-0">
@@ -1893,7 +2333,7 @@
height="1.9999826"
width="5"
id="rect3977-39-0-1"
- style="fill:#5294e2;fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
@@ -1992,7 +2432,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-91-3"
- style="fill:#5294e2;fill-opacity:1;stroke:none"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -2074,7 +2514,7 @@
height="4"
width="4"
id="use15101-5-7-2-84"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -2139,7 +2579,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-3-4"
- style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -2178,7 +2618,7 @@
id="g5400-2-4-8">
@@ -2367,7 +2807,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6569);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6571);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6561);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6563);fill-opacity:1;stroke:none" />
@@ -3095,7 +3535,7 @@
sodipodi:nodetypes="csscccsscc"
inkscape:connector-curvature="0"
d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ style="fill:url(#linearGradient6575);fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293-4-9" />
@@ -3128,7 +3568,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-3-0-3-6" />
@@ -3183,7 +3623,7 @@
id="layer12-45-3-7">
@@ -3319,7 +3759,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(#selected_bg_color);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" />
@@ -3419,7 +3859,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-0-0"
- 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(#selected_bg_color);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" />
@@ -3518,7 +3958,7 @@
height="28.919107"
width="29.384991"
id="rect5147-9-1-7-2-0"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459554" />
@@ -3582,7 +4022,7 @@
height="28.919115"
width="29.384995"
id="rect5147-9-1-7-2-6-8"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459558" />
@@ -3628,7 +4068,7 @@
x="0"
y="1029.3622" />
@@ -4065,7 +4505,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-0-7-33"
- 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(#selected_bg_color);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" />
@@ -4164,7 +4604,7 @@
height="28.919107"
width="29.384991"
id="rect5147-9-1-7-2-2-2"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459554" />
@@ -4228,7 +4668,7 @@
height="28.919115"
width="29.384995"
id="rect5147-9-1-7-2-6-9-3"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459558" />
@@ -4355,7 +4795,7 @@
height="32"
width="32"
id="rect13851-5"
- style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
rx="2" />
@@ -5192,7 +5632,7 @@
sodipodi:nodetypes="csscccsscc"
inkscape:connector-curvature="0"
d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ style="fill:url(#linearGradient6559);fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293-4-9-0-2" />
@@ -5226,7 +5666,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-3-0-3-6-8-3" />
@@ -5281,7 +5721,7 @@
id="layer12-45-3-7-96-7">
diff --git a/common/gtk-3.0/3.18/assets.svg b/common/gtk-3.0/3.18/assets.svg
index db616b6..7086f47 100644
--- a/common/gtk-3.0/3.18/assets.svg
+++ b/common/gtk-3.0/3.18/assets.svg
@@ -2,11 +2,13 @@
+ id="defs9894">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" />
@@ -185,7 +625,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
- style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6623);fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6625);fill-opacity:1;stroke:none" />
@@ -284,7 +724,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient6621);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -366,7 +806,7 @@
height="4"
width="4"
id="use15101-5-7"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6613);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -431,7 +871,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#linearGradient6607);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -461,7 +901,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6633);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6635);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6629);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6631);fill-opacity:1;stroke:none" />
@@ -831,7 +1271,7 @@
height="1.9999826"
width="5"
id="rect3977-39-0"
- style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6615);fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6617);fill-opacity:1;stroke:none" />
@@ -930,7 +1370,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-91"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient6619);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -1012,7 +1452,7 @@
height="4"
width="4"
id="use15101-5-7-2"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6611);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -1077,7 +1517,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-3"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#linearGradient6609);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -1195,7 +1635,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ 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(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ 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(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
@@ -1477,7 +1917,7 @@
height="1.9999826"
width="5"
id="rect3977-39-9"
- style="fill:#5294e2;fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
@@ -1576,7 +2016,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-2"
- style="fill:#5294e2;fill-opacity:1;stroke:none"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -1658,7 +2098,7 @@
height="4"
width="4"
id="use15101-5-7-51"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -1723,7 +2163,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-08"
- style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -1762,7 +2202,7 @@
id="g5400-2-0">
@@ -1893,7 +2333,7 @@
height="1.9999826"
width="5"
id="rect3977-39-0-1"
- style="fill:#5294e2;fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
@@ -1992,7 +2432,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-91-3"
- style="fill:#5294e2;fill-opacity:1;stroke:none"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -2074,7 +2514,7 @@
height="4"
width="4"
id="use15101-5-7-2-84"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -2139,7 +2579,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-3-4"
- style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -2178,7 +2618,7 @@
id="g5400-2-4-8">
@@ -2367,7 +2807,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6569);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6571);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6561);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6563);fill-opacity:1;stroke:none" />
@@ -3095,7 +3535,7 @@
sodipodi:nodetypes="csscccsscc"
inkscape:connector-curvature="0"
d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ style="fill:url(#linearGradient6575);fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293-4-9" />
@@ -3128,7 +3568,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-3-0-3-6" />
@@ -3183,7 +3623,7 @@
id="layer12-45-3-7">
@@ -3319,7 +3759,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(#selected_bg_color);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" />
@@ -3419,7 +3859,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-0-0"
- 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(#selected_bg_color);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" />
@@ -3518,7 +3958,7 @@
height="28.919107"
width="29.384991"
id="rect5147-9-1-7-2-0"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459554" />
@@ -3582,7 +4022,7 @@
height="28.919115"
width="29.384995"
id="rect5147-9-1-7-2-6-8"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459558" />
@@ -3628,7 +4068,7 @@
x="0"
y="1029.3622" />
@@ -4065,7 +4505,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-0-7-33"
- 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(#selected_bg_color);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" />
@@ -4164,7 +4604,7 @@
height="28.919107"
width="29.384991"
id="rect5147-9-1-7-2-2-2"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459554" />
@@ -4228,7 +4668,7 @@
height="28.919115"
width="29.384995"
id="rect5147-9-1-7-2-6-9-3"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459558" />
@@ -4355,7 +4795,7 @@
height="32"
width="32"
id="rect13851-5"
- style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
rx="2" />
@@ -5192,7 +5632,7 @@
sodipodi:nodetypes="csscccsscc"
inkscape:connector-curvature="0"
d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ style="fill:url(#linearGradient6559);fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293-4-9-0-2" />
@@ -5226,7 +5666,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-3-0-3-6-8-3" />
@@ -5281,7 +5721,7 @@
id="layer12-45-3-7-96-7">
diff --git a/common/gtk-3.0/3.20/assets.svg b/common/gtk-3.0/3.20/assets.svg
index db616b6..7086f47 100644
--- a/common/gtk-3.0/3.20/assets.svg
+++ b/common/gtk-3.0/3.20/assets.svg
@@ -2,11 +2,13 @@
+ id="defs9894">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" />
@@ -185,7 +625,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
- style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6623);fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6625);fill-opacity:1;stroke:none" />
@@ -284,7 +724,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient6621);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -366,7 +806,7 @@
height="4"
width="4"
id="use15101-5-7"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6613);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -431,7 +871,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#linearGradient6607);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -461,7 +901,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6633);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6635);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6629);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6631);fill-opacity:1;stroke:none" />
@@ -831,7 +1271,7 @@
height="1.9999826"
width="5"
id="rect3977-39-0"
- style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6615);fill-opacity:1;stroke:none" />
+ style="fill:url(#linearGradient6617);fill-opacity:1;stroke:none" />
@@ -930,7 +1370,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-91"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient6619);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -1012,7 +1452,7 @@
height="4"
width="4"
id="use15101-5-7-2"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6611);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -1077,7 +1517,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-3"
- style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#linearGradient6609);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -1195,7 +1635,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ 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(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ 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(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
@@ -1477,7 +1917,7 @@
height="1.9999826"
width="5"
id="rect3977-39-9"
- style="fill:#5294e2;fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
@@ -1576,7 +2016,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-2"
- style="fill:#5294e2;fill-opacity:1;stroke:none"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -1658,7 +2098,7 @@
height="4"
width="4"
id="use15101-5-7-51"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -1723,7 +2163,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-08"
- style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -1762,7 +2202,7 @@
id="g5400-2-0">
@@ -1893,7 +2333,7 @@
height="1.9999826"
width="5"
id="rect3977-39-0-1"
- style="fill:#5294e2;fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
@@ -1992,7 +2432,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-91-3"
- style="fill:#5294e2;fill-opacity:1;stroke:none"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" />
@@ -2074,7 +2514,7 @@
height="4"
width="4"
id="use15101-5-7-2-84"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate"
ry="2" />
@@ -2139,7 +2579,7 @@
height="7.9999828"
width="2"
id="rect3979-7-3-9-3-4"
- style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none"
+ style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
transform="matrix(0,-1,1,0,0,0)" />
@@ -2178,7 +2618,7 @@
id="g5400-2-4-8">
@@ -2367,7 +2807,7 @@
x="0"
y="1029.3622" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6569);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6571);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6561);fill-opacity:1;stroke:none" />
+ style="display:inline;opacity:1;fill:url(#linearGradient6563);fill-opacity:1;stroke:none" />
@@ -3095,7 +3535,7 @@
sodipodi:nodetypes="csscccsscc"
inkscape:connector-curvature="0"
d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ style="fill:url(#linearGradient6575);fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293-4-9" />
@@ -3128,7 +3568,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-3-0-3-6" />
@@ -3183,7 +3623,7 @@
id="layer12-45-3-7">
@@ -3319,7 +3759,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(#selected_bg_color);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" />
@@ -3419,7 +3859,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-0-0"
- 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(#selected_bg_color);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" />
@@ -3518,7 +3958,7 @@
height="28.919107"
width="29.384991"
id="rect5147-9-1-7-2-0"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459554" />
@@ -3582,7 +4022,7 @@
height="28.919115"
width="29.384995"
id="rect5147-9-1-7-2-6-8"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459558" />
@@ -3628,7 +4068,7 @@
x="0"
y="1029.3622" />
@@ -4065,7 +4505,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-0-7-33"
- 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(#selected_bg_color);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" />
@@ -4164,7 +4604,7 @@
height="28.919107"
width="29.384991"
id="rect5147-9-1-7-2-2-2"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459554" />
@@ -4228,7 +4668,7 @@
height="28.919115"
width="29.384995"
id="rect5147-9-1-7-2-6-9-3"
- style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;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(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;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="14.459558" />
@@ -4355,7 +4795,7 @@
height="32"
width="32"
id="rect13851-5"
- style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
rx="2" />
@@ -5192,7 +5632,7 @@
sodipodi:nodetypes="csscccsscc"
inkscape:connector-curvature="0"
d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ style="fill:url(#linearGradient6559);fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293-4-9-0-2" />
@@ -5226,7 +5666,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-3-0-3-6-8-3" />
@@ -5281,7 +5721,7 @@
id="layer12-45-3-7-96-7">
diff --git a/common/unity/dash/maximize_dash_pressed.svg b/common/unity/dash/maximize_dash_pressed.svg
index d955b4c..5f09b02 100644
--- a/common/unity/dash/maximize_dash_pressed.svg
+++ b/common/unity/dash/maximize_dash_pressed.svg
@@ -2,11 +2,13 @@
+
+
+
+
image/svg+xml
-
+
@@ -154,7 +173,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#linearGradient4172);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-6-5-1-6-6-0" />
diff --git a/common/unity/dash/minimize_dash_pressed.svg b/common/unity/dash/minimize_dash_pressed.svg
index bbcbbdb..72a57f0 100644
--- a/common/unity/dash/minimize_dash_pressed.svg
+++ b/common/unity/dash/minimize_dash_pressed.svg
@@ -2,11 +2,13 @@
+
+
+
+
image/svg+xml
-
+
@@ -154,7 +173,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#linearGradient4172);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-3-0-3-6-8-3" />
diff --git a/common/unity/launcher_icon_selected_back_150.svg b/common/unity/launcher_icon_selected_back_150.svg
index 8e9fa69..424c299 100644
--- a/common/unity/launcher_icon_selected_back_150.svg
+++ b/common/unity/launcher_icon_selected_back_150.svg
@@ -1,10 +1,12 @@
+
+
+
+
+ id="defs6">
+
+
+
+
+
+
+
+
+
+
+
+
+
image/svg+xml
-
+
@@ -237,7 +273,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#linearGradient4187);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-6-5-1-6-6-0" />
@@ -294,7 +330,7 @@
sodipodi:nodetypes="csscccsscc"
inkscape:connector-curvature="0"
d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ style="fill:url(#linearGradient4190);fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293-4-9-0-2" />
diff --git a/common/unity/window-buttons-dark/minimize_pressed.svg b/common/unity/window-buttons-dark/minimize_pressed.svg
index f88d4f0..21645b1 100644
--- a/common/unity/window-buttons-dark/minimize_pressed.svg
+++ b/common/unity/window-buttons-dark/minimize_pressed.svg
@@ -2,11 +2,13 @@
+
+
+
+
+
+
+
+
image/svg+xml
-
+
@@ -150,7 +186,7 @@
r="7"
cy="255"
cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4068-7-3-0-3-6-8-3" />
@@ -205,7 +241,7 @@
id="layer12-45-3-7-96-7">
diff --git a/common/unity/window-buttons/maximize_pressed.svg b/common/unity/window-buttons/maximize_pressed.svg
index c2f869b..2f55a72 100644
--- a/common/unity/window-buttons/maximize_pressed.svg
+++ b/common/unity/window-buttons/maximize_pressed.svg
@@ -2,11 +2,13 @@
+
+
+
+
+
+
+
+
-
@@ -124,7 +156,7 @@
image/svg+xml
-
+
@@ -135,84 +167,171 @@
transform="translate(0,-1028.3622)">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transform="translate(-408.00001,1218)">
+ id="g4490-2-9-1-2-4-8">
+ style="fill:url(#linearGradient4187);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path4068-7-6-5-1-6-6-0" />
+ id="layer9-78-2-0-0-8" />
+ id="layer15-5-4-2-4-4" />
+ id="g71291-1-4-6-4-2" />
+ id="g4953-7-0-8-22-2" />
+ id="layer12-3-7-2-3-1">
+ style="fill:url(#linearGradient4190);fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="path4293-4-9-0-2" />
@@ -221,7 +340,7 @@
x="412"
height="16"
width="16"
- id="rect17883-79"
+ id="rect17883-79-3-0"
style="display:inline;opacity:1;fill:none;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/unity/window-buttons/minimize_pressed.svg b/common/unity/window-buttons/minimize_pressed.svg
index 588536a..ddd2a0c 100644
--- a/common/unity/window-buttons/minimize_pressed.svg
+++ b/common/unity/window-buttons/minimize_pressed.svg
@@ -2,11 +2,13 @@
+
+
+
+
+
+
+
+
-
@@ -124,7 +156,7 @@
image/svg+xml
-
+
@@ -135,82 +167,82 @@
transform="translate(0,-1028.3622)">
+ transform="translate(-379.00001,1218)">
+ id="g4490-3-6-1-4-1-6">
+ style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path4068-7-3-0-3-6-8-3" />
+ id="layer9-3-9-1-0-4" />
+ id="layer15-52-0-6-6-6" />
+ id="g71291-3-4-6-0-6" />
+ id="g4953-8-6-8-7-4" />
+ id="layer12-45-3-7-96-7">
@@ -218,7 +250,7 @@
156 bytes
common/gtk-2.0/menubar-toolbar/button-active.png | Bin 309 -> 271 bytes
common/gtk-2.0/menubar-toolbar/button-hover.png | Bin 317 -> 262 bytes
.../gtk-2.0/menubar-toolbar/button-insensitive.png | Bin 304 -> 260 bytes
common/gtk-2.0/menubar-toolbar/button.png | Bin 313 -> 260 bytes
common/gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 183 -> 165 bytes
common/gtk-2.0/menubar-toolbar/menubar.png | Bin 183 -> 165 bytes
.../menubar-toolbar/menubar_button-dark.png | Bin 164 -> 156 bytes
common/gtk-2.0/menubar-toolbar/menubar_button.png | Bin 164 -> 156 bytes
common/gtk-2.0/render-assets.sh | 39 ++++++++++++++++++++-
common/gtk-2.0/render-dark-assets.sh | 23 ------------
11 files changed, 38 insertions(+), 24 deletions(-)
delete mode 100755 common/gtk-2.0/render-dark-assets.sh
(limited to 'common')
diff --git a/common/gtk-2.0/assets/menubar_button.png b/common/gtk-2.0/assets/menubar_button.png
index f6d3b89..70c8f86 100644
Binary files a/common/gtk-2.0/assets/menubar_button.png and b/common/gtk-2.0/assets/menubar_button.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/button-active.png b/common/gtk-2.0/menubar-toolbar/button-active.png
index 29cd827..ad0dd36 100644
Binary files a/common/gtk-2.0/menubar-toolbar/button-active.png and b/common/gtk-2.0/menubar-toolbar/button-active.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/button-hover.png b/common/gtk-2.0/menubar-toolbar/button-hover.png
index b8a6e0e..ec020de 100644
Binary files a/common/gtk-2.0/menubar-toolbar/button-hover.png and b/common/gtk-2.0/menubar-toolbar/button-hover.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/button-insensitive.png b/common/gtk-2.0/menubar-toolbar/button-insensitive.png
index fc776f1..a96be6e 100644
Binary files a/common/gtk-2.0/menubar-toolbar/button-insensitive.png and b/common/gtk-2.0/menubar-toolbar/button-insensitive.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/button.png b/common/gtk-2.0/menubar-toolbar/button.png
index 5105fda..102c97f 100644
Binary files a/common/gtk-2.0/menubar-toolbar/button.png and b/common/gtk-2.0/menubar-toolbar/button.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/menubar-dark.png b/common/gtk-2.0/menubar-toolbar/menubar-dark.png
index 4a4222a..e69ee01 100644
Binary files a/common/gtk-2.0/menubar-toolbar/menubar-dark.png and b/common/gtk-2.0/menubar-toolbar/menubar-dark.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/menubar.png b/common/gtk-2.0/menubar-toolbar/menubar.png
index ff49952..1a65249 100644
Binary files a/common/gtk-2.0/menubar-toolbar/menubar.png and b/common/gtk-2.0/menubar-toolbar/menubar.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png
index 717575a..70c8f86 100644
Binary files a/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png and b/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png differ
diff --git a/common/gtk-2.0/menubar-toolbar/menubar_button.png b/common/gtk-2.0/menubar-toolbar/menubar_button.png
index 717575a..70c8f86 100644
Binary files a/common/gtk-2.0/menubar-toolbar/menubar_button.png and b/common/gtk-2.0/menubar-toolbar/menubar_button.png differ
diff --git a/common/gtk-2.0/render-assets.sh b/common/gtk-2.0/render-assets.sh
index 43861c7..71114bf 100755
--- a/common/gtk-2.0/render-assets.sh
+++ b/common/gtk-2.0/render-assets.sh
@@ -5,10 +5,15 @@ OPTIPNG="/usr/bin/optipng"
SRC_FILE="assets.svg"
ASSETS_DIR="assets"
+
+DARK_SRC_FILE="assets-dark.svg"
+DARK_ASSETS_DIR="assets-dark"
+
INDEX="assets.txt"
for i in `cat $INDEX`
-do
+do
+
if [ -f $ASSETS_DIR/$i.png ]; then
echo $ASSETS_DIR/$i.png exists.
else
@@ -19,5 +24,37 @@ else
--export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
&& $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
fi
+
+if [ -f $DARK_ASSETS_DIR/$i.png ]; then
+ echo $DARK_ASSETS_DIR/$i.png exists.
+else
+ echo
+ echo Rendering $DARK_ASSETS_DIR/$i.png
+ $INKSCAPE --export-id=$i \
+ --export-id-only \
+ --export-png=$DARK_ASSETS_DIR/$i.png $DARK_SRC_FILE >/dev/null \
+ && $OPTIPNG -o7 --quiet $DARK_ASSETS_DIR/$i.png
+fi
done
+
+cp $ASSETS_DIR/entry-toolbar.png menubar-toolbar/entry-toolbar.png
+cp $ASSETS_DIR/entry-active-toolbar.png menubar-toolbar/entry-active-toolbar.png
+cp $ASSETS_DIR/entry-disabled-toolbar.png menubar-toolbar/entry-disabled-toolbar.png
+
+cp $ASSETS_DIR/menubar.png menubar-toolbar/menubar.png
+cp $ASSETS_DIR/menubar_button.png menubar-toolbar/menubar_button.png
+
+
+cp $DARK_ASSETS_DIR/button.png menubar-toolbar/button.png
+cp $DARK_ASSETS_DIR/button-hover.png menubar-toolbar/button-hover.png
+cp $DARK_ASSETS_DIR/button-active.png menubar-toolbar/button-active.png
+cp $DARK_ASSETS_DIR/button-insensitive.png menubar-toolbar/button-insensitive.png
+
+cp $DARK_ASSETS_DIR/entry-toolbar.png menubar-toolbar/entry-toolbar-dark.png
+cp $DARK_ASSETS_DIR/entry-active-toolbar.png menubar-toolbar/entry-active-toolbar-dark.png
+cp $DARK_ASSETS_DIR/entry-disabled-toolbar.png menubar-toolbar/entry-disabled-toolbar-dark.png
+
+cp $DARK_ASSETS_DIR/menubar.png menubar-toolbar/menubar-dark.png
+cp $DARK_ASSETS_DIR/menubar_button.png menubar-toolbar/menubar_button-dark.png
+
exit 0
diff --git a/common/gtk-2.0/render-dark-assets.sh b/common/gtk-2.0/render-dark-assets.sh
deleted file mode 100755
index fd2c80b..0000000
--- a/common/gtk-2.0/render-dark-assets.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#! /bin/bash
-
-INKSCAPE="/usr/bin/inkscape"
-OPTIPNG="/usr/bin/optipng"
-
-SRC_FILE="assets-dark.svg"
-ASSETS_DIR="assets-dark"
-INDEX="assets.txt"
-
-for i in `cat $INDEX`
-do
-if [ -f $ASSETS_DIR/$i.png ]; then
- echo $ASSETS_DIR/$i.png exists.
-else
- echo
- echo Rendering $ASSETS_DIR/$i.png
- $INKSCAPE --export-id=$i \
- --export-id-only \
- --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
- && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
-fi
-done
-exit 0
--
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/cinnamon/cinnamon-dark.css | 100 ++++----
common/cinnamon/cinnamon.css | 100 ++++----
common/cinnamon/sass/_colors.scss | 9 +-
common/cinnamon/sass/_common.scss | 22 +-
common/gnome-shell/3.14/gnome-shell-dark.css | 135 +++++------
common/gnome-shell/3.14/gnome-shell.css | 135 +++++------
common/gnome-shell/3.14/sass/_colors.scss | 9 +-
common/gnome-shell/3.14/sass/_common.scss | 28 ++-
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 ++-
common/gnome-shell/3.18/gnome-shell-dark.css | 125 +++++-----
common/gnome-shell/3.18/gnome-shell.css | 131 +++++------
common/gnome-shell/3.18/sass/_colors.scss | 9 +-
common/gnome-shell/3.18/sass/_common.scss | 28 ++-
common/gtk-2.0/xfce-notify.rc | 12 +-
common/gtk-3.0/3.14/gtk-dark.css | 276 +++++++++++------------
common/gtk-3.0/3.14/gtk-darker.css | 290 ++++++++++++------------
common/gtk-3.0/3.14/gtk-solid-dark.css | 282 +++++++++++------------
common/gtk-3.0/3.14/gtk-solid-darker.css | 296 ++++++++++++------------
common/gtk-3.0/3.14/gtk-solid.css | 314 +++++++++++++-------------
common/gtk-3.0/3.14/gtk.css | 308 ++++++++++++-------------
common/gtk-3.0/3.14/sass/_applications.scss | 6 +-
common/gtk-3.0/3.14/sass/_colors.scss | 9 +-
common/gtk-3.0/3.14/sass/_common.scss | 42 ++--
common/gtk-3.0/3.14/sass/_drawing.scss | 12 +-
common/gtk-3.0/3.16/gtk-dark.css | 274 +++++++++++-----------
common/gtk-3.0/3.16/gtk-darker.css | 288 +++++++++++------------
common/gtk-3.0/3.16/gtk-solid-dark.css | 280 +++++++++++------------
common/gtk-3.0/3.16/gtk-solid-darker.css | 294 ++++++++++++------------
common/gtk-3.0/3.16/gtk-solid.css | 312 ++++++++++++-------------
common/gtk-3.0/3.16/gtk.css | 306 ++++++++++++-------------
common/gtk-3.0/3.16/sass/_applications.scss | 6 +-
common/gtk-3.0/3.16/sass/_colors.scss | 9 +-
common/gtk-3.0/3.16/sass/_common.scss | 42 ++--
common/gtk-3.0/3.16/sass/_drawing.scss | 12 +-
common/gtk-3.0/3.18/gtk-dark.css | 262 ++++++++++-----------
common/gtk-3.0/3.18/gtk-darker.css | 288 +++++++++++------------
common/gtk-3.0/3.18/gtk-solid-dark.css | 268 +++++++++++-----------
common/gtk-3.0/3.18/gtk-solid-darker.css | 294 ++++++++++++------------
common/gtk-3.0/3.18/gtk-solid.css | 322 +++++++++++++-------------
common/gtk-3.0/3.18/gtk.css | 316 +++++++++++++-------------
common/gtk-3.0/3.18/sass/_applications.scss | 6 +-
common/gtk-3.0/3.18/sass/_colors.scss | 9 +-
common/gtk-3.0/3.18/sass/_common.scss | 42 ++--
common/gtk-3.0/3.18/sass/_drawing.scss | 12 +-
common/gtk-3.0/3.20/gtk-dark.css | 268 +++++++++++-----------
common/gtk-3.0/3.20/gtk-darker.css | 292 ++++++++++++------------
common/gtk-3.0/3.20/gtk-solid-dark.css | 272 +++++++++++-----------
common/gtk-3.0/3.20/gtk-solid-darker.css | 296 ++++++++++++------------
common/gtk-3.0/3.20/gtk-solid.css | 326 +++++++++++++--------------
common/gtk-3.0/3.20/gtk.css | 322 +++++++++++++-------------
common/gtk-3.0/3.20/sass/_applications.scss | 4 +-
common/gtk-3.0/3.20/sass/_colors.scss | 7 +-
common/gtk-3.0/3.20/sass/_common.scss | 54 ++---
common/gtk-3.0/3.20/sass/_drawing.scss | 12 +-
common/metacity-1/metacity-theme-1-dark.xml | 4 +-
common/metacity-1/metacity-theme-1.xml | 4 +-
common/metacity-1/metacity-theme-2-dark.xml | 4 +-
common/metacity-1/metacity-theme-2.xml | 4 +-
61 files changed, 4271 insertions(+), 4195 deletions(-)
(limited to 'common')
diff --git a/common/cinnamon/cinnamon-dark.css b/common/cinnamon/cinnamon-dark.css
index 584ea8b..2da56b1 100644
--- a/common/cinnamon/cinnamon-dark.css
+++ b/common/cinnamon/cinnamon-dark.css
@@ -22,7 +22,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 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@@ -34,14 +34,14 @@ 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 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
- background-color: #5294E2;
- border: 1px solid #5294E2;
- box-shadow: inset 0 2px 4px #5294E2; }
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px #5294e2; }
.popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: rgba(211, 218, 227, 0.45);
@@ -64,12 +64,12 @@ stage {
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
- color: #5294E2; }
+ color: #5294e2; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
- border: 1px solid #5294E2;
- background-color: #5294E2; }
+ border: 1px solid #5294e2;
+ background-color: #5294e2; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #5d626e;
@@ -79,7 +79,7 @@ stage {
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
- selection-background-color: #5294E2;
+ selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@@ -90,7 +90,7 @@ stage {
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry: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); }
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
color: rgba(211, 218, 227, 0.45);
@@ -106,7 +106,7 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
- selection-background-color: #5294E2;
+ selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@@ -116,8 +116,8 @@ stage {
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); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -147,7 +147,7 @@ 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; }
.separator {
-gradient-height: 1px;
@@ -161,7 +161,7 @@ StScrollBar {
-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: 4px;
@@ -359,7 +359,7 @@ StScrollBar {
background-gradient-end: rgba(0, 255, 0, 0.2); }
.panel-top, .panel-bottom {
- color: #ffffff;
+ color: white;
font-size: 1em;
padding: 0px; }
@@ -401,9 +401,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
spacing: 25px; }
.expo-workspaces-name-entry,
@@ -419,20 +419,20 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
color: #ffffff;
font-style: italic;
transition-duration: 300;
selection-background-color: #ffffff;
- selected-color: #5294E2; }
+ selected-color: #5294e2; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
- border: 4px solid #5294E2;
+ border: 4px solid #5294e2;
background-color: black;
border-radius: 2px; }
@@ -605,7 +605,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-width: 0; }
.calendar-other-month-day {
@@ -672,11 +672,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: 0px solid #5294E2; }
+ background-color: #5294e2;
+ border: 0px solid #5294e2; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@@ -691,7 +691,7 @@ StScrollBar {
color: #BAC3CF; }
.switcher-arrow:highlighted {
border-color: transparent;
- color: #ffffff; }
+ color: white; }
.thumbnail-scroll-gradient-left {
background-color: transparent;
@@ -763,15 +763,15 @@ StScrollBar {
border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #ffffff;
- selection-background-color: #5294E2;
+ selection-background-color: #5294e2;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry: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); }
.run-dialog .modal-dialog-button-box {
border: none;
@@ -866,8 +866,8 @@ StScrollBar {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(64, 69, 82, 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(64, 69, 82, 0);
color: #5d626e;
@@ -978,7 +978,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
- color: #ffffff;
+ color: white;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
.osd-window {
@@ -989,7 +989,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
- color: #ffffff;
+ color: white;
background: none;
border: none;
border-radius: 5px;
@@ -1001,7 +1001,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
- color: #5294E2; }
+ color: #5294e2; }
.window-list-box {
spacing: 6px;
@@ -1024,9 +1024,9 @@ StScrollBar {
transition-duration: 100;
color: rgba(255, 255, 255, 0.6); }
.window-list-item-box:hover {
- color: #ffffff; }
+ color: white; }
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
- color: #ffffff; }
+ color: white; }
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus {
@@ -1122,9 +1122,9 @@ StScrollBar {
.sound-player-overlay StButton:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
- background-color: #5294E2;
- border: 1px solid #5294E2;
- box-shadow: inset 0 2px 4px #5294E2; }
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px #5294e2; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@@ -1134,7 +1134,7 @@ StScrollBar {
-slider-height: 0.5em;
-slider-background-color: #2d303b;
-slider-border-color: transparent;
- -slider-active-background-color: #5294E2;
+ -slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@@ -1156,7 +1156,7 @@ StScrollBar {
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
- color: #5294E2; }
+ color: #5294e2; }
.workspace-button:hover {
color: rgba(82, 148, 226, 0.5); }
@@ -1171,7 +1171,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
@@ -1195,7 +1195,7 @@ StScrollBar {
transition-duration: 200; }
.panel-launcher:hover {
background-gradient-direction: none;
- border: 0px solid #5294E2; }
+ border: 0px solid #5294e2; }
.panel-bottom .panel-launcher:hover {
border-bottom-width: 1px; }
.panel-top .panel-launcher:hover {
@@ -1216,22 +1216,22 @@ StScrollBar {
.applet-box {
padding-left: 3px;
padding-right: 3px;
- color: #ffffff;
+ color: white;
text-shadow: none;
transition-duration: 100; }
.applet-box:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.applet-label {
font-weight: bold;
- color: #ffffff; }
+ color: white; }
.applet-label:hover, .applet-box:hover > .applet-label {
color: #ffffff;
text-shadow: none; }
.applet-icon {
- color: #ffffff;
+ color: white;
icon-size: 22px; }
.applet-icon:hover, .applet-box:hover > .applet-icon {
color: #ffffff;
@@ -1272,7 +1272,7 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
- border: 2px solid #5294E2;
+ border: 2px solid #5294e2;
background-color: rgba(82, 148, 226, 0.3); }
.photoframe-box {
@@ -1297,7 +1297,7 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
background-color: rgba(82, 148, 226, 0.3);
- border: 1px solid #5294E2; }
+ border: 1px solid #5294e2; }
.xkcd-box {
padding: 6px;
diff --git a/common/cinnamon/cinnamon.css b/common/cinnamon/cinnamon.css
index 6aaee78..5ea0a46 100644
--- a/common/cinnamon/cinnamon.css
+++ b/common/cinnamon/cinnamon.css
@@ -22,7 +22,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 #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@@ -34,14 +34,14 @@ 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 #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
- background-color: #5294E2;
- border: 1px solid #5294E2;
- box-shadow: inset 0 2px 4px #5294E2; }
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px #5294e2; }
.popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: rgba(92, 97, 108, 0.55);
@@ -64,12 +64,12 @@ stage {
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
- color: #5294E2; }
+ color: #5294e2; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button: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; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5d626e;
@@ -79,7 +79,7 @@ stage {
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
- selection-background-color: #5294E2;
+ selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@@ -90,7 +90,7 @@ stage {
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry: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); }
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
color: rgba(92, 97, 108, 0.55);
@@ -106,7 +106,7 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
- selection-background-color: #5294E2;
+ selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@@ -116,8 +116,8 @@ stage {
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); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -147,7 +147,7 @@ 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; }
.separator {
-gradient-height: 1px;
@@ -161,7 +161,7 @@ StScrollBar {
-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: 4px;
@@ -359,7 +359,7 @@ StScrollBar {
background-gradient-end: rgba(0, 255, 0, 0.2); }
.panel-top, .panel-bottom {
- color: #ffffff;
+ color: white;
font-size: 1em;
padding: 0px; }
@@ -401,9 +401,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
spacing: 25px; }
.expo-workspaces-name-entry,
@@ -419,20 +419,20 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
color: #ffffff;
font-style: italic;
transition-duration: 300;
selection-background-color: #ffffff;
- selected-color: #5294E2; }
+ selected-color: #5294e2; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
- border: 4px solid #5294E2;
+ border: 4px solid #5294e2;
background-color: black;
border-radius: 2px; }
@@ -605,7 +605,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-width: 0; }
.calendar-other-month-day {
@@ -672,11 +672,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: 0px solid #5294E2; }
+ background-color: #5294e2;
+ border: 0px solid #5294e2; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@@ -691,7 +691,7 @@ StScrollBar {
color: #BAC3CF; }
.switcher-arrow:highlighted {
border-color: transparent;
- color: #ffffff; }
+ color: white; }
.thumbnail-scroll-gradient-left {
background-color: transparent;
@@ -763,15 +763,15 @@ StScrollBar {
border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #ffffff;
- selection-background-color: #5294E2;
+ selection-background-color: #5294e2;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry: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); }
.run-dialog .modal-dialog-button-box {
border: none;
@@ -866,8 +866,8 @@ StScrollBar {
.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;
@@ -978,7 +978,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
- color: #ffffff;
+ color: white;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
.osd-window {
@@ -989,7 +989,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
- color: #ffffff;
+ color: white;
background: none;
border: none;
border-radius: 5px;
@@ -1001,7 +1001,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
- color: #5294E2; }
+ color: #5294e2; }
.window-list-box {
spacing: 6px;
@@ -1024,9 +1024,9 @@ StScrollBar {
transition-duration: 100;
color: rgba(255, 255, 255, 0.6); }
.window-list-item-box:hover {
- color: #ffffff; }
+ color: white; }
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
- color: #ffffff; }
+ color: white; }
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus {
@@ -1122,9 +1122,9 @@ StScrollBar {
.sound-player-overlay StButton:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
- background-color: #5294E2;
- border: 1px solid #5294E2;
- box-shadow: inset 0 2px 4px #5294E2; }
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px #5294e2; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@@ -1134,7 +1134,7 @@ StScrollBar {
-slider-height: 0.5em;
-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: 0px;
-slider-handle-radius: 0px; }
@@ -1156,7 +1156,7 @@ StScrollBar {
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
- color: #5294E2; }
+ color: #5294e2; }
.workspace-button:hover {
color: rgba(82, 148, 226, 0.5); }
@@ -1171,7 +1171,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
@@ -1195,7 +1195,7 @@ StScrollBar {
transition-duration: 200; }
.panel-launcher:hover {
background-gradient-direction: none;
- border: 0px solid #5294E2; }
+ border: 0px solid #5294e2; }
.panel-bottom .panel-launcher:hover {
border-bottom-width: 1px; }
.panel-top .panel-launcher:hover {
@@ -1216,22 +1216,22 @@ StScrollBar {
.applet-box {
padding-left: 3px;
padding-right: 3px;
- color: #ffffff;
+ color: white;
text-shadow: none;
transition-duration: 100; }
.applet-box:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.applet-label {
font-weight: bold;
- color: #ffffff; }
+ color: white; }
.applet-label:hover, .applet-box:hover > .applet-label {
color: #ffffff;
text-shadow: none; }
.applet-icon {
- color: #ffffff;
+ color: white;
icon-size: 22px; }
.applet-icon:hover, .applet-box:hover > .applet-icon {
color: #ffffff;
@@ -1272,7 +1272,7 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
- border: 2px solid #5294E2;
+ border: 2px solid #5294e2;
background-color: rgba(82, 148, 226, 0.3); }
.photoframe-box {
@@ -1297,7 +1297,7 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
background-color: rgba(82, 148, 226, 0.3);
- border: 1px solid #5294E2; }
+ border: 1px solid #5294e2; }
.xkcd-box {
padding: 6px;
diff --git a/common/cinnamon/sass/_colors.scss b/common/cinnamon/sass/_colors.scss
index 47daa0f..8d3a5f2 100644
--- a/common/cinnamon/sass/_colors.scss
+++ b/common/cinnamon/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/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss
index c1788b0..73c0529 100644
--- a/common/cinnamon/sass/_common.scss
+++ b/common/cinnamon/sass/_common.scss
@@ -8,6 +8,7 @@ $font-family: Futura Bk bt, sans, 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;
@@ -397,9 +398,10 @@ StScrollBar {
}
.panel {
+ $_panel_fg_color: $_shell_fg_color;
&-top, &-bottom {
- color: $selected_fg_color;
+ color: $_panel_fg_color;
font-size: 1em;
padding: 0px;
}
@@ -833,7 +835,7 @@ StScrollBar {
&:highlighted {
border-color: rgba(0,0,0,0);
- color: $selected_fg_color;
+ color: $_shell_fg_color;
}
}
@@ -1186,7 +1188,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
- color: $selected_fg_color;
+ color: $_shell_fg_color;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9;
}
@@ -1199,7 +1201,7 @@ StScrollBar {
min-width: 64px;
min-height: 64px;
- color: $selected_fg_color;
+ color: $_shell_fg_color;
background: none;
border: none;
border-radius: 5px;
@@ -1241,14 +1243,14 @@ StScrollBar {
padding-left: 8px;
padding-right: 8px;
transition-duration: 100;
- color: transparentize($selected_fg_color, 0.4);
+ color: transparentize($_shell_fg_color, 0.4);
- &:hover {color: $selected_fg_color;}
+ &:hover {color: $_shell_fg_color;}
&:active,
&:checked,
&:focus {
- color: $selected_fg_color;
+ color: $_shell_fg_color;
.panel-bottom & { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
@@ -1485,7 +1487,7 @@ StScrollBar {
&-box {
padding-left: 3px;
padding-right: 3px;
- color: $selected_fg_color;
+ color: $_shell_fg_color;
text-shadow: none;
transition-duration: 100;
@@ -1497,7 +1499,7 @@ StScrollBar {
&-label {
font-weight: bold;
- color: $selected_fg_color;
+ color: $_shell_fg_color;
&:hover, .applet-box:hover > & {
color: $selected_fg_color;
@@ -1506,7 +1508,7 @@ StScrollBar {
}
&-icon {
- color: $selected_fg_color;
+ color: $_shell_fg_color;
icon-size: 22px;
&:hover, .applet-box:hover > & {
diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css
index 04a0992..1f66115 100644
--- a/common/gnome-shell/3.14/gnome-shell-dark.css
+++ b/common/gnome-shell/3.14/gnome-shell-dark.css
@@ -54,7 +54,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 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu .modal-dialog-button:hover {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@@ -66,13 +66,13 @@ 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 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus {
text-shadow: 0 1px rgba(64, 69, 82, 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(64, 69, 82, 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(64, 69, 82, 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: #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);
@@ -180,13 +180,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;
@@ -327,15 +327,15 @@ StScrollBar {
color: #e3e7ed;
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: #D3DAE3 !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(64, 69, 82, 0);
color: #ffffff;
- border: 1px solid #5294E2;
- background-color: #5294E2; }
+ border: 1px solid #5294e2;
+ background-color: #5294e2; }
.url-highlighter {
link-color: #a9caf1; }
@@ -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(64, 69, 82, 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(64, 69, 82, 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(64, 69, 82, 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(64, 69, 82, 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 {
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 {
diff --git a/common/gnome-shell/3.14/sass/_colors.scss b/common/gnome-shell/3.14/sass/_colors.scss
index 47daa0f..8d3a5f2 100644
--- a/common/gnome-shell/3.14/sass/_colors.scss
+++ b/common/gnome-shell/3.14/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.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss
index 002938f..4bf7d46 100644
--- a/common/gnome-shell/3.14/sass/_common.scss
+++ b/common/gnome-shell/3.14/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;
@@ -370,17 +371,17 @@ StScrollBar {
// Shutdown Button
.modal-dialog-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%);
}
@@ -662,7 +663,7 @@ StScrollBar {
min-width: 64px;
min-height: 64px;
- color: $selected_fg_color;
+ color: $_shell_fg_color;
background: none;
border: none;
border-radius: 5px;
@@ -743,7 +744,7 @@ StScrollBar {
color: $osd_fg_color;
&:highlighted {
- color: $selected_fg_color;
+ color: $_shell_fg_color;
}
}
@@ -821,6 +822,8 @@ StScrollBar {
// Top Bar
//
#panel {
+ $_panel_fg_color: $_shell_fg_color;
+
font-weight: bold;
height: 2.1em;
min-height: 27px;
@@ -866,7 +869,7 @@ StScrollBar {
-natural-hpadding: 10px !important;
-minimum-hpadding: 6px !important;
font-weight: bold;
- color: $selected_fg_color !important;
+ color: $_panel_fg_color !important;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent;
@@ -879,7 +882,7 @@ StScrollBar {
}
&:hover {
- color: $selected_fg_color !important;
+ color: $_panel_fg_color !important;
background-color: transparentize(black, 0.83);
border-bottom-width: 1px;
border-color: transparent;
@@ -1403,9 +1406,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 {
@@ -1460,7 +1463,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
- color: $selected_fg_color;
+ color: $_shell_fg_color;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px;
@@ -1718,7 +1721,7 @@ StScrollBar {
}
%icon_tile {
- color: $selected_fg_color;
+ color: $_shell_fg_color;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@@ -1741,6 +1744,7 @@ StScrollBar {
}
&:active > .overview-icon, &:checked > .overview-icon {
+ color: $selected_fg_color;
background-color: $selected_bg_color;
box-shadow: none;
}
@@ -2420,7 +2424,7 @@ StEntry.chat-response {
padding-right: .3em;
&:hover {
- color: $selected_fg_color;
+ color: $_shell_fg_color;
text-shadow: black 0px 2px 2px;
}
&:selected {
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 {
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css
index 9258d06..9b7463c 100644
--- a/common/gnome-shell/3.18/gnome-shell-dark.css
+++ b/common/gnome-shell/3.18/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 {
@@ -70,7 +70,7 @@ StEntry {
padding: 7px;
caret-size: 1px;
caret-color: #D3DAE3;
- selection-background-color: #5294E2;
+ selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@@ -81,7 +81,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);
@@ -115,13 +115,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;
@@ -197,10 +197,10 @@ StScrollBar {
.modal-dialog-linked-button:hover {
background-color: rgba(64, 69, 83, 0.95); }
.modal-dialog-linked-button:focus {
- color: #5294E2; }
+ color: #5294e2; }
.modal-dialog-linked-button:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.modal-dialog-linked-button:insensitive {
color: rgba(186, 195, 207, 0.5);
background-color: rgba(49, 52, 63, 0.95); }
@@ -275,13 +275,13 @@ StScrollBar {
color: #e3e7ed;
font-size: 8pt; }
.end-session-dialog .modal-dialog-linked-button:last-child {
- color: #ffffff;
+ color: white;
background-color: #F04A50; }
.end-session-dialog .modal-dialog-linked-button:last-child:hover {
- color: #ffffff;
+ color: white;
background-color: #f47479; }
.end-session-dialog .modal-dialog-linked-button:last-child:active {
- color: #ffffff;
+ color: white;
background-color: #ee3239; }
.shell-mount-operation-icon {
@@ -404,8 +404,8 @@ StScrollBar {
border: 1px solid #2b2e39;
border-radius: 3px; }
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.audio-selection-device-box {
padding: 20px;
@@ -512,7 +512,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
- color: #ffffff;
+ color: white;
background: none;
border: none;
border-radius: 5px;
@@ -524,7 +524,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
- color: #5294E2; }
+ color: #5294e2; }
.resize-popup {
color: #BAC3CF;
@@ -551,11 +551,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; }
@@ -569,7 +569,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
- color: #ffffff; }
+ color: white; }
.input-source-switcher-symbol {
font-size: 34pt;
@@ -592,10 +592,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"); }
@@ -611,7 +611,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 {
@@ -651,7 +651,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; }
@@ -661,13 +661,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; }
@@ -698,7 +698,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; }
@@ -755,11 +755,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; }
@@ -813,7 +813,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); }
@@ -909,11 +909,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 {
@@ -1004,7 +1004,7 @@ StScrollBar {
.message-media-control:hover {
color: #D3DAE3; }
.message-media-control:active {
- color: #5294E2; }
+ color: #5294e2; }
.media-message-cover-icon {
icon-size: 32px; }
@@ -1082,7 +1082,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@@ -1138,9 +1138,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; }
@@ -1172,7 +1172,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
- color: #ffffff; }
+ color: white; }
.list-search-result-description {
color: #cccccc; }
@@ -1220,7 +1220,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; }
@@ -1238,7 +1238,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,
@@ -1251,7 +1251,7 @@ StScrollBar {
width: 11px;
height: 2px;
margin-bottom: 6px;
- background-color: #5294E2; }
+ background-color: #5294e2; }
#dashtodockContainer .app-well-app-running-dot {
background: none;
@@ -1278,14 +1278,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; }
@@ -1314,7 +1314,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; }
@@ -1341,7 +1341,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,
@@ -1361,13 +1361,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;
@@ -1382,11 +1382,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;
@@ -1521,7 +1522,7 @@ StScrollBar {
.chat-sent {
padding-left: 18pt;
- color: #5294E2; }
+ color: #5294e2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@@ -1611,7 +1612,7 @@ StScrollBar {
min-width: 155px; }
.magnifier-zoom-region {
- border: 2px solid #5294E2; }
+ border: 2px solid #5294e2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@@ -1650,7 +1651,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);
@@ -1685,7 +1686,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 {
@@ -1743,7 +1744,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 {
@@ -1791,10 +1792,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;
@@ -1805,7 +1806,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;
@@ -1940,11 +1941,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;
@@ -1954,7 +1955,7 @@ StScrollBar {
.lg-dialog StEntry {
caret-color: #ffffff;
- selection-background-color: #5294E2;
+ selection-background-color: #5294e2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@@ -1962,11 +1963,11 @@ 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);
selection-background-color: #ffffff;
- selected-color: #5294E2; }
+ selected-color: #5294e2; }
.lg-dialog .shell-link {
color: #a9caf1; }
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index 0d14820..761e9a7 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/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);
@@ -70,7 +70,7 @@ StEntry {
padding: 7px;
caret-size: 1px;
caret-color: #5c616c;
- selection-background-color: #5294E2;
+ selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@@ -81,7 +81,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);
@@ -115,13 +115,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;
@@ -197,10 +197,10 @@ StScrollBar {
.modal-dialog-linked-button:hover {
background-color: rgba(64, 69, 83, 0.95); }
.modal-dialog-linked-button:focus {
- color: #5294E2; }
+ color: #5294e2; }
.modal-dialog-linked-button:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.modal-dialog-linked-button:insensitive {
color: rgba(186, 195, 207, 0.5);
background-color: rgba(49, 52, 63, 0.95); }
@@ -275,13 +275,13 @@ StScrollBar {
color: #686d7a;
font-size: 8pt; }
.end-session-dialog .modal-dialog-linked-button:last-child {
- color: #ffffff;
+ color: white;
background-color: #F04A50; }
.end-session-dialog .modal-dialog-linked-button:last-child:hover {
- color: #ffffff;
+ color: white;
background-color: #f47479; }
.end-session-dialog .modal-dialog-linked-button:last-child:active {
- color: #ffffff;
+ color: white;
background-color: #ee3239; }
.shell-mount-operation-icon {
@@ -404,8 +404,8 @@ StScrollBar {
border: 1px solid #dcdfe3;
border-radius: 3px; }
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.audio-selection-device-box {
padding: 20px;
@@ -512,7 +512,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
- color: #ffffff;
+ color: white;
background: none;
border: none;
border-radius: 5px;
@@ -524,7 +524,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
- color: #5294E2; }
+ color: #5294e2; }
.resize-popup {
color: #BAC3CF;
@@ -551,11 +551,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; }
@@ -569,7 +569,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
- color: #ffffff; }
+ color: white; }
.input-source-switcher-symbol {
font-size: 34pt;
@@ -592,10 +592,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"); }
@@ -611,7 +611,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 {
@@ -651,7 +651,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; }
@@ -661,13 +661,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; }
@@ -698,7 +698,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; }
@@ -755,11 +755,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; }
@@ -813,8 +813,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 {
@@ -909,11 +909,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 {
@@ -1004,7 +1004,7 @@ StScrollBar {
.message-media-control:hover {
color: #5c616c; }
.message-media-control:active {
- color: #5294E2; }
+ color: #5294e2; }
.media-message-cover-icon {
icon-size: 32px; }
@@ -1082,7 +1082,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@@ -1138,9 +1138,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; }
@@ -1172,7 +1172,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
- color: #ffffff; }
+ color: white; }
.list-search-result-description {
color: #cccccc; }
@@ -1220,7 +1220,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; }
@@ -1238,7 +1238,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,
@@ -1251,7 +1251,7 @@ StScrollBar {
width: 11px;
height: 2px;
margin-bottom: 6px;
- background-color: #5294E2; }
+ background-color: #5294e2; }
#dashtodockContainer .app-well-app-running-dot {
background: none;
@@ -1278,14 +1278,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; }
@@ -1314,7 +1314,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; }
@@ -1341,7 +1341,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,
@@ -1361,13 +1361,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;
@@ -1382,11 +1382,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;
@@ -1521,7 +1522,7 @@ StScrollBar {
.chat-sent {
padding-left: 18pt;
- color: #5294E2; }
+ color: #5294e2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@@ -1611,7 +1612,7 @@ StScrollBar {
min-width: 155px; }
.magnifier-zoom-region {
- border: 2px solid #5294E2; }
+ border: 2px solid #5294e2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@@ -1650,7 +1651,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);
@@ -1685,7 +1686,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 {
@@ -1743,8 +1744,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);
@@ -1791,10 +1792,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;
@@ -1805,7 +1806,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;
@@ -1940,11 +1941,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;
@@ -1954,7 +1955,7 @@ StScrollBar {
.lg-dialog StEntry {
caret-color: #ffffff;
- selection-background-color: #5294E2;
+ selection-background-color: #5294e2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@@ -1962,11 +1963,11 @@ 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);
selection-background-color: #ffffff;
- selected-color: #5294E2; }
+ selected-color: #5294e2; }
.lg-dialog .shell-link {
color: #2679db; }
diff --git a/common/gnome-shell/3.18/sass/_colors.scss b/common/gnome-shell/3.18/sass/_colors.scss
index 47daa0f..8d3a5f2 100644
--- a/common/gnome-shell/3.18/sass/_colors.scss
+++ b/common/gnome-shell/3.18/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.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index 59480ce..b573e9b 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/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;
@@ -353,15 +354,15 @@ StScrollBar {
}
.modal-dialog-linked-button:last-child {
- color: $selected_fg_color;
+ color: $destructive_fg_color;
background-color: $destructive_color;
&:hover {
- color: $selected_fg_color;
+ color: $destructive_fg_color;
background-color: lighten($destructive_color, 9%);
}
&:active {
- color: $selected_fg_color;
+ color: $destructive_fg_color;
background-color: darken($destructive_color, 5%);
}
}
@@ -685,7 +686,7 @@ StScrollBar {
min-width: 64px;
min-height: 64px;
- color: $selected_fg_color;
+ color: $_shell_fg_color;
background: none;
border: none;
border-radius: 5px;
@@ -765,7 +766,7 @@ StScrollBar {
color: $osd_fg_color;
&:highlighted {
- color: $selected_fg_color;
+ color: $_shell_fg_color;
}
}
@@ -843,6 +844,8 @@ StScrollBar {
// Top Bar
//
#panel {
+ $_panel_fg_color: $_shell_fg_color;
+
font-weight: bold;
height: 2.1em;
min-height: 27px;
@@ -888,7 +891,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;
@@ -901,7 +904,7 @@ StScrollBar {
}
&:hover {
- color: $selected_fg_color;
+ color: $_panel_fg_color;
background-color: transparentize(black, 0.83);
border-bottom-width: 1px;
border-color: transparent;
@@ -1521,9 +1524,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 {
@@ -1579,7 +1582,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;
@@ -1743,7 +1746,7 @@ StScrollBar {
}
%icon_tile {
- color: $selected_fg_color;
+ color: $_shell_fg_color;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@@ -1766,6 +1769,7 @@ StScrollBar {
}
&:active > .overview-icon, &:checked > .overview-icon {
+ color: $selected_fg_color;
background-color: $selected_bg_color;
box-shadow: none;
}
@@ -2321,7 +2325,7 @@ $legacy_icon_size: 24px;
padding-right: .3em;
&:hover {
- color: $selected_fg_color;
+ color: $_shell_fg_color;
text-shadow: black 0px 2px 2px;
}
&:selected {
diff --git a/common/gtk-2.0/xfce-notify.rc b/common/gtk-2.0/xfce-notify.rc
index aa8a02c..7ec55ac 100644
--- a/common/gtk-2.0/xfce-notify.rc
+++ b/common/gtk-2.0/xfce-notify.rc
@@ -1,3 +1,5 @@
+gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff"
+
style "notify-window" {
XfceNotifyWindow::summary-bold = 1
XfceNotifyWindow::border-color = "#17191F"
@@ -12,11 +14,11 @@ style "notify-window" {
style "notify-button" {
bg[NORMAL] = "#434652"
bg[PRELIGHT] = "#5C6070"
- bg[ACTIVE] = "#5294E2"
+ bg[ACTIVE] = @selected_bg_color
fg[NORMAL] = "#BAC3CF"
fg[PRELIGHT] = "#BAC3CF"
- fg[ACTIVE] = "#ffffff"
+ fg[ACTIVE] = @selected_fg_color
engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
@@ -27,7 +29,7 @@ style "notify-button" {
}
style "notify-text" {
- GtkWidget::link-color = "#5294E2"
+ GtkWidget::link-color = @selected_bg_color
fg[NORMAL] = "#BAC3CF"
fg[PRELIGHT] = "#BAC3CF"
@@ -49,9 +51,9 @@ style "notify-progressbar" {
ythickness = 0
fg[PRELIGHT] = "#000000"
- bg[NORMAL] = "#5294E2"
+ bg[NORMAL] = @selected_bg_color
bg[ACTIVE] = "#1D1F26"
- bg[SELECTED] = "#5294E2"
+ bg[SELECTED] = @selected_bg_color
engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css
index c62a38f..06fea98 100644
--- a/common/gtk-3.0/3.14/gtk-dark.css
+++ b/common/gtk-3.0/3.14/gtk-dark.css
@@ -48,7 +48,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -150,20 +150,20 @@ GtkFlowBox .grid-child {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
- box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
+ box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -184,22 +184,22 @@ GtkFlowBox .grid-child {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #b6bcc6; }
@@ -207,22 +207,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #3a3e4a;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -235,7 +235,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -245,9 +245,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -281,7 +281,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -491,7 +491,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@@ -516,7 +516,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -678,7 +678,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@@ -689,7 +689,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -710,7 +710,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -735,7 +735,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -930,7 +930,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -939,30 +939,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -982,7 +982,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1013,7 +1013,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1035,7 +1035,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1047,13 +1047,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1069,7 +1069,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1081,13 +1081,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1132,7 +1132,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1178,8 +1178,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@@ -1231,9 +1231,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1246,7 +1246,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1259,8 +1259,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1288,7 +1288,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1308,7 +1308,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1489,7 +1489,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1532,11 +1532,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #5f6470; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@@ -1805,13 +1805,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1840,7 +1840,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1850,7 +1850,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1878,18 +1878,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1916,8 +1916,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2022,7 +2022,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2045,7 +2045,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2106,14 +2106,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #D3DAE3;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2140,7 +2140,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2160,7 +2160,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2664,12 +2664,12 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2721,7 +2721,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2739,7 +2739,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@@ -2779,7 +2779,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2886,13 +2886,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -2903,14 +2903,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2975,7 +2975,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2988,7 +2988,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3018,7 +3018,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3049,23 +3049,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3089,10 +3089,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3115,7 +3115,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3137,12 +3137,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3238,7 +3238,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3270,7 +3270,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3355,8 +3355,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3414,7 +3414,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3429,7 +3429,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3440,7 +3440,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@@ -3558,7 +3558,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -3591,7 +3591,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3609,39 +3609,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3739,7 +3739,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@@ -3870,15 +3870,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3903,7 +3903,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3923,7 +3923,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3944,7 +3944,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3985,7 +3985,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@@ -4001,7 +4001,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@@ -4016,13 +4016,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@@ -4049,7 +4049,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css
index e7633fc..f0bab67 100644
--- a/common/gtk-3.0/3.14/gtk-darker.css
+++ b/common/gtk-3.0/3.14/gtk-darker.css
@@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -147,7 +147,7 @@ GtkFlowBox .grid-child {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -156,13 +156,13 @@ GtkFlowBox .grid-child {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -183,22 +183,22 @@ GtkFlowBox .grid-child {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@@ -206,22 +206,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -234,7 +234,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -311,12 +311,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -356,7 +356,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -382,10 +382,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -397,13 +397,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -420,7 +420,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -432,13 +432,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -490,7 +490,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -514,8 +514,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -677,7 +677,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -687,8 +687,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -708,8 +708,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -734,7 +734,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -751,11 +751,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@@ -933,7 +933,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -942,30 +942,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -985,7 +985,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1016,7 +1016,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1038,7 +1038,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1050,13 +1050,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1072,7 +1072,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1084,13 +1084,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1135,7 +1135,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1181,8 +1181,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@@ -1234,9 +1234,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1249,7 +1249,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1262,8 +1262,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1535,11 +1535,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #cfd1d4; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1881,18 +1881,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1919,8 +1919,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2048,7 +2048,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2143,7 +2143,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2163,7 +2163,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2667,12 +2667,12 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2724,7 +2724,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2782,7 +2782,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2889,13 +2889,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2978,7 +2978,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2991,7 +2991,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3052,23 +3052,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3092,10 +3092,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3140,12 +3140,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3241,7 +3241,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3273,7 +3273,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3358,8 +3358,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3560,8 +3560,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3594,7 +3594,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3612,39 +3612,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3732,7 +3732,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3978,7 +3978,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@@ -3994,7 +3994,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css
index 4c7651e..a5ffb1e 100644
--- a/common/gtk-3.0/3.14/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-solid-dark.css
@@ -48,7 +48,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -150,20 +150,20 @@ GtkFlowBox .grid-child {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
- box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
+ box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -184,22 +184,22 @@ GtkFlowBox .grid-child {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #b6bcc6; }
@@ -207,22 +207,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #3a3e4a;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -235,7 +235,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -245,9 +245,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -281,7 +281,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -491,7 +491,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@@ -516,7 +516,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -678,7 +678,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@@ -689,7 +689,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -710,7 +710,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -735,7 +735,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -820,11 +820,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@@ -843,7 +843,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -930,7 +930,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -939,30 +939,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -982,7 +982,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1013,7 +1013,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1035,7 +1035,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1047,13 +1047,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1069,7 +1069,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1081,13 +1081,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1132,7 +1132,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1178,8 +1178,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@@ -1231,9 +1231,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1246,7 +1246,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1259,8 +1259,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1288,7 +1288,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1308,7 +1308,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1489,7 +1489,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1532,11 +1532,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #5f6470; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@@ -1805,13 +1805,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1840,7 +1840,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1850,7 +1850,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1878,18 +1878,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1916,8 +1916,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2022,7 +2022,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2045,7 +2045,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2106,14 +2106,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #D3DAE3;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2140,7 +2140,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2160,7 +2160,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2664,12 +2664,12 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2721,7 +2721,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2739,7 +2739,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@@ -2779,7 +2779,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2886,13 +2886,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -2903,14 +2903,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2975,7 +2975,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2988,7 +2988,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3018,7 +3018,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3049,23 +3049,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3089,10 +3089,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3115,7 +3115,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3137,12 +3137,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3238,7 +3238,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3270,7 +3270,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3355,8 +3355,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3414,7 +3414,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3429,7 +3429,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3440,7 +3440,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@@ -3558,7 +3558,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -3591,7 +3591,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3609,39 +3609,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3739,7 +3739,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@@ -3870,15 +3870,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3903,7 +3903,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3923,7 +3923,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3944,7 +3944,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3985,7 +3985,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@@ -4001,7 +4001,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@@ -4016,13 +4016,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@@ -4049,7 +4049,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css
index 1495cc5..c4e3418 100644
--- a/common/gtk-3.0/3.14/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-solid-darker.css
@@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -147,7 +147,7 @@ GtkFlowBox .grid-child {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -156,13 +156,13 @@ GtkFlowBox .grid-child {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -183,22 +183,22 @@ GtkFlowBox .grid-child {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@@ -206,22 +206,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -234,7 +234,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -311,12 +311,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -356,7 +356,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -382,10 +382,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -397,13 +397,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -420,7 +420,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -432,13 +432,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -490,7 +490,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -514,8 +514,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -677,7 +677,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -687,8 +687,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -708,8 +708,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -734,7 +734,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -751,11 +751,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@@ -823,11 +823,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@@ -846,7 +846,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -933,7 +933,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -942,30 +942,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -985,7 +985,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1016,7 +1016,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1038,7 +1038,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1050,13 +1050,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1072,7 +1072,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1084,13 +1084,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1135,7 +1135,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1181,8 +1181,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@@ -1234,9 +1234,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1249,7 +1249,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1262,8 +1262,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1535,11 +1535,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #cfd1d4; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1881,18 +1881,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1919,8 +1919,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2048,7 +2048,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2143,7 +2143,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2163,7 +2163,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2667,12 +2667,12 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2724,7 +2724,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2782,7 +2782,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2889,13 +2889,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2978,7 +2978,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2991,7 +2991,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3052,23 +3052,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3092,10 +3092,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3140,12 +3140,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3241,7 +3241,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3273,7 +3273,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3358,8 +3358,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3560,8 +3560,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3594,7 +3594,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3612,39 +3612,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3732,7 +3732,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3978,7 +3978,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@@ -3994,7 +3994,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css
index a47ffa6..17c7b2f 100644
--- a/common/gtk-3.0/3.14/gtk-solid.css
+++ b/common/gtk-3.0/3.14/gtk-solid.css
@@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -147,7 +147,7 @@ GtkFlowBox .grid-child {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -156,13 +156,13 @@ GtkFlowBox .grid-child {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -183,22 +183,22 @@ GtkFlowBox .grid-child {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@@ -206,22 +206,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -234,7 +234,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -311,12 +311,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -356,7 +356,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -382,10 +382,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -397,13 +397,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -420,7 +420,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -432,13 +432,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -490,7 +490,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -514,8 +514,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -677,7 +677,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -687,8 +687,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -708,8 +708,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -734,7 +734,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -751,11 +751,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@@ -823,11 +823,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@@ -846,7 +846,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -932,8 +932,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -942,30 +942,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #eea57e); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #f48480); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -984,8 +984,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1015,8 +1015,8 @@ GtkComboBox {
.primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1038,7 +1038,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1050,13 +1050,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1072,7 +1072,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1084,13 +1084,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1134,8 +1134,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1181,8 +1181,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #f5f5f7);
border-color: rgba(82, 93, 118, 0.3); }
@@ -1234,9 +1234,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1249,7 +1249,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1262,8 +1262,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1535,11 +1535,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #cfd1d4; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1881,18 +1881,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1919,8 +1919,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2048,7 +2048,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2143,7 +2143,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2163,7 +2163,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2666,13 +2666,13 @@ GtkVolumeButton.button {
.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2724,7 +2724,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2781,8 +2781,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2888,14 +2888,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2978,7 +2978,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2991,7 +2991,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3052,23 +3052,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3092,10 +3092,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3139,13 +3139,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3241,7 +3241,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3273,7 +3273,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3358,8 +3358,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3560,8 +3560,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3594,7 +3594,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3612,39 +3612,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3732,7 +3732,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3978,7 +3978,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@@ -3994,7 +3994,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;
diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css
index f2be733..7e1aa43 100644
--- a/common/gtk-3.0/3.14/gtk.css
+++ b/common/gtk-3.0/3.14/gtk.css
@@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -147,7 +147,7 @@ GtkFlowBox .grid-child {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -156,13 +156,13 @@ GtkFlowBox .grid-child {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -183,22 +183,22 @@ GtkFlowBox .grid-child {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@@ -206,22 +206,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -234,7 +234,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -311,12 +311,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -356,7 +356,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -382,10 +382,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -397,13 +397,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -420,7 +420,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -432,13 +432,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -490,7 +490,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -514,8 +514,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -677,7 +677,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -687,8 +687,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -708,8 +708,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -734,7 +734,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -751,11 +751,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@@ -932,8 +932,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -942,30 +942,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -984,8 +984,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1015,8 +1015,8 @@ GtkComboBox {
.primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1038,7 +1038,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1050,13 +1050,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1072,7 +1072,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1084,13 +1084,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1134,8 +1134,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1181,8 +1181,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985));
border-color: rgba(82, 93, 118, 0.3); }
@@ -1234,9 +1234,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1249,7 +1249,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1262,8 +1262,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1535,11 +1535,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #cfd1d4; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1881,18 +1881,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1919,8 +1919,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2048,7 +2048,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2143,7 +2143,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2163,7 +2163,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2666,13 +2666,13 @@ GtkVolumeButton.button {
.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2724,7 +2724,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2781,8 +2781,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2888,14 +2888,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2978,7 +2978,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2991,7 +2991,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3052,23 +3052,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3092,10 +3092,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3139,13 +3139,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3241,7 +3241,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3273,7 +3273,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3358,8 +3358,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3560,8 +3560,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3594,7 +3594,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3612,39 +3612,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3732,7 +3732,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3978,7 +3978,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@@ -3994,7 +3994,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;
diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss
index b40945d..a93cf6c 100644
--- a/common/gtk-3.0/3.14/sass/_applications.scss
+++ b/common/gtk-3.0/3.14/sass/_applications.scss
@@ -76,7 +76,7 @@ TerminalWindow {
}
.nautilus-desktop.nautilus-canvas-item {
- color: $selected_fg_color;
+ color: white;
text-shadow: 1px 1px transparentize(black, 0.4);
&:active { color: $fg_color; }
@@ -457,7 +457,7 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: $selected_fg_color;
+ color: white;
background-color: transparentize(black, 0.75);
border-radius: 0;
border-color: transparentize(black, 0.75);
@@ -465,7 +465,7 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
}
PanelApplet:hover {
- color: $selected_fg_color;
+ color: white;
}
PanelApplet:active,
diff --git a/common/gtk-3.0/3.14/sass/_colors.scss b/common/gtk-3.0/3.14/sass/_colors.scss
index 47daa0f..8d3a5f2 100644
--- a/common/gtk-3.0/3.14/sass/_colors.scss
+++ b/common/gtk-3.0/3.14/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/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index a70c93f..4be71d9 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -250,20 +250,20 @@ $vert_padding: 5px;
}
}
- @each $e_type, $e_color in (warning, $warning_color),
- (error, $error_color) {
+ @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
+ (error, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
border-color: if($variant=='light', $e_color, $entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%));
&:focus {
- color: $selected_fg_color;
+ color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
box-shadow: none;
}
&:selected, &:selected:focus {
- background-color: $selected_fg_color;
+ background-color: $e_fg_color;
color: $e_color;
}
}
@@ -478,10 +478,10 @@ $_dot_color: $selected_bg_color;
}
}
// Suggested and Destructive Action buttons
- @each $b_type, $b_color in (suggested-action, $suggested_color),
- (destructive-action, $destructive_color) {
+ @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
+ (destructive-action, $destructive_color, $destructive_fg_color) {
&.#{$b_type} {
- @include button(suggested_destructive, $b_color);
+ @include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@@ -489,10 +489,10 @@ $_dot_color: $selected_bg_color;
outline-color: transparentize($b_color, 0.7);
}
&:hover {
- @include button(suggested_destructive, lighten($b_color, 10%));
+ @include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
- @include button(suggested_destructive, darken($b_color, 10%));
+ @include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive {
@include button(undecorated);
@@ -1026,14 +1026,14 @@ GtkComboBox {
// Selectionmode
&.selection-mode,
&.titlebar.selection-mode {
- color: $selected_fg_color;
+ color: $selection_mode_fg;
background-color: $selection_mode_bg;
border-color: darken($selection_mode_bg, 4%);
box-shadow: none;
&:backdrop {
background-color: $selection_mode_bg;
- color: transparentize($selected_fg_color, 0.4);
+ color: transparentize($selection_mode_fg, 0.4);
}
.subtitle:link { @extend *:link:selected; }
@@ -1183,19 +1183,19 @@ GtkComboBox {
background-color: transparent;
}
- @each $e_type, $e_color in (warning, $warning_color),
- (error, $error_color) {
+ @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
+ (error, $error_color, $error_fg_color) {
&.#{$e_type} {
- color: $selected_fg_color;
+ color: $e_fg_color;
border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%));
&:focus {
- color: $selected_fg_color;
+ color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
}
&:selected, &:selected:focus {
- background-color: $selected_fg_color;
+ background-color: $e_fg_color;
color: $e_color;
}
}
@@ -1256,10 +1256,10 @@ GtkComboBox {
}
// Headerbar Suggested and Destructive Action buttons
- @each $b_type, $b_color in (suggested-action, $suggested_color),
- (destructive-action, $destructive_color) {
+ @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
+ (destructive-action, $destructive_color, $destructive_fg_color) {
.button.#{$b_type} {
- @include button(suggested_destructive, $b_color);
+ @include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@@ -1267,10 +1267,10 @@ GtkComboBox {
outline-color: transparentize($b_color, 0.7);
}
&:hover {
- @include button(suggested_destructive, lighten($b_color, 10%));
+ @include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
- @include button(suggested_destructive, darken($b_color, 10%));
+ @include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive,
&:insensitive { @include button(header-insensitive); }
diff --git a/common/gtk-3.0/3.14/sass/_drawing.scss b/common/gtk-3.0/3.14/sass/_drawing.scss
index 93f9386..36a5f36 100644
--- a/common/gtk-3.0/3.14/sass/_drawing.scss
+++ b/common/gtk-3.0/3.14/sass/_drawing.scss
@@ -108,12 +108,12 @@
// Buttons
-@mixin button($t, $actionb_color:red) {
+@mixin button($t, $actionb_bg:red, $actionb_fg: green) {
//
// Button drawing function
//
// $t: button type,
-// $actionb_color: used for destructive and suggested action buttons
+// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons
@if $t==normal {
//
@@ -266,10 +266,10 @@
//
background-clip: border-box;
- color: $selected_fg_color;
- outline-color: transparentize($selected_fg_color, 0.7);
- background-color: $actionb_color;
- border-color: $actionb_color;
+ color: $actionb_fg;
+ outline-color: transparentize($actionb_fg, 0.7);
+ background-color: $actionb_bg;
+ border-color: $actionb_bg;
}
@else if $t==undecorated {
diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css
index 1f5cbed..a1db7d7 100644
--- a/common/gtk-3.0/3.16/gtk-dark.css
+++ b/common/gtk-3.0/3.16/gtk-dark.css
@@ -48,7 +48,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -150,20 +150,20 @@ GtkTextView {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
- box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
+ box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -184,22 +184,22 @@ GtkTextView {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #b6bcc6; }
@@ -207,22 +207,22 @@ GtkTextView {
border-bottom-color: #3a3e4a;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -235,7 +235,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -245,9 +245,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -281,7 +281,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@@ -313,12 +313,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -358,7 +358,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -384,10 +384,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -399,13 +399,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -422,7 +422,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -434,13 +434,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -496,7 +496,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@@ -521,7 +521,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -683,7 +683,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@@ -694,7 +694,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -715,7 +715,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -740,7 +740,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -935,7 +935,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -944,30 +944,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -987,7 +987,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1018,7 +1018,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1040,7 +1040,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1052,13 +1052,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1074,7 +1074,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1086,13 +1086,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1137,7 +1137,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1183,8 +1183,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@@ -1245,9 +1245,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1260,7 +1260,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1273,8 +1273,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1302,7 +1302,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1322,7 +1322,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1502,7 +1502,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1551,7 +1551,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #676b78; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1850,13 +1850,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1885,7 +1885,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1895,7 +1895,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1923,18 +1923,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1961,8 +1961,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2067,7 +2067,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2090,7 +2090,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2147,14 +2147,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #3c4150; }
.sidebar:selected, .sidebar .view:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #D3DAE3;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2193,7 +2193,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2213,7 +2213,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2457,7 +2457,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2512,7 +2512,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2564,7 +2564,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2582,7 +2582,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@@ -2647,7 +2647,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2677,7 +2677,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #4a4f5c; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@@ -2763,13 +2763,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -2780,14 +2780,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2852,7 +2852,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2865,7 +2865,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -2895,7 +2895,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -2926,23 +2926,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -2966,10 +2966,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -2992,7 +2992,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3014,12 +3014,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3115,7 +3115,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3147,7 +3147,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3232,8 +3232,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3291,7 +3291,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3306,7 +3306,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3317,7 +3317,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@@ -3435,7 +3435,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -3468,7 +3468,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3486,39 +3486,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3613,7 +3613,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@@ -3734,15 +3734,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3763,7 +3763,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3783,7 +3783,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3804,7 +3804,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3844,7 +3844,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@@ -3855,13 +3855,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@@ -3889,7 +3889,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css
index a94ef55..e0f2b08 100644
--- a/common/gtk-3.0/3.16/gtk-darker.css
+++ b/common/gtk-3.0/3.16/gtk-darker.css
@@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -147,7 +147,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -156,13 +156,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -183,22 +183,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@@ -206,22 +206,22 @@ GtkTextView {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -234,7 +234,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -495,7 +495,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -519,8 +519,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -682,7 +682,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -692,8 +692,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -713,8 +713,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -739,7 +739,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -756,11 +756,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@@ -938,7 +938,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -947,30 +947,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -990,7 +990,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1021,7 +1021,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1043,7 +1043,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1055,13 +1055,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1077,7 +1077,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1089,13 +1089,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1140,7 +1140,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1186,8 +1186,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@@ -1248,9 +1248,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1263,7 +1263,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1276,8 +1276,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1926,18 +1926,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1964,8 +1964,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2093,7 +2093,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #fbfbfc; }
.sidebar:selected, .sidebar .view:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2196,7 +2196,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2216,7 +2216,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2460,7 +2460,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2515,7 +2515,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2567,7 +2567,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2650,7 +2650,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -2766,13 +2766,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2855,7 +2855,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2868,7 +2868,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -2929,23 +2929,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -2969,10 +2969,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3017,12 +3017,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3118,7 +3118,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3150,7 +3150,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3235,8 +3235,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3437,8 +3437,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3471,7 +3471,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3489,39 +3489,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3606,7 +3606,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css
index bb3978a..0f30efe 100644
--- a/common/gtk-3.0/3.16/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-solid-dark.css
@@ -48,7 +48,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -150,20 +150,20 @@ GtkTextView {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
- box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
+ box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -184,22 +184,22 @@ GtkTextView {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #b6bcc6; }
@@ -207,22 +207,22 @@ GtkTextView {
border-bottom-color: #3a3e4a;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -235,7 +235,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -245,9 +245,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -281,7 +281,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@@ -313,12 +313,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -358,7 +358,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -384,10 +384,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -399,13 +399,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -422,7 +422,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -434,13 +434,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -496,7 +496,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@@ -521,7 +521,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -683,7 +683,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@@ -694,7 +694,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -715,7 +715,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -740,7 +740,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -825,11 +825,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@@ -848,7 +848,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -935,7 +935,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -944,30 +944,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -987,7 +987,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1018,7 +1018,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1040,7 +1040,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1052,13 +1052,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1074,7 +1074,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1086,13 +1086,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1137,7 +1137,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1183,8 +1183,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@@ -1245,9 +1245,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1260,7 +1260,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1273,8 +1273,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1302,7 +1302,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1322,7 +1322,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1502,7 +1502,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1551,7 +1551,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #676b78; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1850,13 +1850,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1885,7 +1885,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1895,7 +1895,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1923,18 +1923,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1961,8 +1961,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2067,7 +2067,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2090,7 +2090,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2147,14 +2147,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #3c4150; }
.sidebar:selected, .sidebar .view:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #D3DAE3;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2193,7 +2193,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2213,7 +2213,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2457,7 +2457,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2512,7 +2512,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2564,7 +2564,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2582,7 +2582,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@@ -2647,7 +2647,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2677,7 +2677,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #4a4f5c; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@@ -2763,13 +2763,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -2780,14 +2780,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2852,7 +2852,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2865,7 +2865,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -2895,7 +2895,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -2926,23 +2926,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -2966,10 +2966,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -2992,7 +2992,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3014,12 +3014,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3115,7 +3115,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3147,7 +3147,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3232,8 +3232,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3291,7 +3291,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3306,7 +3306,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3317,7 +3317,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@@ -3435,7 +3435,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -3468,7 +3468,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3486,39 +3486,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3613,7 +3613,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@@ -3734,15 +3734,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3763,7 +3763,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3783,7 +3783,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3804,7 +3804,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3844,7 +3844,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@@ -3855,13 +3855,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@@ -3889,7 +3889,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css
index f342c13..56329b9 100644
--- a/common/gtk-3.0/3.16/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-solid-darker.css
@@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -147,7 +147,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -156,13 +156,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -183,22 +183,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@@ -206,22 +206,22 @@ GtkTextView {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -234,7 +234,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -495,7 +495,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -519,8 +519,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -682,7 +682,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -692,8 +692,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -713,8 +713,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -739,7 +739,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -756,11 +756,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@@ -828,11 +828,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@@ -851,7 +851,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -938,7 +938,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -947,30 +947,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -990,7 +990,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1021,7 +1021,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1043,7 +1043,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1055,13 +1055,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1077,7 +1077,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1089,13 +1089,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1140,7 +1140,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1186,8 +1186,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@@ -1248,9 +1248,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1263,7 +1263,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1276,8 +1276,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1926,18 +1926,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1964,8 +1964,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2093,7 +2093,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #fbfbfc; }
.sidebar:selected, .sidebar .view:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2196,7 +2196,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2216,7 +2216,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2460,7 +2460,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2515,7 +2515,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2567,7 +2567,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2650,7 +2650,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -2766,13 +2766,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2855,7 +2855,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2868,7 +2868,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -2929,23 +2929,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -2969,10 +2969,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3017,12 +3017,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3118,7 +3118,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3150,7 +3150,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3235,8 +3235,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3437,8 +3437,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3471,7 +3471,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3489,39 +3489,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3606,7 +3606,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css
index 9826ddc..ec42596 100644
--- a/common/gtk-3.0/3.16/gtk-solid.css
+++ b/common/gtk-3.0/3.16/gtk-solid.css
@@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -147,7 +147,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -156,13 +156,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -183,22 +183,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@@ -206,22 +206,22 @@ GtkTextView {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -234,7 +234,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -495,7 +495,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -519,8 +519,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -682,7 +682,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -692,8 +692,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -713,8 +713,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -739,7 +739,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -756,11 +756,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@@ -828,11 +828,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@@ -851,7 +851,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -937,8 +937,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -947,30 +947,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #eea57e); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #f48480); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -989,8 +989,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1020,8 +1020,8 @@ GtkComboBox {
.primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1043,7 +1043,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1055,13 +1055,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1077,7 +1077,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1089,13 +1089,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1139,8 +1139,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1186,8 +1186,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #f5f5f7);
border-color: rgba(82, 93, 118, 0.3); }
@@ -1248,9 +1248,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1263,7 +1263,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1276,8 +1276,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1926,18 +1926,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1964,8 +1964,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2093,7 +2093,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #fbfbfc; }
.sidebar:selected, .sidebar .view:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2196,7 +2196,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2216,7 +2216,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2459,8 +2459,8 @@ GtkVolumeButton.button {
.titlebar .button.titlebutton:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2515,7 +2515,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2567,7 +2567,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2649,8 +2649,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -2765,14 +2765,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2855,7 +2855,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2868,7 +2868,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -2929,23 +2929,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -2969,10 +2969,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3016,13 +3016,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3118,7 +3118,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3150,7 +3150,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3235,8 +3235,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3437,8 +3437,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3471,7 +3471,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3489,39 +3489,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3606,7 +3606,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;
diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css
index 9a51506..487b0a7 100644
--- a/common/gtk-3.0/3.16/gtk.css
+++ b/common/gtk-3.0/3.16/gtk.css
@@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
- border: 1px solid #5294E2;
+ border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -147,7 +147,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -156,13 +156,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -183,22 +183,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@@ -206,22 +206,22 @@ GtkTextView {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
- border-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
- border-bottom-color: #5294E2;
+ border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
- border-bottom-color: #5294E2;
- box-shadow: 0 -1px 0 0 #5294E2; }
+ border-bottom-color: #5294e2;
+ box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@@ -234,7 +234,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -495,7 +495,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -519,8 +519,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -682,7 +682,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -692,8 +692,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -713,8 +713,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -739,7 +739,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -756,11 +756,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@@ -937,8 +937,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -947,30 +947,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -989,8 +989,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1020,8 +1020,8 @@ GtkComboBox {
.primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@@ -1043,7 +1043,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1055,13 +1055,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1077,7 +1077,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1089,13 +1089,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1139,8 +1139,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1186,8 +1186,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985));
border-color: rgba(82, 93, 118, 0.3); }
@@ -1248,9 +1248,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1263,7 +1263,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1276,8 +1276,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1926,18 +1926,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -1964,8 +1964,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2093,7 +2093,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #fbfbfc; }
.sidebar:selected, .sidebar .view:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@@ -2196,7 +2196,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2216,7 +2216,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2459,8 +2459,8 @@ GtkVolumeButton.button {
.titlebar .button.titlebutton:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2515,7 +2515,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2567,7 +2567,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2649,8 +2649,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -2765,14 +2765,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@@ -2855,7 +2855,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -2868,7 +2868,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -2929,23 +2929,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -2969,10 +2969,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3016,13 +3016,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3118,7 +3118,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3150,7 +3150,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3235,8 +3235,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3437,8 +3437,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3471,7 +3471,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3489,39 +3489,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3606,7 +3606,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;
diff --git a/common/gtk-3.0/3.16/sass/_applications.scss b/common/gtk-3.0/3.16/sass/_applications.scss
index 3268f75..f76b269 100644
--- a/common/gtk-3.0/3.16/sass/_applications.scss
+++ b/common/gtk-3.0/3.16/sass/_applications.scss
@@ -76,7 +76,7 @@ TerminalWindow {
}
.nautilus-desktop.nautilus-canvas-item {
- color: $selected_fg_color;
+ color: white;
text-shadow: 1px 1px transparentize(black, 0.4);
&:active { color: $fg_color; }
@@ -508,7 +508,7 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: $selected_fg_color;
+ color: white;
background-color: transparentize(black, 0.75);
border-radius: 0;
border-color: transparentize(black, 0.75);
@@ -516,7 +516,7 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
}
PanelApplet:hover {
- color: $selected_fg_color;
+ color: white;
}
PanelApplet:active,
diff --git a/common/gtk-3.0/3.16/sass/_colors.scss b/common/gtk-3.0/3.16/sass/_colors.scss
index 47daa0f..8d3a5f2 100644
--- a/common/gtk-3.0/3.16/sass/_colors.scss
+++ b/common/gtk-3.0/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/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss
index e462381..cd32885 100644
--- a/common/gtk-3.0/3.16/sass/_common.scss
+++ b/common/gtk-3.0/3.16/sass/_common.scss
@@ -250,20 +250,20 @@ $vert_padding: 5px;
}
}
- @each $e_type, $e_color in (warning, $warning_color),
- (error, $error_color) {
+ @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
+ (error, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
border-color: if($variant=='light', $e_color, $entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%));
&:focus {
- color: $selected_fg_color;
+ color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
box-shadow: none;
}
&:selected, &:selected:focus {
- background-color: $selected_fg_color;
+ background-color: $e_fg_color;
color: $e_color;
}
}
@@ -478,10 +478,10 @@ $_dot_color: $selected_bg_color;
}
}
// Suggested and Destructive Action buttons
- @each $b_type, $b_color in (suggested-action, $suggested_color),
- (destructive-action, $destructive_color) {
+ @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
+ (destructive-action, $destructive_color, $destructive_fg_color) {
&.#{$b_type} {
- @include button(suggested_destructive, $b_color);
+ @include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@@ -489,10 +489,10 @@ $_dot_color: $selected_bg_color;
outline-color: transparentize($b_color, 0.7);
}
&:hover {
- @include button(suggested_destructive, lighten($b_color, 10%));
+ @include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
- @include button(suggested_destructive, darken($b_color, 10%));
+ @include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive {
@include button(undecorated);
@@ -1026,14 +1026,14 @@ GtkComboBox {
// Selectionmode
&.selection-mode,
&.titlebar.selection-mode {
- color: $selected_fg_color;
+ color: $selection_mode_fg;
background-color: $selection_mode_bg;
border-color: darken($selection_mode_bg, 4%);
box-shadow: none;
&:backdrop {
background-color: $selection_mode_bg;
- color: transparentize($selected_fg_color, 0.4);
+ color: transparentize($selection_mode_fg, 0.4);
}
.subtitle:link { @extend *:link:selected; }
@@ -1183,19 +1183,19 @@ GtkComboBox {
background-color: transparent;
}
- @each $e_type, $e_color in (warning, $warning_color),
- (error, $error_color) {
+ @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
+ (error, $error_color, $error_fg_color) {
&.#{$e_type} {
- color: $selected_fg_color;
+ color: $e_fg_color;
border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%));
&:focus {
- color: $selected_fg_color;
+ color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
}
&:selected, &:selected:focus {
- background-color: $selected_fg_color;
+ background-color: $e_fg_color;
color: $e_color;
}
}
@@ -1256,10 +1256,10 @@ GtkComboBox {
}
// Headerbar Suggested and Destructive Action buttons
- @each $b_type, $b_color in (suggested-action, $suggested_color),
- (destructive-action, $destructive_color) {
+ @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
+ (destructive-action, $destructive_color, $destructive_fg_color) {
.button.#{$b_type} {
- @include button(suggested_destructive, $b_color);
+ @include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@@ -1267,10 +1267,10 @@ GtkComboBox {
outline-color: transparentize($b_color, 0.7);
}
&:hover {
- @include button(suggested_destructive, lighten($b_color, 10%));
+ @include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
- @include button(suggested_destructive, darken($b_color, 10%));
+ @include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive,
&:insensitive { @include button(header-insensitive); }
diff --git a/common/gtk-3.0/3.16/sass/_drawing.scss b/common/gtk-3.0/3.16/sass/_drawing.scss
index 93f9386..36a5f36 100644
--- a/common/gtk-3.0/3.16/sass/_drawing.scss
+++ b/common/gtk-3.0/3.16/sass/_drawing.scss
@@ -108,12 +108,12 @@
// Buttons
-@mixin button($t, $actionb_color:red) {
+@mixin button($t, $actionb_bg:red, $actionb_fg: green) {
//
// Button drawing function
//
// $t: button type,
-// $actionb_color: used for destructive and suggested action buttons
+// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons
@if $t==normal {
//
@@ -266,10 +266,10 @@
//
background-clip: border-box;
- color: $selected_fg_color;
- outline-color: transparentize($selected_fg_color, 0.7);
- background-color: $actionb_color;
- border-color: $actionb_color;
+ color: $actionb_fg;
+ outline-color: transparentize($actionb_fg, 0.7);
+ background-color: $actionb_bg;
+ border-color: $actionb_bg;
}
@else if $t==undecorated {
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index d55f265..e798faf 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -47,7 +47,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -151,20 +151,20 @@ GtkTextView {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
- box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
+ box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -174,22 +174,22 @@ GtkTextView {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@@ -201,7 +201,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -211,9 +211,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -247,7 +247,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@@ -279,12 +279,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -304,7 +304,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -328,13 +328,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -346,13 +346,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -369,7 +369,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -381,13 +381,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -443,7 +443,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@@ -468,7 +468,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -727,7 +727,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@@ -738,7 +738,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -759,7 +759,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -784,7 +784,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -981,7 +981,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -990,30 +990,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -1033,7 +1033,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1064,7 +1064,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@@ -1115,7 +1115,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1127,13 +1127,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1149,7 +1149,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1161,13 +1161,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1212,7 +1212,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1252,8 +1252,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@@ -1314,9 +1314,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1329,7 +1329,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1342,8 +1342,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1371,7 +1371,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1391,7 +1391,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator {
@@ -1571,7 +1571,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1620,7 +1620,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #676b78; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1919,13 +1919,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1954,7 +1954,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1964,7 +1964,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1992,18 +1992,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -2030,8 +2030,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2137,7 +2137,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2160,7 +2160,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2238,7 +2238,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
- border: solid 1px #5294E2; }
+ border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #22242d; }
@@ -2305,7 +2305,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2325,7 +2325,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2574,7 +2574,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2634,7 +2634,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2686,7 +2686,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2711,7 +2711,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
- color: #5294E2; }
+ color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@@ -2720,7 +2720,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@@ -2784,7 +2784,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@@ -2807,7 +2807,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #4a4f5c; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@@ -2899,13 +2899,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -3004,7 +3004,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3017,7 +3017,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3047,7 +3047,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3078,23 +3078,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3118,10 +3118,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3144,7 +3144,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3166,12 +3166,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3267,7 +3267,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3299,7 +3299,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3384,8 +3384,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3458,7 +3458,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3469,7 +3469,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@@ -3587,7 +3587,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -3620,7 +3620,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3638,39 +3638,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: rgba(53, 57, 69, 0.95); }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
- border: 1px solid #5294E2; }
+ border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: rgba(75, 81, 98, 0.95); }
@@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@@ -3789,7 +3789,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index 8092682..6444f98 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -47,7 +47,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -148,7 +148,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -157,13 +157,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -173,22 +173,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@@ -200,7 +200,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -210,9 +210,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -245,8 +245,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -278,12 +278,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -303,7 +303,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -327,13 +327,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -345,13 +345,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -368,7 +368,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -380,13 +380,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -442,7 +442,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -466,8 +466,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -499,12 +499,12 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
@@ -526,7 +526,7 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .button:active + .entry,
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .button + .button {
border-left-style: none; }
@@ -572,12 +572,12 @@ GtkSearchEntry.entry {
.linked.vertical > .entry + .entry:focus:not(:last-child),
.linked.vertical > .entry + .entry:focus:last-child {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
.linked.vertical > .entry + .entry.warning:focus:last-child {
@@ -599,7 +599,7 @@ GtkSearchEntry.entry {
.linked.vertical > .button:active + .entry,
.linked.vertical > .button:checked + .entry {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .button + .button {
border-top-style: none; }
@@ -726,7 +726,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -783,7 +783,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -802,13 +802,13 @@ GtkComboBox {
border-bottom-right-radius: 0;
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
@@ -984,7 +984,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -993,30 +993,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -1036,7 +1036,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1067,7 +1067,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@@ -1118,7 +1118,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1130,13 +1130,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1152,7 +1152,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1164,13 +1164,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1215,7 +1215,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1255,8 +1255,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@@ -1317,9 +1317,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1332,7 +1332,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1345,8 +1345,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1374,7 +1374,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1394,7 +1394,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator {
@@ -1574,7 +1574,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1623,7 +1623,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1922,13 +1922,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1957,7 +1957,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1967,7 +1967,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1995,18 +1995,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -2033,8 +2033,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2140,7 +2140,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2163,7 +2163,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2241,7 +2241,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
- border: solid 1px #5294E2; }
+ border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #d9dde0; }
@@ -2308,7 +2308,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2328,7 +2328,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2577,7 +2577,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2637,7 +2637,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2689,7 +2689,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2714,7 +2714,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
- color: #5294E2; }
+ color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@@ -2723,7 +2723,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2787,7 +2787,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@@ -2810,7 +2810,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -2905,13 +2905,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -3010,7 +3010,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3023,7 +3023,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3053,7 +3053,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3084,23 +3084,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3124,10 +3124,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3150,7 +3150,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3172,12 +3172,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3273,7 +3273,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3305,7 +3305,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3390,8 +3390,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3449,7 +3449,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3464,7 +3464,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3475,7 +3475,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3592,8 +3592,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3626,7 +3626,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3644,39 +3644,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3705,7 +3705,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: rgba(53, 57, 69, 0.95); }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
- border: 1px solid #5294E2; }
+ border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: rgba(75, 81, 98, 0.95); }
@@ -3742,7 +3742,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@@ -3785,7 +3785,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@@ -3893,15 +3893,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3922,7 +3922,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3942,7 +3942,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3963,7 +3963,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3994,7 +3994,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@@ -4004,13 +4004,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4038,7 +4038,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index e806814..4e03b80 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -47,7 +47,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -151,20 +151,20 @@ GtkTextView {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
- box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
+ box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -174,22 +174,22 @@ GtkTextView {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@@ -201,7 +201,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -211,9 +211,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -247,7 +247,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@@ -279,12 +279,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -304,7 +304,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -328,13 +328,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -346,13 +346,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -369,7 +369,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -381,13 +381,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -443,7 +443,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@@ -468,7 +468,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -727,7 +727,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@@ -738,7 +738,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -759,7 +759,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@@ -784,7 +784,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -871,11 +871,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@@ -894,7 +894,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -981,7 +981,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -990,30 +990,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -1033,7 +1033,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1064,7 +1064,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@@ -1115,7 +1115,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1127,13 +1127,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1149,7 +1149,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1161,13 +1161,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1212,7 +1212,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1252,8 +1252,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@@ -1314,9 +1314,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1329,7 +1329,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1342,8 +1342,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1371,7 +1371,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1391,7 +1391,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator {
@@ -1571,7 +1571,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1620,7 +1620,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #676b78; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1919,13 +1919,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1954,7 +1954,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1964,7 +1964,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1992,18 +1992,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -2030,8 +2030,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2137,7 +2137,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2160,7 +2160,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2238,7 +2238,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
- border: solid 1px #5294E2; }
+ border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #22242d; }
@@ -2305,7 +2305,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2325,7 +2325,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2574,7 +2574,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2634,7 +2634,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2686,7 +2686,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2711,7 +2711,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
- color: #5294E2; }
+ color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@@ -2720,7 +2720,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@@ -2784,7 +2784,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@@ -2807,7 +2807,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #4a4f5c; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@@ -2899,13 +2899,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -3004,7 +3004,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3017,7 +3017,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3047,7 +3047,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3078,23 +3078,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3118,10 +3118,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3144,7 +3144,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3166,12 +3166,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3267,7 +3267,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3299,7 +3299,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3384,8 +3384,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3458,7 +3458,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3469,7 +3469,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@@ -3587,7 +3587,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -3620,7 +3620,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3638,39 +3638,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: #353945; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
- border: 1px solid #5294E2; }
+ border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #4b5162; }
@@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@@ -3789,7 +3789,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index 33be9af..03e11a0 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -47,7 +47,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -148,7 +148,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -157,13 +157,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -173,22 +173,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@@ -200,7 +200,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -210,9 +210,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -245,8 +245,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -278,12 +278,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -303,7 +303,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -327,13 +327,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -345,13 +345,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -368,7 +368,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -380,13 +380,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -442,7 +442,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -466,8 +466,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -499,12 +499,12 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
@@ -526,7 +526,7 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .button:active + .entry,
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .button + .button {
border-left-style: none; }
@@ -572,12 +572,12 @@ GtkSearchEntry.entry {
.linked.vertical > .entry + .entry:focus:not(:last-child),
.linked.vertical > .entry + .entry:focus:last-child {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
.linked.vertical > .entry + .entry.warning:focus:last-child {
@@ -599,7 +599,7 @@ GtkSearchEntry.entry {
.linked.vertical > .button:active + .entry,
.linked.vertical > .button:checked + .entry {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .button + .button {
border-top-style: none; }
@@ -726,7 +726,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -783,7 +783,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -802,13 +802,13 @@ GtkComboBox {
border-bottom-right-radius: 0;
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
@@ -874,11 +874,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@@ -897,7 +897,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -984,7 +984,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -993,30 +993,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -1036,7 +1036,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1067,7 +1067,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@@ -1118,7 +1118,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1130,13 +1130,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1152,7 +1152,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1164,13 +1164,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1215,7 +1215,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -1255,8 +1255,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@@ -1317,9 +1317,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1332,7 +1332,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1345,8 +1345,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1374,7 +1374,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@@ -1394,7 +1394,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator {
@@ -1574,7 +1574,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1623,7 +1623,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1922,13 +1922,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1957,7 +1957,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1967,7 +1967,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1995,18 +1995,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -2033,8 +2033,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2140,7 +2140,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2163,7 +2163,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2241,7 +2241,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
- border: solid 1px #5294E2; }
+ border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #d9dde0; }
@@ -2308,7 +2308,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2328,7 +2328,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2577,7 +2577,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2637,7 +2637,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2689,7 +2689,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2714,7 +2714,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
- color: #5294E2; }
+ color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@@ -2723,7 +2723,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2787,7 +2787,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@@ -2810,7 +2810,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -2905,13 +2905,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@@ -3010,7 +3010,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3023,7 +3023,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3053,7 +3053,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3084,23 +3084,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3124,10 +3124,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3150,7 +3150,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3172,12 +3172,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3273,7 +3273,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3305,7 +3305,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3390,8 +3390,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3449,7 +3449,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3464,7 +3464,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3475,7 +3475,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3592,8 +3592,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3626,7 +3626,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3644,39 +3644,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3705,7 +3705,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: #353945; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
- border: 1px solid #5294E2; }
+ border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #4b5162; }
@@ -3742,7 +3742,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@@ -3785,7 +3785,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@@ -3893,15 +3893,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3922,7 +3922,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3942,7 +3942,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3963,7 +3963,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3994,7 +3994,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@@ -4004,13 +4004,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4038,7 +4038,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index 3a3309e..4f9c9b5 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -47,7 +47,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -148,7 +148,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -157,13 +157,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -173,22 +173,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@@ -200,7 +200,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -210,9 +210,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -245,8 +245,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -278,12 +278,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -303,7 +303,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -327,13 +327,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -345,13 +345,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -368,7 +368,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -380,13 +380,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -442,7 +442,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -466,8 +466,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -499,12 +499,12 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
@@ -526,7 +526,7 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .button:active + .entry,
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .button + .button {
border-left-style: none; }
@@ -572,12 +572,12 @@ GtkSearchEntry.entry {
.linked.vertical > .entry + .entry:focus:not(:last-child),
.linked.vertical > .entry + .entry:focus:last-child {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
.linked.vertical > .entry + .entry.warning:focus:last-child {
@@ -599,7 +599,7 @@ GtkSearchEntry.entry {
.linked.vertical > .button:active + .entry,
.linked.vertical > .button:checked + .entry {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .button + .button {
border-top-style: none; }
@@ -726,7 +726,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -783,7 +783,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -802,13 +802,13 @@ GtkComboBox {
border-bottom-right-radius: 0;
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
@@ -874,11 +874,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@@ -897,7 +897,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -983,8 +983,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -993,30 +993,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #eea57e); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #f48480); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -1035,8 +1035,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1066,8 +1066,8 @@ GtkComboBox {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
@@ -1096,10 +1096,10 @@ GtkComboBox {
border-left-color: #f75d37; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
border-left-color: #F27835; }
@@ -1114,11 +1114,11 @@ GtkComboBox {
border-left-color: #FC4138; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1130,13 +1130,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1152,7 +1152,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1164,13 +1164,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1214,8 +1214,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1226,14 +1226,14 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop {
opacity: 0.75; }
@@ -1259,8 +1259,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #f5f5f7);
border-color: rgba(82, 93, 118, 0.3); }
@@ -1321,9 +1321,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1336,7 +1336,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1349,8 +1349,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1378,7 +1378,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@@ -1398,7 +1398,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator {
@@ -1578,7 +1578,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1627,7 +1627,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1926,13 +1926,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1961,7 +1961,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1971,7 +1971,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1999,18 +1999,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -2037,8 +2037,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2144,7 +2144,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2167,7 +2167,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2245,7 +2245,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
- border: solid 1px #5294E2; }
+ border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #d9dde0; }
@@ -2312,7 +2312,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2332,7 +2332,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2580,8 +2580,8 @@ GtkVolumeButton.button {
.titlebar .button.titlebutton:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2641,7 +2641,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2693,7 +2693,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2718,7 +2718,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
- color: #5294E2; }
+ color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@@ -2727,7 +2727,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2790,8 +2790,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
@@ -2814,7 +2814,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -2908,14 +2908,14 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -3014,7 +3014,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3027,7 +3027,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3057,7 +3057,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3088,23 +3088,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3128,10 +3128,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3154,7 +3154,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3175,13 +3175,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3277,7 +3277,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3309,7 +3309,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3394,8 +3394,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3453,7 +3453,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3468,7 +3468,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3479,7 +3479,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3596,8 +3596,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3630,7 +3630,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3648,39 +3648,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: #353945; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
- border: 1px solid #5294E2; }
+ border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #4b5162; }
@@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@@ -3789,7 +3789,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index 3d37467..75e8f4c 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -47,7 +47,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view {
@@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@@ -148,7 +148,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@@ -157,13 +157,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -173,22 +173,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@@ -200,7 +200,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -210,9 +210,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -245,8 +245,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@@ -278,12 +278,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -303,7 +303,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -327,13 +327,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -345,13 +345,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -368,7 +368,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -380,13 +380,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -442,7 +442,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -466,8 +466,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -499,12 +499,12 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
@@ -526,7 +526,7 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .button:active + .entry,
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .button + .button {
border-left-style: none; }
@@ -572,12 +572,12 @@ GtkSearchEntry.entry {
.linked.vertical > .entry + .entry:focus:not(:last-child),
.linked.vertical > .entry + .entry:focus:last-child {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
.linked.vertical > .entry + .entry.warning:focus:last-child {
@@ -599,7 +599,7 @@ GtkSearchEntry.entry {
.linked.vertical > .button:active + .entry,
.linked.vertical > .button:checked + .entry {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > .button + .button {
border-top-style: none; }
@@ -726,7 +726,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@@ -783,7 +783,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
- border-color: #5294E2;
+ border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@@ -802,13 +802,13 @@ GtkComboBox {
border-bottom-right-radius: 0;
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
@@ -983,8 +983,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@@ -993,30 +993,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@@ -1035,8 +1035,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1066,8 +1066,8 @@ GtkComboBox {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
@@ -1096,10 +1096,10 @@ GtkComboBox {
border-left-color: #f75d37; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
border-left-color: #F27835; }
@@ -1114,11 +1114,11 @@ GtkComboBox {
border-left-color: #FC4138; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1130,13 +1130,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1152,7 +1152,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1164,13 +1164,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1214,8 +1214,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -1226,14 +1226,14 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop {
opacity: 0.75; }
@@ -1259,8 +1259,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985));
border-color: rgba(82, 93, 118, 0.3); }
@@ -1321,9 +1321,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@@ -1336,7 +1336,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@@ -1349,8 +1349,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
- color: #5294E2;
- box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
+ color: #5294e2;
+ box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@@ -1378,7 +1378,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@@ -1398,7 +1398,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator {
@@ -1578,7 +1578,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
- color: #5294E2; }
+ color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@@ -1627,7 +1627,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@@ -1926,13 +1926,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
- background-image: linear-gradient(to bottom, #5294E2);
- border-color: #5294E2; }
+ background-image: linear-gradient(to bottom, #5294e2);
+ border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
- border-color: #5294E2; }
+ border-color: #5294e2; }
.osd .scale.slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@@ -1961,7 +1961,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@@ -1971,7 +1971,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@@ -1999,18 +1999,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@@ -2037,8 +2037,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@@ -2144,7 +2144,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@@ -2167,7 +2167,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@@ -2245,7 +2245,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
- border: solid 1px #5294E2; }
+ border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #d9dde0; }
@@ -2312,7 +2312,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@@ -2332,7 +2332,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2580,8 +2580,8 @@ GtkVolumeButton.button {
.titlebar .button.titlebutton:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@@ -2641,7 +2641,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@@ -2693,7 +2693,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@@ -2718,7 +2718,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
- color: #5294E2; }
+ color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@@ -2727,7 +2727,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@@ -2790,8 +2790,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
@@ -2814,7 +2814,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -2908,14 +2908,14 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@@ -3014,7 +3014,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3027,7 +3027,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@@ -3057,7 +3057,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
- background-color: #5294E2; }
+ background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@@ -3088,23 +3088,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
- color: #ffffff; }
+ color: white; }
PanelApplet:active,
PanelApplet:hover:active {
- color: #5294E2; }
+ color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
- color: #5294E2; }
+ color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@@ -3128,10 +3128,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.floating-bar {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@@ -3154,7 +3154,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@@ -3175,13 +3175,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3277,7 +3277,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3309,7 +3309,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3394,8 +3394,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3453,7 +3453,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@@ -3468,7 +3468,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3479,7 +3479,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3596,8 +3596,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@@ -3630,7 +3630,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3648,39 +3648,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: rgba(53, 57, 69, 0.95); }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
- border: 1px solid #5294E2; }
+ border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: rgba(75, 81, 98, 0.95); }
@@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@@ -3789,7 +3789,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
- background-color: #5294E2;
- border: solid #5294E2;
+ background-color: #5294e2;
+ border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
- color: #5294E2; }
+ color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index a499f77..5a3ef18 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -97,7 +97,7 @@ EelEditableLabel.entry { transition: none; } // Workaround for invisible text i
}
.nautilus-desktop.nautilus-canvas-item {
- color: $selected_fg_color;
+ color: white;
text-shadow: 1px 1px transparentize(black, 0.4);
&:active { color: $fg_color; }
@@ -555,7 +555,7 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
- color: $selected_fg_color;
+ color: white;
background-color: transparentize(black, 0.75);
border-radius: 0;
border-color: transparentize(black, 0.75);
@@ -563,7 +563,7 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
}
PanelApplet:hover {
- color: $selected_fg_color;
+ color: white;
}
PanelApplet:active,
diff --git a/common/gtk-3.0/3.18/sass/_colors.scss b/common/gtk-3.0/3.18/sass/_colors.scss
index 47daa0f..8d3a5f2 100644
--- a/common/gtk-3.0/3.18/sass/_colors.scss
+++ b/common/gtk-3.0/3.18/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/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index 83aff34..e77031d 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -237,20 +237,20 @@ $vert_padding: 5px;
box-shadow: none;
}
- @each $e_type, $e_color in (warning, $warning_color),
- (error, $error_color) {
+ @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
+ (error, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
border-color: if($variant=='light', $e_color, $entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%));
&:focus {
- color: $selected_fg_color;
+ color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
box-shadow: none;
}
&:selected, &:selected:focus {
- background-color: $selected_fg_color;
+ background-color: $e_fg_color;
color: $e_color;
}
}
@@ -389,10 +389,10 @@ $_dot_color: $selected_bg_color;
.osd .linked:not(.vertical):not(.path-bar) > &:hover:not(:checked):not(:active) + &:not(:checked):not(:active) { box-shadow: none; }
// Suggested and Destructive Action buttons
- @each $b_type, $b_color in (suggested-action, $suggested_color),
- (destructive-action, $destructive_color) {
+ @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
+ (destructive-action, $destructive_color, $destructive_fg_color) {
&.#{$b_type} {
- @include button(suggested_destructive, $b_color);
+ @include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@@ -400,10 +400,10 @@ $_dot_color: $selected_bg_color;
outline-color: transparentize($b_color, 0.7);
}
&:hover {
- @include button(suggested_destructive, lighten($b_color, 10%));
+ @include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
- @include button(suggested_destructive, darken($b_color, 10%));
+ @include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive {
@include button(undecorated);
@@ -971,14 +971,14 @@ GtkComboBox {
// Selectionmode
&.selection-mode,
&.titlebar.selection-mode {
- color: $selected_fg_color;
+ color: $selection_mode_fg;
background-color: $selection_mode_bg;
border-color: darken($selection_mode_bg, 4%);
box-shadow: none;
&:backdrop {
background-color: $selection_mode_bg;
- color: transparentize($selected_fg_color, 0.4);
+ color: transparentize($selection_mode_fg, 0.4);
}
.subtitle:link { @extend *:link:selected; }
@@ -1128,19 +1128,19 @@ GtkComboBox {
background-color: transparent;
}
- @each $e_type, $e_color in (warning, $warning_color),
- (error, $error_color) {
+ @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
+ (error, $error_color, $error_fg_color) {
&.#{$e_type} {
- color: $selected_fg_color;
+ color: $e_fg_color;
border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%));
&:focus {
- color: $selected_fg_color;
+ color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
}
&:selected, &:selected:focus {
- background-color: $selected_fg_color;
+ background-color: $e_fg_color;
color: $e_color;
}
}
@@ -1205,10 +1205,10 @@ GtkComboBox {
}
// Headerbar Suggested and Destructive Action buttons
- @each $b_type, $b_color in (suggested-action, $suggested_color),
- (destructive-action, $destructive_color) {
+ @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
+ (destructive-action, $destructive_color, $destructive_fg_color) {
.button.#{$b_type} {
- @include button(suggested_destructive, $b_color);
+ @include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@@ -1216,10 +1216,10 @@ GtkComboBox {
outline-color: transparentize($b_color, 0.7);
}
&:hover {
- @include button(suggested_destructive, lighten($b_color, 10%));
+ @include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
- @include button(suggested_destructive, darken($b_color, 10%));
+ @include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive,
&:insensitive { @include button(header-insensitive); }
diff --git a/common/gtk-3.0/3.18/sass/_drawing.scss b/common/gtk-3.0/3.18/sass/_drawing.scss
index 93f9386..36a5f36 100644
--- a/common/gtk-3.0/3.18/sass/_drawing.scss
+++ b/common/gtk-3.0/3.18/sass/_drawing.scss
@@ -108,12 +108,12 @@
// Buttons
-@mixin button($t, $actionb_color:red) {
+@mixin button($t, $actionb_bg:red, $actionb_fg: green) {
//
// Button drawing function
//
// $t: button type,
-// $actionb_color: used for destructive and suggested action buttons
+// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons
@if $t==normal {
//
@@ -266,10 +266,10 @@
//
background-clip: border-box;
- color: $selected_fg_color;
- outline-color: transparentize($selected_fg_color, 0.7);
- background-color: $actionb_color;
- border-color: $actionb_color;
+ color: $actionb_fg;
+ outline-color: transparentize($actionb_fg, 0.7);
+ background-color: $actionb_bg;
+ border-color: $actionb_bg;
}
@else if $t==undecorated {
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index dc2b21e..a8c610e 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -36,7 +36,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view, iconview,
@@ -74,7 +74,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
label:disabled {
color: rgba(211, 218, 227, 0.45); }
@@ -94,7 +94,7 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
textview {
@@ -157,50 +157,50 @@ entry {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
- box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
+ box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
entry:disabled {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
entry.warning {
- color: #ffffff;
+ color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
entry.warning image {
- color: #ffffff; }
+ color: white; }
entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
entry.error {
- color: #ffffff;
+ color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
entry.error image {
- color: #ffffff; }
+ color: white; }
entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.error selection, entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry.search-missing {
- color: #ffffff;
+ color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
entry.search-missing image {
- color: #ffffff; }
+ color: white; }
entry.search-missing:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
@@ -215,18 +215,18 @@ entry {
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
.osd entry selection:focus, .osd entry selection {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -237,13 +237,13 @@ treeview entry.flat, treeview entry {
background-image: none;
background-color: #404552; }
treeview entry.flat:focus, treeview entry:focus {
- border-color: #5294E2; }
+ border-color: #5294e2; }
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@@ -278,7 +278,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box;
transition-duration: 50ms; }
button:active {
@@ -336,12 +336,12 @@ button {
min-height: 36px;
min-width: 36px; }
button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
button.osd:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -361,7 +361,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -385,13 +385,13 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -403,13 +403,13 @@ button {
outline-color: rgba(77, 173, 212, 0.3); }
button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -425,7 +425,7 @@ button {
color: rgba(211, 218, 227, 0.45); }
button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -437,13 +437,13 @@ button {
outline-color: rgba(240, 74, 80, 0.3); }
button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -478,7 +478,7 @@ button {
background-image: none; }
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@@ -502,7 +502,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
@@ -1056,7 +1056,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
@@ -1065,30 +1065,30 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar entry progress, headerbar entry progress {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar entry.warning, headerbar entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar button, headerbar button {
@@ -1108,7 +1108,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar button:disabled, headerbar button:disabled {
background-color: rgba(47, 52, 63, 0);
@@ -1148,7 +1148,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -1205,7 +1205,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1217,13 +1217,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1238,7 +1238,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1250,13 +1250,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1286,7 +1286,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -1316,7 +1316,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
@@ -1359,8 +1359,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-color: #50586b;
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar scale slider:active, headerbar scale slider:active {
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
background-color: rgba(63, 69, 84, 0.991);
border-color: rgba(21, 23, 28, 0.67); }
@@ -1401,7 +1401,7 @@ treeview.view {
border-left-color: rgba(211, 218, 227, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
treeview.view acceleditor > label {
- background-color: #5294E2; }
+ background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #a9caf1;
@@ -1437,9 +1437,9 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
@@ -1459,7 +1459,7 @@ treeview.view {
border-radius: 0;
border-image: linear-gradient(to bottom, #404552 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #404552 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
- color: #5294E2; }
+ color: #5294e2; }
treeview.view header button:active {
color: #D3DAE3; }
treeview.view header button:active, treeview.view header button:hover {
@@ -1480,7 +1480,7 @@ treeview.view {
padding: 0 6px;
transition: none;
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 0;
border-style: none; }
@@ -1500,7 +1500,7 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
@@ -1540,7 +1540,7 @@ menu,
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(211, 218, 227, 0.45); }
@@ -1765,7 +1765,7 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
- color: #5294E2; }
+ color: #5294e2; }
scrollbar {
background-color: #3e434f;
@@ -1802,7 +1802,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #676b78; }
scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@@ -2142,7 +2142,7 @@ scale {
.osd scale trough {
background-color: rgba(69, 74, 89, 0.95); }
.osd scale trough highlight {
- background-color: #5294E2; }
+ background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@@ -2161,7 +2161,7 @@ scale {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
- background-color: #5294E2; }
+ background-color: #5294e2; }
scale highlight:disabled {
background-color: rgba(82, 148, 226, 0.55); }
scale fill {
@@ -2179,8 +2179,8 @@ scale {
background-color: #505666; }
scale slider:active {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
scale slider:disabled {
background-color: #3c414e;
border-color: rgba(38, 41, 51, 0.8); }
@@ -2207,8 +2207,8 @@ scale {
border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.osd scale slider:hover {
background-color: #7eafe9;
border-color: #7eafe9; }
@@ -2267,7 +2267,7 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
@@ -2303,8 +2303,8 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
@@ -2312,8 +2312,8 @@ levelbar block.low {
background-color: #F27835; }
levelbar block.high {
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
levelbar block.full {
border-color: #73d216;
@@ -2485,7 +2485,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
color: #5d626e;
@@ -2509,7 +2509,7 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
calendar.header {
@@ -2630,7 +2630,7 @@ placessidebar row {
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
@@ -2660,7 +2660,7 @@ paned > separator {
background-image: linear-gradient(to top, #2b2e39);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294E2); }
+ background-image: linear-gradient(to top, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@@ -2702,7 +2702,7 @@ infobar {
.question,
.warning,
.error {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.info label:selected:focus, .info label:selected:hover, .info label:selected,
.question label:selected:focus,
@@ -2714,7 +2714,7 @@ infobar {
.error label:selected:focus,
.error label:selected:hover,
.error label:selected {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
@@ -2772,7 +2772,7 @@ row:selected button:hover, .info button:hover,
.question button:checked,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2798,7 +2798,7 @@ row:selected button:disabled, .info button:disabled,
.question button:disabled:checked,
.warning button:disabled:checked,
.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
- color: #5294E2;
+ color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
@@ -3003,7 +3003,7 @@ headerbar button.titlebutton,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@@ -3068,7 +3068,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- background-color: #5294E2; }
+ background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@@ -3111,7 +3111,7 @@ terminal-window notebook > header.top {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #D3DAE3; }
@@ -3161,7 +3161,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; } }
+ background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@@ -3183,7 +3183,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
- box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
+ box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(207, 218, 231, 0.8);
@@ -3198,7 +3198,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -3230,7 +3230,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: #4a4f5c; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@@ -3309,7 +3309,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 3px 3px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
layouttab {
background-color: #404552; }
@@ -3323,7 +3323,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 3px; }
docktabstrip {
@@ -3366,7 +3366,7 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3380,7 +3380,7 @@ button.documents-favorite:active:hover {
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
- background: #5294E2;
+ background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
@@ -3441,7 +3441,7 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar .wnck-pager:selected,
.mate-panel-menu-bar .wnck-pager:selected {
color: #a9caf1;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
.mate-panel-menu-bar na-tray-applet {
@@ -3462,9 +3462,9 @@ button.documents-favorite:active:hover {
color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
@@ -3481,11 +3481,11 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.nautilus-window .floating-bar {
padding: 1px;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
@@ -3510,12 +3510,12 @@ button.documents-favorite:active:hover {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3584,7 +3584,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3616,7 +3616,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3701,8 +3701,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3763,7 +3763,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@@ -3778,7 +3778,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3789,7 +3789,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@@ -3907,7 +3907,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
#content_frame button:disabled {
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
@@ -3939,7 +3939,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3957,39 +3957,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4047,13 +4047,13 @@ filechooser placessidebar.sidebar,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@@ -4085,7 +4085,7 @@ filechooser.maximized placessidebar.sidebar,
background-color: transparent;
color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
color: rgba(123, 129, 141, 0.975); }
@@ -4138,12 +4138,12 @@ filechooser actionbar {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:active button {
color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
color: #BAC3CF; }
@@ -4161,7 +4161,7 @@ filechooser actionbar button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser actionbar button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -4177,7 +4177,7 @@ filechooser actionbar entry {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -4197,7 +4197,7 @@ filechooser placessidebar.sidebar scrollbar,
background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
@@ -4209,13 +4209,13 @@ filechooser placessidebar.sidebar scrollbar,
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@@ -4243,7 +4243,7 @@ filechooser placessidebar.sidebar scrollbar,
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index d72a420..c24219b 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -36,7 +36,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view, iconview,
@@ -74,7 +74,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
label:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -94,7 +94,7 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
textview {
@@ -154,7 +154,7 @@ entry {
entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
entry:disabled {
@@ -163,43 +163,43 @@ entry {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
entry.warning image {
- color: #ffffff; }
+ color: white; }
entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.error image {
- color: #ffffff; }
+ color: white; }
entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.error selection, entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry.search-missing {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.search-missing image {
- color: #ffffff; }
+ color: white; }
entry.search-missing:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
@@ -214,18 +214,18 @@ entry {
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
.osd entry selection:focus, .osd entry selection {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -236,13 +236,13 @@ treeview entry.flat, treeview entry {
background-image: none;
background-color: #ffffff; }
treeview entry.flat:focus, treeview entry:focus {
- border-color: #5294E2; }
+ border-color: #5294e2; }
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@@ -276,8 +276,8 @@ button {
button:active, button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active {
@@ -335,12 +335,12 @@ button {
min-height: 36px;
min-width: 36px; }
button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
button.osd:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -360,7 +360,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -384,13 +384,13 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -402,13 +402,13 @@ button {
outline-color: rgba(77, 173, 212, 0.3); }
button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -424,7 +424,7 @@ button {
color: rgba(92, 97, 108, 0.55); }
button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -436,13 +436,13 @@ button {
outline-color: rgba(240, 74, 80, 0.3); }
button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -477,7 +477,7 @@ button {
background-image: none; }
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -500,8 +500,8 @@ button {
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@@ -531,12 +531,12 @@ button {
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
@@ -567,7 +567,7 @@ button {
.linked:not(.vertical):not(.path-bar) > button:active + entry,
.linked:not(.vertical):not(.path-bar) > button:checked + entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
@@ -613,12 +613,12 @@ button {
.linked.vertical > entry + entry:focus:not(:last-child),
.linked.vertical > entry + entry:focus:last-child {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > entry:focus:not(:only-child) + entry,
.linked.vertical > entry:focus:not(:only-child) + button,
.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
@@ -649,7 +649,7 @@ button {
.linked.vertical > button:active + entry,
.linked.vertical > button:checked + entry {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > button + button {
border-top-style: none; }
@@ -807,7 +807,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
spinbutton:not(.vertical) > entry:focus + button {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #F08437; }
@@ -833,7 +833,7 @@ spinbutton.vertical button.up {
border-radius: 3px 3px 0 0; }
spinbutton.vertical > entry:focus + button {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
spinbutton.vertical > entry:drop(active) + button {
border-top-color: #F08437; }
@@ -1055,7 +1055,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
@@ -1064,30 +1064,30 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar entry progress, headerbar entry progress {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar entry.warning, headerbar entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar button, headerbar button {
@@ -1107,7 +1107,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar button:disabled, headerbar button:disabled {
background-color: rgba(47, 52, 63, 0);
@@ -1147,7 +1147,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -1204,7 +1204,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1216,13 +1216,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1237,7 +1237,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1249,13 +1249,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1285,7 +1285,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -1315,7 +1315,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
@@ -1358,8 +1358,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-color: #50586b;
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar scale slider:active, headerbar scale slider:active {
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
background-color: rgba(63, 69, 84, 0.991);
border-color: rgba(21, 23, 28, 0.67); }
@@ -1400,7 +1400,7 @@ treeview.view {
border-left-color: rgba(92, 97, 108, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
treeview.view acceleditor > label {
- background-color: #5294E2; }
+ background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #a9caf1;
@@ -1436,9 +1436,9 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
@@ -1458,7 +1458,7 @@ treeview.view {
border-radius: 0;
border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
- color: #5294E2; }
+ color: #5294e2; }
treeview.view header button:active {
color: #5c616c; }
treeview.view header button:active, treeview.view header button:hover {
@@ -1479,7 +1479,7 @@ treeview.view {
padding: 0 6px;
transition: none;
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 0;
border-style: none; }
@@ -1499,7 +1499,7 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
@@ -1539,7 +1539,7 @@ menu,
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -1764,7 +1764,7 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
- color: #5294E2; }
+ color: #5294e2; }
scrollbar {
background-color: #fcfcfc;
@@ -1801,7 +1801,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #c7c9cd; }
scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@@ -2141,7 +2141,7 @@ scale {
.osd scale trough {
background-color: rgba(69, 74, 89, 0.95); }
.osd scale trough highlight {
- background-color: #5294E2; }
+ background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@@ -2160,7 +2160,7 @@ scale {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
- background-color: #5294E2; }
+ background-color: #5294e2; }
scale highlight:disabled {
background-color: rgba(82, 148, 226, 0.55); }
scale fill {
@@ -2178,8 +2178,8 @@ scale {
background-color: white; }
scale slider:active {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
scale slider:disabled {
background-color: #fbfbfb;
border-color: rgba(123, 142, 186, 0.3); }
@@ -2206,8 +2206,8 @@ scale {
border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.osd scale slider:hover {
background-color: #7eafe9;
border-color: #7eafe9; }
@@ -2266,7 +2266,7 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
@@ -2302,8 +2302,8 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
@@ -2311,8 +2311,8 @@ levelbar block.low {
background-color: #F27835; }
levelbar block.high {
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
levelbar block.full {
border-color: #73d216;
@@ -2484,7 +2484,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
color: #5d626e;
@@ -2508,7 +2508,7 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
calendar.header {
@@ -2629,7 +2629,7 @@ placessidebar row {
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
@@ -2659,7 +2659,7 @@ paned > separator {
background-image: linear-gradient(to top, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294E2); }
+ background-image: linear-gradient(to top, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@@ -2701,7 +2701,7 @@ infobar {
.question,
.warning,
.error {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.info label:selected:focus, .info label:selected:hover, .info label:selected,
.question label:selected:focus,
@@ -2713,7 +2713,7 @@ infobar {
.error label:selected:focus,
.error label:selected:hover,
.error label:selected {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
@@ -2771,7 +2771,7 @@ row:selected button:hover, .info button:hover,
.question button:checked,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2797,7 +2797,7 @@ row:selected button:disabled, .info button:disabled,
.question button:disabled:checked,
.warning button:disabled:checked,
.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
- color: #5294E2;
+ color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
@@ -3002,7 +3002,7 @@ headerbar button.titlebutton,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@@ -3067,7 +3067,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- background-color: #5294E2; }
+ background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@@ -3110,7 +3110,7 @@ terminal-window notebook > header.top {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #5c616c; }
@@ -3160,7 +3160,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; } }
+ background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@@ -3179,7 +3179,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border: 1px solid;
border-radius: 3px;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
@@ -3196,7 +3196,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -3228,7 +3228,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: #f4f4f5; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -3308,7 +3308,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 3px 3px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
layouttab {
background-color: #ffffff; }
@@ -3322,7 +3322,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 3px; }
docktabstrip {
@@ -3365,7 +3365,7 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3379,7 +3379,7 @@ button.documents-favorite:active:hover {
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
- background: #5294E2;
+ background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
@@ -3440,7 +3440,7 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar .wnck-pager:selected,
.mate-panel-menu-bar .wnck-pager:selected {
color: #a9caf1;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
.mate-panel-menu-bar na-tray-applet {
@@ -3461,9 +3461,9 @@ button.documents-favorite:active:hover {
color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
@@ -3480,11 +3480,11 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.nautilus-window .floating-bar {
padding: 1px;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
@@ -3509,12 +3509,12 @@ button.documents-favorite:active:hover {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3583,7 +3583,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3615,7 +3615,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3700,8 +3700,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3762,7 +3762,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@@ -3777,7 +3777,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3788,7 +3788,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3905,8 +3905,8 @@ GtkListBox .h4 {
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@@ -3938,7 +3938,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3956,39 +3956,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4049,14 +4049,14 @@ filechooser placessidebar.sidebar,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@@ -4088,7 +4088,7 @@ filechooser.maximized placessidebar.sidebar,
background-color: transparent;
color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
color: rgba(123, 129, 141, 0.975); }
@@ -4141,12 +4141,12 @@ filechooser actionbar {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:active button {
color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
color: #BAC3CF; }
@@ -4164,7 +4164,7 @@ filechooser actionbar button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser actionbar button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -4180,7 +4180,7 @@ filechooser actionbar entry {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -4200,7 +4200,7 @@ filechooser placessidebar.sidebar scrollbar,
background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
@@ -4212,13 +4212,13 @@ filechooser placessidebar.sidebar scrollbar,
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4246,7 +4246,7 @@ filechooser placessidebar.sidebar scrollbar,
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 90bb6a4..741e6c2 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -36,7 +36,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view, iconview,
@@ -74,7 +74,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
label:disabled {
color: rgba(211, 218, 227, 0.45); }
@@ -94,7 +94,7 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
textview {
@@ -157,50 +157,50 @@ entry {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
- box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
+ box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
entry:disabled {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
entry.warning {
- color: #ffffff;
+ color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
entry.warning image {
- color: #ffffff; }
+ color: white; }
entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
entry.error {
- color: #ffffff;
+ color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
entry.error image {
- color: #ffffff; }
+ color: white; }
entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.error selection, entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry.search-missing {
- color: #ffffff;
+ color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
entry.search-missing image {
- color: #ffffff; }
+ color: white; }
entry.search-missing:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
@@ -215,18 +215,18 @@ entry {
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
.osd entry selection:focus, .osd entry selection {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -237,13 +237,13 @@ treeview entry.flat, treeview entry {
background-image: none;
background-color: #404552; }
treeview entry.flat:focus, treeview entry:focus {
- border-color: #5294E2; }
+ border-color: #5294e2; }
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@@ -278,7 +278,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box;
transition-duration: 50ms; }
button:active {
@@ -336,12 +336,12 @@ button {
min-height: 36px;
min-width: 36px; }
button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
button.osd:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -361,7 +361,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -385,13 +385,13 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -403,13 +403,13 @@ button {
outline-color: rgba(77, 173, 212, 0.3); }
button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -425,7 +425,7 @@ button {
color: rgba(211, 218, 227, 0.45); }
button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -437,13 +437,13 @@ button {
outline-color: rgba(240, 74, 80, 0.3); }
button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -478,7 +478,7 @@ button {
background-image: none; }
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@@ -502,7 +502,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
@@ -947,12 +947,12 @@ headerbar,
headerbar.selection-mode,
.selection-mode.titlebar:not(headerbar) {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
headerbar.selection-mode:backdrop,
.selection-mode.titlebar:backdrop:not(headerbar) {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu {
box-shadow: none;
@@ -1056,7 +1056,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
@@ -1065,30 +1065,30 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar entry progress, headerbar entry progress {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar entry.warning, headerbar entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar button, headerbar button {
@@ -1108,7 +1108,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar button:disabled, headerbar button:disabled {
background-color: rgba(47, 52, 63, 0);
@@ -1148,7 +1148,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -1205,7 +1205,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1217,13 +1217,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1238,7 +1238,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1250,13 +1250,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1286,7 +1286,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -1316,7 +1316,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
@@ -1359,8 +1359,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-color: #50586b;
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar scale slider:active, headerbar scale slider:active {
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
background-color: #3e4553;
border-color: rgba(21, 23, 28, 0.7); }
@@ -1401,7 +1401,7 @@ treeview.view {
border-left-color: rgba(211, 218, 227, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
treeview.view acceleditor > label {
- background-color: #5294E2; }
+ background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #a9caf1;
@@ -1437,9 +1437,9 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
@@ -1459,7 +1459,7 @@ treeview.view {
border-radius: 0;
border-image: linear-gradient(to bottom, #404552 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #404552 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
- color: #5294E2; }
+ color: #5294e2; }
treeview.view header button:active {
color: #D3DAE3; }
treeview.view header button:active, treeview.view header button:hover {
@@ -1480,7 +1480,7 @@ treeview.view {
padding: 0 6px;
transition: none;
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 0;
border-style: none; }
@@ -1500,7 +1500,7 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
@@ -1540,7 +1540,7 @@ menu,
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(211, 218, 227, 0.45); }
@@ -1765,7 +1765,7 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
- color: #5294E2; }
+ color: #5294e2; }
scrollbar {
background-color: #3e434f;
@@ -1802,7 +1802,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #676b78; }
scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@@ -2142,7 +2142,7 @@ scale {
.osd scale trough {
background-color: #454a59; }
.osd scale trough highlight {
- background-color: #5294E2; }
+ background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@@ -2161,7 +2161,7 @@ scale {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
- background-color: #5294E2; }
+ background-color: #5294e2; }
scale highlight:disabled {
background-color: rgba(82, 148, 226, 0.55); }
scale fill {
@@ -2179,8 +2179,8 @@ scale {
background-color: #505666; }
scale slider:active {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
scale slider:disabled {
background-color: #3c414e;
border-color: rgba(38, 41, 51, 0.8); }
@@ -2207,8 +2207,8 @@ scale {
border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.osd scale slider:hover {
background-color: #7eafe9;
border-color: #7eafe9; }
@@ -2267,7 +2267,7 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
@@ -2303,8 +2303,8 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
@@ -2312,8 +2312,8 @@ levelbar block.low {
background-color: #F27835; }
levelbar block.high {
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
levelbar block.full {
border-color: #73d216;
@@ -2485,7 +2485,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
color: #5d626e;
@@ -2509,7 +2509,7 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
calendar.header {
@@ -2630,7 +2630,7 @@ placessidebar row {
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
@@ -2660,7 +2660,7 @@ paned > separator {
background-image: linear-gradient(to top, #2b2e39);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294E2); }
+ background-image: linear-gradient(to top, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@@ -2702,7 +2702,7 @@ infobar {
.question,
.warning,
.error {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.info label:selected:focus, .info label:selected:hover, .info label:selected,
.question label:selected:focus,
@@ -2714,7 +2714,7 @@ infobar {
.error label:selected:focus,
.error label:selected:hover,
.error label:selected {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
@@ -2772,7 +2772,7 @@ row:selected button:hover, .info button:hover,
.question button:checked,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2798,7 +2798,7 @@ row:selected button:disabled, .info button:disabled,
.question button:disabled:checked,
.warning button:disabled:checked,
.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
- color: #5294E2;
+ color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
@@ -3003,7 +3003,7 @@ headerbar button.titlebutton,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@@ -3068,7 +3068,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- background-color: #5294E2; }
+ background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@@ -3111,7 +3111,7 @@ terminal-window notebook > header.top {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #D3DAE3; }
@@ -3161,7 +3161,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; } }
+ background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@@ -3183,7 +3183,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
- box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
+ box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(207, 218, 231, 0.8);
@@ -3198,7 +3198,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -3230,7 +3230,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: #4a4f5c; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@@ -3309,7 +3309,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 3px 3px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
layouttab {
background-color: #404552; }
@@ -3323,7 +3323,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 3px; }
docktabstrip {
@@ -3366,7 +3366,7 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3380,7 +3380,7 @@ button.documents-favorite:active:hover {
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
- background: #5294E2;
+ background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
@@ -3441,7 +3441,7 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar .wnck-pager:selected,
.mate-panel-menu-bar .wnck-pager:selected {
color: #a9caf1;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
.mate-panel-menu-bar na-tray-applet {
@@ -3462,9 +3462,9 @@ button.documents-favorite:active:hover {
color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
@@ -3481,11 +3481,11 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.nautilus-window .floating-bar {
padding: 1px;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
@@ -3510,12 +3510,12 @@ button.documents-favorite:active:hover {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3584,7 +3584,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3616,7 +3616,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3701,8 +3701,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3763,7 +3763,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@@ -3778,7 +3778,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3789,7 +3789,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@@ -3907,7 +3907,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
#content_frame button:disabled {
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
@@ -3939,7 +3939,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3957,39 +3957,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4047,13 +4047,13 @@ filechooser placessidebar.sidebar,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@@ -4085,7 +4085,7 @@ filechooser.maximized placessidebar.sidebar,
background-color: transparent;
color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
color: #787e8a; }
@@ -4138,12 +4138,12 @@ filechooser actionbar {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:active button {
color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
color: #BAC3CF; }
@@ -4161,7 +4161,7 @@ filechooser actionbar button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser actionbar button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -4177,7 +4177,7 @@ filechooser actionbar entry {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -4197,7 +4197,7 @@ filechooser placessidebar.sidebar scrollbar,
background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
@@ -4209,13 +4209,13 @@ filechooser placessidebar.sidebar scrollbar,
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@@ -4243,7 +4243,7 @@ filechooser placessidebar.sidebar scrollbar,
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 5f37d12..36ea48e 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -36,7 +36,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view, iconview,
@@ -74,7 +74,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
label:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -94,7 +94,7 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
textview {
@@ -154,7 +154,7 @@ entry {
entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
entry:disabled {
@@ -163,43 +163,43 @@ entry {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
entry.warning image {
- color: #ffffff; }
+ color: white; }
entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.error image {
- color: #ffffff; }
+ color: white; }
entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.error selection, entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry.search-missing {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.search-missing image {
- color: #ffffff; }
+ color: white; }
entry.search-missing:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
@@ -214,18 +214,18 @@ entry {
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
.osd entry selection:focus, .osd entry selection {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -236,13 +236,13 @@ treeview entry.flat, treeview entry {
background-image: none;
background-color: #ffffff; }
treeview entry.flat:focus, treeview entry:focus {
- border-color: #5294E2; }
+ border-color: #5294e2; }
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@@ -276,8 +276,8 @@ button {
button:active, button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active {
@@ -335,12 +335,12 @@ button {
min-height: 36px;
min-width: 36px; }
button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
button.osd:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -360,7 +360,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -384,13 +384,13 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -402,13 +402,13 @@ button {
outline-color: rgba(77, 173, 212, 0.3); }
button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -424,7 +424,7 @@ button {
color: rgba(92, 97, 108, 0.55); }
button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -436,13 +436,13 @@ button {
outline-color: rgba(240, 74, 80, 0.3); }
button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -477,7 +477,7 @@ button {
background-image: none; }
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -500,8 +500,8 @@ button {
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@@ -531,12 +531,12 @@ button {
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
@@ -567,7 +567,7 @@ button {
.linked:not(.vertical):not(.path-bar) > button:active + entry,
.linked:not(.vertical):not(.path-bar) > button:checked + entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
@@ -613,12 +613,12 @@ button {
.linked.vertical > entry + entry:focus:not(:last-child),
.linked.vertical > entry + entry:focus:last-child {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > entry:focus:not(:only-child) + entry,
.linked.vertical > entry:focus:not(:only-child) + button,
.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
@@ -649,7 +649,7 @@ button {
.linked.vertical > button:active + entry,
.linked.vertical > button:checked + entry {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > button + button {
border-top-style: none; }
@@ -807,7 +807,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
spinbutton:not(.vertical) > entry:focus + button {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #F08437; }
@@ -833,7 +833,7 @@ spinbutton.vertical button.up {
border-radius: 3px 3px 0 0; }
spinbutton.vertical > entry:focus + button {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
spinbutton.vertical > entry:drop(active) + button {
border-top-color: #F08437; }
@@ -946,12 +946,12 @@ headerbar,
headerbar.selection-mode,
.selection-mode.titlebar:not(headerbar) {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
headerbar.selection-mode:backdrop,
.selection-mode.titlebar:backdrop:not(headerbar) {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu {
box-shadow: none;
@@ -1055,7 +1055,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
@@ -1064,30 +1064,30 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar entry progress, headerbar entry progress {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar entry.warning, headerbar entry.warning {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
- color: #ffffff;
+ color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar button, headerbar button {
@@ -1107,7 +1107,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar button:disabled, headerbar button:disabled {
background-color: rgba(47, 52, 63, 0);
@@ -1147,7 +1147,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -1204,7 +1204,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1216,13 +1216,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1237,7 +1237,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1249,13 +1249,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1285,7 +1285,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -1315,7 +1315,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
@@ -1358,8 +1358,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-color: #50586b;
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar scale slider:active, headerbar scale slider:active {
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
background-color: #3e4553;
border-color: rgba(21, 23, 28, 0.7); }
@@ -1400,7 +1400,7 @@ treeview.view {
border-left-color: rgba(92, 97, 108, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
treeview.view acceleditor > label {
- background-color: #5294E2; }
+ background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #a9caf1;
@@ -1436,9 +1436,9 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
@@ -1458,7 +1458,7 @@ treeview.view {
border-radius: 0;
border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
- color: #5294E2; }
+ color: #5294e2; }
treeview.view header button:active {
color: #5c616c; }
treeview.view header button:active, treeview.view header button:hover {
@@ -1479,7 +1479,7 @@ treeview.view {
padding: 0 6px;
transition: none;
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 0;
border-style: none; }
@@ -1499,7 +1499,7 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
@@ -1539,7 +1539,7 @@ menu,
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -1764,7 +1764,7 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
- color: #5294E2; }
+ color: #5294e2; }
scrollbar {
background-color: #fcfcfc;
@@ -1801,7 +1801,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #c7c9cd; }
scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@@ -2141,7 +2141,7 @@ scale {
.osd scale trough {
background-color: #454a59; }
.osd scale trough highlight {
- background-color: #5294E2; }
+ background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@@ -2160,7 +2160,7 @@ scale {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
- background-color: #5294E2; }
+ background-color: #5294e2; }
scale highlight:disabled {
background-color: rgba(82, 148, 226, 0.55); }
scale fill {
@@ -2178,8 +2178,8 @@ scale {
background-color: white; }
scale slider:active {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
scale slider:disabled {
background-color: #fbfbfb;
border-color: rgba(123, 142, 186, 0.3); }
@@ -2206,8 +2206,8 @@ scale {
border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.osd scale slider:hover {
background-color: #7eafe9;
border-color: #7eafe9; }
@@ -2266,7 +2266,7 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
@@ -2302,8 +2302,8 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
@@ -2311,8 +2311,8 @@ levelbar block.low {
background-color: #F27835; }
levelbar block.high {
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
levelbar block.full {
border-color: #73d216;
@@ -2484,7 +2484,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
color: #5d626e;
@@ -2508,7 +2508,7 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
calendar.header {
@@ -2629,7 +2629,7 @@ placessidebar row {
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
@@ -2659,7 +2659,7 @@ paned > separator {
background-image: linear-gradient(to top, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294E2); }
+ background-image: linear-gradient(to top, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@@ -2701,7 +2701,7 @@ infobar {
.question,
.warning,
.error {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.info label:selected:focus, .info label:selected:hover, .info label:selected,
.question label:selected:focus,
@@ -2713,7 +2713,7 @@ infobar {
.error label:selected:focus,
.error label:selected:hover,
.error label:selected {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
@@ -2771,7 +2771,7 @@ row:selected button:hover, .info button:hover,
.question button:checked,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2797,7 +2797,7 @@ row:selected button:disabled, .info button:disabled,
.question button:disabled:checked,
.warning button:disabled:checked,
.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
- color: #5294E2;
+ color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
@@ -3002,7 +3002,7 @@ headerbar button.titlebutton,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@@ -3067,7 +3067,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- background-color: #5294E2; }
+ background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@@ -3110,7 +3110,7 @@ terminal-window notebook > header.top {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #5c616c; }
@@ -3160,7 +3160,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; } }
+ background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@@ -3179,7 +3179,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border: 1px solid;
border-radius: 3px;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
@@ -3196,7 +3196,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@@ -3228,7 +3228,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: #f4f4f5; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -3308,7 +3308,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 3px 3px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
layouttab {
background-color: #ffffff; }
@@ -3322,7 +3322,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 3px; }
docktabstrip {
@@ -3365,7 +3365,7 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3379,7 +3379,7 @@ button.documents-favorite:active:hover {
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
- background: #5294E2;
+ background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
@@ -3440,7 +3440,7 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar .wnck-pager:selected,
.mate-panel-menu-bar .wnck-pager:selected {
color: #a9caf1;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
.mate-panel-menu-bar na-tray-applet {
@@ -3461,9 +3461,9 @@ button.documents-favorite:active:hover {
color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
@@ -3480,11 +3480,11 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.nautilus-window .floating-bar {
padding: 1px;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
@@ -3509,12 +3509,12 @@ button.documents-favorite:active:hover {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3583,7 +3583,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3615,7 +3615,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3700,8 +3700,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3762,7 +3762,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@@ -3777,7 +3777,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3788,7 +3788,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3905,8 +3905,8 @@ GtkListBox .h4 {
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@@ -3938,7 +3938,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3956,39 +3956,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4049,14 +4049,14 @@ filechooser placessidebar.sidebar,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@@ -4088,7 +4088,7 @@ filechooser.maximized placessidebar.sidebar,
background-color: transparent;
color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
color: #787e8a; }
@@ -4141,12 +4141,12 @@ filechooser actionbar {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:active button {
color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
color: #BAC3CF; }
@@ -4164,7 +4164,7 @@ filechooser actionbar button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser actionbar button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -4180,7 +4180,7 @@ filechooser actionbar entry {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -4200,7 +4200,7 @@ filechooser placessidebar.sidebar scrollbar,
background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
@@ -4212,13 +4212,13 @@ filechooser placessidebar.sidebar scrollbar,
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4246,7 +4246,7 @@ filechooser placessidebar.sidebar scrollbar,
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 9e13c46..a94bae1 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -36,7 +36,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view, iconview,
@@ -74,7 +74,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
label:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -94,7 +94,7 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
textview {
@@ -154,7 +154,7 @@ entry {
entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
entry:disabled {
@@ -163,43 +163,43 @@ entry {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
entry.warning image {
- color: #ffffff; }
+ color: white; }
entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.error image {
- color: #ffffff; }
+ color: white; }
entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.error selection, entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry.search-missing {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.search-missing image {
- color: #ffffff; }
+ color: white; }
entry.search-missing:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
@@ -214,18 +214,18 @@ entry {
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
.osd entry selection:focus, .osd entry selection {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -236,13 +236,13 @@ treeview entry.flat, treeview entry {
background-image: none;
background-color: #ffffff; }
treeview entry.flat:focus, treeview entry:focus {
- border-color: #5294E2; }
+ border-color: #5294e2; }
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@@ -276,8 +276,8 @@ button {
button:active, button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active {
@@ -335,12 +335,12 @@ button {
min-height: 36px;
min-width: 36px; }
button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
button.osd:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -360,7 +360,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -384,13 +384,13 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -402,13 +402,13 @@ button {
outline-color: rgba(77, 173, 212, 0.3); }
button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -424,7 +424,7 @@ button {
color: rgba(92, 97, 108, 0.55); }
button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -436,13 +436,13 @@ button {
outline-color: rgba(240, 74, 80, 0.3); }
button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -477,7 +477,7 @@ button {
background-image: none; }
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -500,8 +500,8 @@ button {
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@@ -531,12 +531,12 @@ button {
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
@@ -567,7 +567,7 @@ button {
.linked:not(.vertical):not(.path-bar) > button:active + entry,
.linked:not(.vertical):not(.path-bar) > button:checked + entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
@@ -613,12 +613,12 @@ button {
.linked.vertical > entry + entry:focus:not(:last-child),
.linked.vertical > entry + entry:focus:last-child {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > entry:focus:not(:only-child) + entry,
.linked.vertical > entry:focus:not(:only-child) + button,
.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
@@ -649,7 +649,7 @@ button {
.linked.vertical > button:active + entry,
.linked.vertical > button:checked + entry {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > button + button {
border-top-style: none; }
@@ -807,7 +807,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
spinbutton:not(.vertical) > entry:focus + button {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #F08437; }
@@ -833,7 +833,7 @@ spinbutton.vertical button.up {
border-radius: 3px 3px 0 0; }
spinbutton.vertical > entry:focus + button {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
spinbutton.vertical > entry:drop(active) + button {
border-top-color: #F08437; }
@@ -946,12 +946,12 @@ headerbar,
headerbar.selection-mode,
.selection-mode.titlebar:not(headerbar) {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
headerbar.selection-mode:backdrop,
.selection-mode.titlebar:backdrop:not(headerbar) {
- background-color: #5294E2;
+ background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu {
box-shadow: none;
@@ -1054,8 +1054,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
opacity: 0.85; }
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
@@ -1064,30 +1064,30 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar entry progress, headerbar entry progress {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar entry.warning, headerbar entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #eea57e); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #f48480); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar button, headerbar button {
@@ -1106,8 +1106,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar button:disabled, headerbar button:disabled {
background-color: rgba(231, 232, 235, 0);
@@ -1146,8 +1146,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(82, 93, 118, 0.4); }
@@ -1176,10 +1176,10 @@ window.csd > .titlebar:not(headerbar):backdrop {
border-left-color: #f75d37; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
border-left-color: #F08437; }
@@ -1200,11 +1200,11 @@ window.csd > .titlebar:not(headerbar):backdrop {
border-left-color: #FC4138; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1216,13 +1216,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1237,7 +1237,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1249,13 +1249,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1284,8 +1284,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(82, 93, 118, 0.4); }
@@ -1300,7 +1300,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
box-shadow: none; }
.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar combobox:disabled, headerbar combobox:disabled {
color: rgba(82, 93, 118, 0.2); }
@@ -1314,8 +1314,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: inherit; }
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(82, 93, 118, 0.35);
@@ -1326,14 +1326,14 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus {
box-shadow: none; }
.primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) {
border-left-style: none; }
.primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus {
box-shadow: none; }
.primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled {
border-top-left-radius: 0;
@@ -1362,8 +1362,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-color: white;
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar scale slider:active, headerbar scale slider:active {
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
background-color: #f5f5f7;
border-color: rgba(82, 93, 118, 0.3); }
@@ -1404,7 +1404,7 @@ treeview.view {
border-left-color: rgba(92, 97, 108, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
treeview.view acceleditor > label {
- background-color: #5294E2; }
+ background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #a9caf1;
@@ -1440,9 +1440,9 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
@@ -1462,7 +1462,7 @@ treeview.view {
border-radius: 0;
border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
- color: #5294E2; }
+ color: #5294e2; }
treeview.view header button:active {
color: #5c616c; }
treeview.view header button:active, treeview.view header button:hover {
@@ -1483,7 +1483,7 @@ treeview.view {
padding: 0 6px;
transition: none;
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 0;
border-style: none; }
@@ -1503,7 +1503,7 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
@@ -1543,7 +1543,7 @@ menu,
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -1768,7 +1768,7 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
- color: #5294E2; }
+ color: #5294e2; }
scrollbar {
background-color: #fcfcfc;
@@ -1805,7 +1805,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #c7c9cd; }
scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@@ -2145,7 +2145,7 @@ scale {
.osd scale trough {
background-color: #454a59; }
.osd scale trough highlight {
- background-color: #5294E2; }
+ background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@@ -2164,7 +2164,7 @@ scale {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
- background-color: #5294E2; }
+ background-color: #5294e2; }
scale highlight:disabled {
background-color: rgba(82, 148, 226, 0.55); }
scale fill {
@@ -2182,8 +2182,8 @@ scale {
background-color: white; }
scale slider:active {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
scale slider:disabled {
background-color: #fbfbfb;
border-color: rgba(123, 142, 186, 0.3); }
@@ -2210,8 +2210,8 @@ scale {
border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.osd scale slider:hover {
background-color: #7eafe9;
border-color: #7eafe9; }
@@ -2270,7 +2270,7 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
@@ -2306,8 +2306,8 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
@@ -2315,8 +2315,8 @@ levelbar block.low {
background-color: #F27835; }
levelbar block.high {
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
levelbar block.full {
border-color: #73d216;
@@ -2488,7 +2488,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
color: #5d626e;
@@ -2512,7 +2512,7 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
calendar.header {
@@ -2633,7 +2633,7 @@ placessidebar row {
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
@@ -2663,7 +2663,7 @@ paned > separator {
background-image: linear-gradient(to top, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294E2); }
+ background-image: linear-gradient(to top, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@@ -2705,7 +2705,7 @@ infobar {
.question,
.warning,
.error {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.info label:selected:focus, .info label:selected:hover, .info label:selected,
.question label:selected:focus,
@@ -2717,7 +2717,7 @@ infobar {
.error label:selected:focus,
.error label:selected:hover,
.error label:selected {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
@@ -2775,7 +2775,7 @@ row:selected button:hover, .info button:hover,
.question button:checked,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2801,7 +2801,7 @@ row:selected button:disabled, .info button:disabled,
.question button:disabled:checked,
.warning button:disabled:checked,
.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
- color: #5294E2;
+ color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
@@ -3005,8 +3005,8 @@ headerbar button.titlebutton,
.titlebar button.titlebutton:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@@ -3071,7 +3071,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- background-color: #5294E2; }
+ background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@@ -3114,7 +3114,7 @@ terminal-window notebook > header.top {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #5c616c; }
@@ -3163,8 +3163,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
100% {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; } }
+ border-color: #5294e2;
+ background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@@ -3183,7 +3183,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border: 1px solid;
border-radius: 3px;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
@@ -3199,8 +3199,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
color: rgba(82, 93, 118, 0.4); }
@@ -3232,7 +3232,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: #f4f4f5; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -3312,7 +3312,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 4px 4px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
layouttab {
background-color: #ffffff; }
@@ -3326,7 +3326,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 3px; }
docktabstrip {
@@ -3369,7 +3369,7 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3383,7 +3383,7 @@ button.documents-favorite:active:hover {
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
- background: #5294E2;
+ background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
@@ -3444,7 +3444,7 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar .wnck-pager:selected,
.mate-panel-menu-bar .wnck-pager:selected {
color: #a9caf1;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
.mate-panel-menu-bar na-tray-applet {
@@ -3465,9 +3465,9 @@ button.documents-favorite:active:hover {
color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
@@ -3484,11 +3484,11 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.nautilus-window .floating-bar {
padding: 1px;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
@@ -3512,13 +3512,13 @@ button.documents-favorite:active:hover {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:disabled {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3587,7 +3587,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3619,7 +3619,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3704,8 +3704,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3766,7 +3766,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@@ -3781,7 +3781,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3792,7 +3792,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3909,8 +3909,8 @@ GtkListBox .h4 {
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@@ -3942,7 +3942,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -3960,39 +3960,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4053,14 +4053,14 @@ filechooser placessidebar.sidebar,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@@ -4092,7 +4092,7 @@ filechooser.maximized placessidebar.sidebar,
background-color: transparent;
color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
color: #787e8a; }
@@ -4145,12 +4145,12 @@ filechooser actionbar {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:active button {
color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
color: #BAC3CF; }
@@ -4168,7 +4168,7 @@ filechooser actionbar button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser actionbar button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@@ -4184,7 +4184,7 @@ filechooser actionbar entry {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@@ -4204,7 +4204,7 @@ filechooser placessidebar.sidebar scrollbar,
background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
@@ -4216,13 +4216,13 @@ filechooser placessidebar.sidebar scrollbar,
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4250,7 +4250,7 @@ filechooser placessidebar.sidebar scrollbar,
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 107312a..ff77718 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -36,7 +36,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.view, iconview,
@@ -74,7 +74,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
label:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -94,7 +94,7 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
textview {
@@ -154,7 +154,7 @@ entry {
entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
entry:disabled {
@@ -163,43 +163,43 @@ entry {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
entry.warning image {
- color: #ffffff; }
+ color: white; }
entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.error image {
- color: #ffffff; }
+ color: white; }
entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.error selection, entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry.search-missing {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.search-missing image {
- color: #ffffff; }
+ color: white; }
entry.search-missing:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
@@ -214,18 +214,18 @@ entry {
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
.osd entry selection:focus, .osd entry selection {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #5294E2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -236,13 +236,13 @@ treeview entry.flat, treeview entry {
background-image: none;
background-color: #ffffff; }
treeview entry.flat:focus, treeview entry:focus {
- border-color: #5294E2; }
+ border-color: #5294e2; }
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@@ -276,8 +276,8 @@ button {
button:active, button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active {
@@ -335,12 +335,12 @@ button {
min-height: 36px;
min-width: 36px; }
button.osd:hover {
- color: #5294E2; }
+ color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
button.osd:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -360,7 +360,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -384,13 +384,13 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -402,13 +402,13 @@ button {
outline-color: rgba(77, 173, 212, 0.3); }
button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -424,7 +424,7 @@ button {
color: rgba(92, 97, 108, 0.55); }
button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -436,13 +436,13 @@ button {
outline-color: rgba(240, 74, 80, 0.3); }
button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -477,7 +477,7 @@ button {
background-image: none; }
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -500,8 +500,8 @@ button {
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@@ -531,12 +531,12 @@ button {
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
@@ -567,7 +567,7 @@ button {
.linked:not(.vertical):not(.path-bar) > button:active + entry,
.linked:not(.vertical):not(.path-bar) > button:checked + entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
@@ -613,12 +613,12 @@ button {
.linked.vertical > entry + entry:focus:not(:last-child),
.linked.vertical > entry + entry:focus:last-child {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > entry:focus:not(:only-child) + entry,
.linked.vertical > entry:focus:not(:only-child) + button,
.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
@@ -649,7 +649,7 @@ button {
.linked.vertical > button:active + entry,
.linked.vertical > button:checked + entry {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
.linked.vertical > button + button {
border-top-style: none; }
@@ -807,7 +807,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
spinbutton:not(.vertical) > entry:focus + button {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #F08437; }
@@ -833,7 +833,7 @@ spinbutton.vertical button.up {
border-radius: 3px 3px 0 0; }
spinbutton.vertical > entry:focus + button {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
spinbutton.vertical > entry:drop(active) + button {
border-top-color: #F08437; }
@@ -1054,8 +1054,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
opacity: 0.85; }
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
@@ -1064,30 +1064,30 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.primary-toolbar entry progress, headerbar entry progress {
- border-color: #5294E2;
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar entry.warning, headerbar entry.warning {
- color: #ffffff;
+ color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
- color: #ffffff;
+ color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
- color: #ffffff;
+ color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
- background-color: #ffffff;
+ background-color: white;
color: #FC4138; }
.primary-toolbar button, headerbar button {
@@ -1106,8 +1106,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar button:disabled, headerbar button:disabled {
background-color: rgba(231, 232, 235, 0);
@@ -1146,8 +1146,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(82, 93, 118, 0.4); }
@@ -1176,10 +1176,10 @@ window.csd > .titlebar:not(headerbar):backdrop {
border-left-color: #f75d37; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
border-left-color: #F08437; }
@@ -1200,11 +1200,11 @@ window.csd > .titlebar:not(headerbar):backdrop {
border-left-color: #FC4138; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@@ -1216,13 +1216,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -1237,7 +1237,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@@ -1249,13 +1249,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
- color: #ffffff;
+ color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@@ -1284,8 +1284,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(82, 93, 118, 0.4); }
@@ -1300,7 +1300,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
box-shadow: none; }
.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button {
- border-left-color: #5294E2; }
+ border-left-color: #5294e2; }
.primary-toolbar combobox:disabled, headerbar combobox:disabled {
color: rgba(82, 93, 118, 0.2); }
@@ -1314,8 +1314,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: inherit; }
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2);
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(82, 93, 118, 0.35);
@@ -1326,14 +1326,14 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus {
box-shadow: none; }
.primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
+ box-shadow: 1px 0 #5294e2; }
.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) {
border-left-style: none; }
.primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus {
box-shadow: none; }
.primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
+ box-shadow: -1px 0 #5294e2; }
.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled {
border-top-left-radius: 0;
@@ -1362,8 +1362,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-color: white;
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar scale slider:active, headerbar scale slider:active {
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
background-color: rgba(245, 246, 247, 0.985);
border-color: rgba(82, 93, 118, 0.3); }
@@ -1404,7 +1404,7 @@ treeview.view {
border-left-color: rgba(92, 97, 108, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
treeview.view acceleditor > label {
- background-color: #5294E2; }
+ background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #a9caf1;
@@ -1440,9 +1440,9 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
- color: #5294E2;
+ color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
@@ -1462,7 +1462,7 @@ treeview.view {
border-radius: 0;
border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
- color: #5294E2; }
+ color: #5294e2; }
treeview.view header button:active {
color: #5c616c; }
treeview.view header button:active, treeview.view header button:hover {
@@ -1483,7 +1483,7 @@ treeview.view {
padding: 0 6px;
transition: none;
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 0;
border-style: none; }
@@ -1503,7 +1503,7 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
@@ -1543,7 +1543,7 @@ menu,
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -1768,7 +1768,7 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
- color: #5294E2; }
+ color: #5294e2; }
scrollbar {
background-color: #fcfcfc;
@@ -1805,7 +1805,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #c7c9cd; }
scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@@ -2145,7 +2145,7 @@ scale {
.osd scale trough {
background-color: rgba(69, 74, 89, 0.95); }
.osd scale trough highlight {
- background-color: #5294E2; }
+ background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@@ -2164,7 +2164,7 @@ scale {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
- background-color: #5294E2; }
+ background-color: #5294e2; }
scale highlight:disabled {
background-color: rgba(82, 148, 226, 0.55); }
scale fill {
@@ -2182,8 +2182,8 @@ scale {
background-color: white; }
scale slider:active {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
scale slider:disabled {
background-color: #fbfbfb;
border-color: rgba(123, 142, 186, 0.3); }
@@ -2210,8 +2210,8 @@ scale {
border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
- background-color: #5294E2;
- border-color: #5294E2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.osd scale slider:hover {
background-color: #7eafe9;
border-color: #7eafe9; }
@@ -2270,7 +2270,7 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
- background-color: #5294E2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
@@ -2306,8 +2306,8 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
- border: 1px solid #5294E2;
- background-color: #5294E2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
@@ -2315,8 +2315,8 @@ levelbar block.low {
background-color: #F27835; }
levelbar block.high {
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
levelbar block.full {
border-color: #73d216;
@@ -2488,7 +2488,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2;
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
color: #5d626e;
@@ -2512,7 +2512,7 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
calendar.header {
@@ -2633,7 +2633,7 @@ placessidebar row {
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
@@ -2663,7 +2663,7 @@ paned > separator {
background-image: linear-gradient(to top, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294E2); }
+ background-image: linear-gradient(to top, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@@ -2705,7 +2705,7 @@ infobar {
.question,
.warning,
.error {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.info label:selected:focus, .info label:selected:hover, .info label:selected,
.question label:selected:focus,
@@ -2717,7 +2717,7 @@ infobar {
.error label:selected:focus,
.error label:selected:hover,
.error label:selected {
- color: #5294E2;
+ color: #5294e2;
background-color: #ffffff; }
.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
@@ -2775,7 +2775,7 @@ row:selected button:hover, .info button:hover,
.question button:checked,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
- color: #5294E2;
+ color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2801,7 +2801,7 @@ row:selected button:disabled, .info button:disabled,
.question button:disabled:checked,
.warning button:disabled:checked,
.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
- color: #5294E2;
+ color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
@@ -3005,8 +3005,8 @@ headerbar button.titlebutton,
.titlebar button.titlebutton:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@@ -3071,7 +3071,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- background-color: #5294E2; }
+ background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@@ -3114,7 +3114,7 @@ terminal-window notebook > header.top {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
- color: #ffffff;
+ color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #5c616c; }
@@ -3163,8 +3163,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
100% {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; } }
+ border-color: #5294e2;
+ background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@@ -3183,7 +3183,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border: 1px solid;
border-radius: 3px;
color: #5c616c;
- border-color: #5294E2;
+ border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
@@ -3199,8 +3199,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
color: rgba(82, 93, 118, 0.4); }
@@ -3232,7 +3232,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: #f4f4f5; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@@ -3312,7 +3312,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 4px 4px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
- border-top-color: #5294E2; }
+ border-top-color: #5294e2; }
layouttab {
background-color: #ffffff; }
@@ -3326,7 +3326,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
- background-color: #5294E2;
+ background-color: #5294e2;
border-radius: 3px; }
docktabstrip {
@@ -3369,7 +3369,7 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@@ -3383,7 +3383,7 @@ button.documents-favorite:active:hover {
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
- background: #5294E2;
+ background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
@@ -3444,7 +3444,7 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar .wnck-pager:selected,
.mate-panel-menu-bar .wnck-pager:selected {
color: #a9caf1;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
.mate-panel-menu-bar na-tray-applet {
@@ -3465,9 +3465,9 @@ button.documents-favorite:active:hover {
color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
- color: #ffffff;
+ color: white;
background-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #5294E2; }
+ box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
@@ -3484,11 +3484,11 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.nautilus-window .floating-bar {
padding: 1px;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
@@ -3512,13 +3512,13 @@ button.documents-favorite:active:hover {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
- border-color: #5294E2;
- background-image: linear-gradient(to bottom, #5294E2); }
+ border-color: #5294e2;
+ background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:disabled {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #5294E2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3587,7 +3587,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #5294E2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@@ -3619,7 +3619,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294E2);
+ background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3704,8 +3704,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #5294E2;
- border-color: #5294E2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@@ -3766,7 +3766,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@@ -3781,7 +3781,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@@ -3792,7 +3792,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
- color: #5294E2; }
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3909,8 +3909,8 @@ GtkListBox .h4 {
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@@ -3942,7 +3942,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
#buttonbox_frame button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -3960,39 +3960,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
+ color: green;
+ outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4053,14 +4053,14 @@ filechooser placessidebar.sidebar,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: #5294E2;
- background-color: #5294E2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
- color: #5294E2; }
+ color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@@ -4092,7 +4092,7 @@ filechooser.maximized placessidebar.sidebar,
background-color: transparent;
color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
- background-color: #5294E2;
+ background-color: #5294e2;
color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
color: rgba(123, 129, 141, 0.975); }
@@ -4145,12 +4145,12 @@ filechooser actionbar {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:active button {
color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
- background-color: #5294E2; }
+ background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
color: #BAC3CF; }
@@ -4168,7 +4168,7 @@ filechooser actionbar button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser actionbar button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@@ -4184,7 +4184,7 @@ filechooser actionbar entry {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #5294e2); }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@@ -4204,7 +4204,7 @@ filechooser placessidebar.sidebar scrollbar,
background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
- background-color: #5294E2; }
+ background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
@@ -4216,13 +4216,13 @@ filechooser placessidebar.sidebar scrollbar,
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
-@define-color theme_selected_bg_color #5294E2;
+@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
-@define-color selected_bg_color #5294E2;
+@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@@ -4250,7 +4250,7 @@ filechooser placessidebar.sidebar scrollbar,
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
-@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss
index b1a81b4..3bd8448 100644
--- a/common/gtk-3.0/3.20/sass/_applications.scss
+++ b/common/gtk-3.0/3.20/sass/_applications.scss
@@ -35,7 +35,7 @@ terminal-window {
}
.nautilus-desktop.nautilus-canvas-item {
- color: $selected_fg_color;
+ color: white;
text-shadow: 1px 1px transparentize(black, 0.4);
&:active { color: $fg_color; }
@@ -479,7 +479,7 @@ button.documents-favorite:active:hover {
}
&:checked {
- color: $selected_fg_color;
+ color: white;
background-color: transparentize(black, 0.75);
box-shadow: inset 0 -2px $selected_bg_color;
}
diff --git a/common/gtk-3.0/3.20/sass/_colors.scss b/common/gtk-3.0/3.20/sass/_colors.scss
index 501c094..8d3a5f2 100644
--- a/common/gtk-3.0/3.20/sass/_colors.scss
+++ b/common/gtk-3.0/3.20/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,16 @@ $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;
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 4f36e35..43159eb 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -232,24 +232,24 @@ entry {
selection { &:focus, & { @extend %selected_items; }}
// error and warning style
- @each $e_type, $e_color in (warning, $warning_color),
- (error, $error_color),
- // entry.search-missing for Gnome-Builder
- (search-missing, $error_color) {
+ @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
+ (error, $error_color, $error_fg_color),
+ // entry.search-missing for Gnome-Builder
+ (search-missing, $error_color, $error_fg_color) {
&.#{$e_type} {
- color: $selected_fg_color;
+ color: $e_fg_color;
border-color: if($variant=='light', $e_color, $entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%));
- image { color: $selected_fg_color; }
+ image { color: $e_fg_color; }
&:focus {
- color: $selected_fg_color;
+ color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
box-shadow: none;
}
selection, selection:focus {
- background-color: $selected_fg_color;
+ background-color: $e_fg_color;
color: $e_color;
}
}
@@ -466,10 +466,10 @@ button {
.osd .linked:not(.vertical):not(.path-bar) > &:hover:not(:checked):not(:active) + &:not(:checked):not(:active) { box-shadow: none; }
// Suggested and Destructive Action buttons
- @each $b_type, $b_color in (suggested-action, $suggested_color),
- (destructive-action, $destructive_color) {
+ @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
+ (destructive-action, $destructive_color, $destructive_fg_color) {
&.#{$b_type} {
- @include button(suggested_destructive, $b_color);
+ @include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@@ -477,10 +477,10 @@ button {
outline-color: transparentize($b_color, 0.7);
}
&:hover {
- @include button(suggested_destructive, lighten($b_color, 10%));
+ @include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
- @include button(suggested_destructive, darken($b_color, 10%));
+ @include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:disabled {
@include button(undecorated);
@@ -1000,14 +1000,14 @@ headerbar,
// Selectionmode
&.selection-mode {
- color: $selected_fg_color;
+ color: $selection_mode_fg;
background-color: $selection_mode_bg;
border-color: darken($selection_mode_bg, 4%);
box-shadow: none;
&:backdrop {
background-color: $selection_mode_bg;
- color: transparentize($selected_fg_color, 0.4);
+ color: transparentize($selection_mode_fg, 0.4);
}
.subtitle:link { @extend *:link:selected; }
@@ -1142,19 +1142,19 @@ headerbar {
background-color: transparent;
}
- @each $e_type, $e_color in (warning, $warning_color),
- (error, $error_color) {
+ @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
+ (error, $error_color, $error_fg_color) {
&.#{$e_type} {
- color: $selected_fg_color;
+ color: $e_fg_color;
border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%));
&:focus {
- color: $selected_fg_color;
+ color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
}
selection, selection:focus {
- background-color: $selected_fg_color;
+ background-color: $e_fg_color;
color: $e_color;
}
}
@@ -1181,8 +1181,8 @@ headerbar {
&, &.flat {
@include button(undecorated);
- color: $selected_fg_color;
- background-color: transparentize($selected_fg_color, 1);
+ color: $selection_mode_fg;
+ background-color: transparentize($selection_mode_fg, 1);
}
&:hover { @extend %normal_selected_button; }
&:active, &:checked { @extend %selected-button:active; }
@@ -1241,10 +1241,10 @@ headerbar {
}
// Headerbar Suggested and Destructive Action buttons
- @each $b_type, $b_color in (suggested-action, $suggested_color),
- (destructive-action, $destructive_color) {
+ @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
+ (destructive-action, $destructive_color, $destructive_fg_color) {
button.#{$b_type} {
- @include button(suggested_destructive, $b_color);
+ @include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@@ -1252,10 +1252,10 @@ headerbar {
outline-color: transparentize($b_color, 0.7);
}
&:hover {
- @include button(suggested_destructive, lighten($b_color, 10%));
+ @include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
- @include button(suggested_destructive, darken($b_color, 10%));
+ @include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:disabled,
&:disabled { @include button(header-insensitive); }
diff --git a/common/gtk-3.0/3.20/sass/_drawing.scss b/common/gtk-3.0/3.20/sass/_drawing.scss
index 942e1fd..f5c3ca9 100644
--- a/common/gtk-3.0/3.20/sass/_drawing.scss
+++ b/common/gtk-3.0/3.20/sass/_drawing.scss
@@ -108,12 +108,12 @@
// Buttons
-@mixin button($t, $actionb_color:red) {
+@mixin button($t, $actionb_bg:red, $actionb_fg: green) {
//
// Button drawing function
//
// $t: button type,
-// $actionb_color: used for destructive and suggested action buttons
+// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons
@if $t==normal {
//
@@ -263,10 +263,10 @@
//
background-clip: border-box;
- color: $selected_fg_color;
- outline-color: transparentize($selected_fg_color, 0.7);
- background-color: $actionb_color;
- border-color: $actionb_color;
+ color: $actionb_fg;
+ outline-color: transparentize($actionb_fg, 0.7);
+ background-color: $actionb_bg;
+ border-color: $actionb_bg;
}
@else if $t==undecorated {
diff --git a/common/metacity-1/metacity-theme-1-dark.xml b/common/metacity-1/metacity-theme-1-dark.xml
index 5097716..2b74362 100644
--- a/common/metacity-1/metacity-theme-1-dark.xml
+++ b/common/metacity-1/metacity-theme-1-dark.xml
@@ -29,14 +29,14 @@
-
+
-
+
diff --git a/common/metacity-1/metacity-theme-1.xml b/common/metacity-1/metacity-theme-1.xml
index 71a2695..9801dd5 100644
--- a/common/metacity-1/metacity-theme-1.xml
+++ b/common/metacity-1/metacity-theme-1.xml
@@ -29,14 +29,14 @@
-
+
-
+
diff --git a/common/metacity-1/metacity-theme-2-dark.xml b/common/metacity-1/metacity-theme-2-dark.xml
index 5097716..2b74362 100644
--- a/common/metacity-1/metacity-theme-2-dark.xml
+++ b/common/metacity-1/metacity-theme-2-dark.xml
@@ -29,14 +29,14 @@
-
+
-
+
diff --git a/common/metacity-1/metacity-theme-2.xml b/common/metacity-1/metacity-theme-2.xml
index 9e94016..35b181d 100644
--- a/common/metacity-1/metacity-theme-2.xml
+++ b/common/metacity-1/metacity-theme-2.xml
@@ -29,14 +29,14 @@
-
+
-
+
--
cgit v1.2.3
From e6ec849cfe83d41a6597b26f9979587566eeefd2 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 31 Aug 2016 00:02:23 +0200
Subject: refactor xfwm theme
-now png based
-add borders to light theme
-add thicker bottom border for easier resizing
---
common/Makefile.am | 19 +-
common/xfwm4-dark/bottom-active.xpm | 6 -
common/xfwm4-dark/bottom-inactive.xpm | 6 -
common/xfwm4-dark/close-active.xpm | 70 -
common/xfwm4-dark/close-inactive.xpm | 65 -
common/xfwm4-dark/close-prelight.xpm | 71 -
common/xfwm4-dark/close-pressed.xpm | 71 -
common/xfwm4-dark/hide-active.xpm | 36 -
common/xfwm4-dark/hide-inactive.xpm | 36 -
common/xfwm4-dark/hide-prelight.xpm | 53 -
common/xfwm4-dark/hide-pressed.xpm | 56 -
common/xfwm4-dark/left-active.xpm | 17 -
common/xfwm4-dark/left-inactive.xpm | 17 -
common/xfwm4-dark/maximize-active.xpm | 43 -
common/xfwm4-dark/maximize-inactive.xpm | 43 -
common/xfwm4-dark/maximize-prelight.xpm | 62 -
common/xfwm4-dark/maximize-pressed.xpm | 65 -
common/xfwm4-dark/menu-active.xpm | 21 -
common/xfwm4-dark/menu-inactive.xpm | 21 -
common/xfwm4-dark/menu-pressed.xpm | 21 -
common/xfwm4-dark/right-active.xpm | 17 -
common/xfwm4-dark/right-inactive.xpm | 17 -
common/xfwm4-dark/shade-active.xpm | 36 -
common/xfwm4-dark/shade-inactive.xpm | 36 -
common/xfwm4-dark/shade-pressed.xpm | 36 -
common/xfwm4-dark/stick-active.xpm | 36 -
common/xfwm4-dark/stick-inactive.xpm | 36 -
common/xfwm4-dark/stick-pressed.xpm | 36 -
common/xfwm4-dark/themerc | 23 -
common/xfwm4-dark/title-1-active.xpm | 35 -
common/xfwm4-dark/title-1-inactive.xpm | 35 -
common/xfwm4-dark/title-2-active.xpm | 35 -
common/xfwm4-dark/title-2-inactive.xpm | 35 -
common/xfwm4-dark/title-3-active.xpm | 35 -
common/xfwm4-dark/title-3-inactive.xpm | 35 -
common/xfwm4-dark/title-4-active.xpm | 35 -
common/xfwm4-dark/title-4-inactive.xpm | 35 -
common/xfwm4-dark/title-5-active.xpm | 35 -
common/xfwm4-dark/title-5-inactive.xpm | 35 -
common/xfwm4-dark/top-left-active.xpm | 35 -
common/xfwm4-dark/top-left-inactive.xpm | 35 -
common/xfwm4-dark/top-right-active.xpm | 35 -
common/xfwm4-dark/top-right-inactive.xpm | 35 -
common/xfwm4/assets-dark.svg | 1764 ++++++++++++++++++++
common/xfwm4/assets-dark/bottom-active.png | Bin 0 -> 153 bytes
common/xfwm4/assets-dark/bottom-inactive.png | Bin 0 -> 153 bytes
common/xfwm4/assets-dark/bottom-left-active.png | Bin 0 -> 157 bytes
common/xfwm4/assets-dark/bottom-left-inactive.png | Bin 0 -> 157 bytes
common/xfwm4/assets-dark/bottom-right-active.png | Bin 0 -> 156 bytes
common/xfwm4/assets-dark/bottom-right-inactive.png | Bin 0 -> 156 bytes
common/xfwm4/assets-dark/close-active.png | Bin 0 -> 413 bytes
common/xfwm4/assets-dark/close-inactive.png | Bin 0 -> 392 bytes
common/xfwm4/assets-dark/close-prelight.png | Bin 0 -> 421 bytes
common/xfwm4/assets-dark/close-pressed.png | Bin 0 -> 410 bytes
common/xfwm4/assets-dark/hide-active.png | Bin 0 -> 182 bytes
common/xfwm4/assets-dark/hide-inactive.png | Bin 0 -> 182 bytes
common/xfwm4/assets-dark/hide-prelight.png | Bin 0 -> 342 bytes
common/xfwm4/assets-dark/hide-pressed.png | Bin 0 -> 330 bytes
common/xfwm4/assets-dark/left-active.png | Bin 0 -> 151 bytes
common/xfwm4/assets-dark/left-inactive.png | Bin 0 -> 151 bytes
common/xfwm4/assets-dark/maximize-active.png | Bin 0 -> 233 bytes
common/xfwm4/assets-dark/maximize-inactive.png | Bin 0 -> 233 bytes
common/xfwm4/assets-dark/maximize-prelight.png | Bin 0 -> 390 bytes
common/xfwm4/assets-dark/maximize-pressed.png | Bin 0 -> 391 bytes
common/xfwm4/assets-dark/menu-active.png | Bin 0 -> 156 bytes
common/xfwm4/assets-dark/menu-inactive.png | Bin 0 -> 156 bytes
common/xfwm4/assets-dark/menu-pressed.png | Bin 0 -> 156 bytes
common/xfwm4/assets-dark/right-active.png | Bin 0 -> 151 bytes
common/xfwm4/assets-dark/right-inactive.png | Bin 0 -> 151 bytes
common/xfwm4/assets-dark/shade-active.png | Bin 0 -> 259 bytes
common/xfwm4/assets-dark/shade-inactive.png | Bin 0 -> 262 bytes
common/xfwm4/assets-dark/shade-pressed.png | Bin 0 -> 262 bytes
common/xfwm4/assets-dark/stick-active.png | Bin 0 -> 189 bytes
common/xfwm4/assets-dark/stick-inactive.png | Bin 0 -> 189 bytes
common/xfwm4/assets-dark/stick-pressed.png | Bin 0 -> 189 bytes
common/xfwm4/assets-dark/title-1-active.png | Bin 0 -> 167 bytes
common/xfwm4/assets-dark/title-1-inactive.png | Bin 0 -> 167 bytes
common/xfwm4/assets-dark/title-2-active.png | Bin 0 -> 167 bytes
common/xfwm4/assets-dark/title-2-inactive.png | Bin 0 -> 167 bytes
common/xfwm4/assets-dark/title-3-active.png | Bin 0 -> 167 bytes
common/xfwm4/assets-dark/title-3-inactive.png | Bin 0 -> 167 bytes
common/xfwm4/assets-dark/title-4-active.png | Bin 0 -> 167 bytes
common/xfwm4/assets-dark/title-4-inactive.png | Bin 0 -> 167 bytes
common/xfwm4/assets-dark/title-5-active.png | Bin 0 -> 167 bytes
common/xfwm4/assets-dark/title-5-inactive.png | Bin 0 -> 167 bytes
common/xfwm4/assets-dark/top-left-active.png | Bin 0 -> 173 bytes
common/xfwm4/assets-dark/top-left-inactive.png | Bin 0 -> 173 bytes
common/xfwm4/assets-dark/top-right-active.png | Bin 0 -> 172 bytes
common/xfwm4/assets-dark/top-right-inactive.png | Bin 0 -> 172 bytes
common/xfwm4/assets.svg | 1684 +++++++++++++++++++
common/xfwm4/assets.txt | 45 +
common/xfwm4/assets/bottom-active.png | Bin 0 -> 153 bytes
common/xfwm4/assets/bottom-inactive.png | Bin 0 -> 153 bytes
common/xfwm4/assets/bottom-left-active.png | Bin 0 -> 157 bytes
common/xfwm4/assets/bottom-left-inactive.png | Bin 0 -> 157 bytes
common/xfwm4/assets/bottom-right-active.png | Bin 0 -> 156 bytes
common/xfwm4/assets/bottom-right-inactive.png | Bin 0 -> 156 bytes
common/xfwm4/assets/close-active.png | Bin 0 -> 410 bytes
common/xfwm4/assets/close-inactive.png | Bin 0 -> 384 bytes
common/xfwm4/assets/close-prelight.png | Bin 0 -> 379 bytes
common/xfwm4/assets/close-pressed.png | Bin 0 -> 388 bytes
common/xfwm4/assets/hide-active.png | Bin 0 -> 176 bytes
common/xfwm4/assets/hide-inactive.png | Bin 0 -> 176 bytes
common/xfwm4/assets/hide-prelight.png | Bin 0 -> 320 bytes
common/xfwm4/assets/hide-pressed.png | Bin 0 -> 326 bytes
common/xfwm4/assets/left-active.png | Bin 0 -> 151 bytes
common/xfwm4/assets/left-inactive.png | Bin 0 -> 151 bytes
common/xfwm4/assets/maximize-active.png | Bin 0 -> 231 bytes
common/xfwm4/assets/maximize-inactive.png | Bin 0 -> 228 bytes
common/xfwm4/assets/maximize-prelight.png | Bin 0 -> 375 bytes
common/xfwm4/assets/maximize-pressed.png | Bin 0 -> 381 bytes
common/xfwm4/assets/menu-active.png | Bin 0 -> 156 bytes
common/xfwm4/assets/menu-inactive.png | Bin 0 -> 156 bytes
common/xfwm4/assets/menu-pressed.png | Bin 0 -> 156 bytes
common/xfwm4/assets/right-active.png | Bin 0 -> 151 bytes
common/xfwm4/assets/right-inactive.png | Bin 0 -> 151 bytes
common/xfwm4/assets/shade-active.png | Bin 0 -> 252 bytes
common/xfwm4/assets/shade-inactive.png | Bin 0 -> 243 bytes
common/xfwm4/assets/shade-pressed.png | Bin 0 -> 256 bytes
common/xfwm4/assets/stick-active.png | Bin 0 -> 183 bytes
common/xfwm4/assets/stick-inactive.png | Bin 0 -> 183 bytes
common/xfwm4/assets/stick-pressed.png | Bin 0 -> 183 bytes
common/xfwm4/assets/title-1-active.png | Bin 0 -> 161 bytes
common/xfwm4/assets/title-1-inactive.png | Bin 0 -> 161 bytes
common/xfwm4/assets/title-2-active.png | Bin 0 -> 161 bytes
common/xfwm4/assets/title-2-inactive.png | Bin 0 -> 161 bytes
common/xfwm4/assets/title-3-active.png | Bin 0 -> 161 bytes
common/xfwm4/assets/title-3-inactive.png | Bin 0 -> 161 bytes
common/xfwm4/assets/title-4-active.png | Bin 0 -> 161 bytes
common/xfwm4/assets/title-4-inactive.png | Bin 0 -> 161 bytes
common/xfwm4/assets/title-5-active.png | Bin 0 -> 161 bytes
common/xfwm4/assets/title-5-inactive.png | Bin 0 -> 161 bytes
common/xfwm4/assets/top-left-active.png | Bin 0 -> 171 bytes
common/xfwm4/assets/top-left-inactive.png | Bin 0 -> 171 bytes
common/xfwm4/assets/top-right-active.png | Bin 0 -> 171 bytes
common/xfwm4/assets/top-right-inactive.png | Bin 0 -> 171 bytes
common/xfwm4/close-active.xpm | 70 -
common/xfwm4/close-inactive.xpm | 65 -
common/xfwm4/close-prelight.xpm | 74 -
common/xfwm4/close-pressed.xpm | 77 -
common/xfwm4/hide-active.xpm | 35 -
common/xfwm4/hide-inactive.xpm | 35 -
common/xfwm4/hide-prelight.xpm | 54 -
common/xfwm4/hide-pressed.xpm | 55 -
common/xfwm4/maximize-active.xpm | 44 -
common/xfwm4/maximize-inactive.xpm | 43 -
common/xfwm4/maximize-prelight.xpm | 62 -
common/xfwm4/maximize-pressed.xpm | 64 -
common/xfwm4/menu-active.xpm | 21 -
common/xfwm4/menu-inactive.xpm | 21 -
common/xfwm4/menu-pressed.xpm | 21 -
common/xfwm4/render-assets.sh | 36 +
common/xfwm4/shade-active.xpm | 35 -
common/xfwm4/shade-inactive.xpm | 35 -
common/xfwm4/shade-pressed.xpm | 35 -
common/xfwm4/stick-active.xpm | 35 -
common/xfwm4/stick-inactive.xpm | 35 -
common/xfwm4/stick-pressed.xpm | 35 -
common/xfwm4/themerc-dark | 23 +
common/xfwm4/title-1-active.xpm | 34 -
common/xfwm4/title-1-inactive.xpm | 34 -
common/xfwm4/title-2-active.xpm | 34 -
common/xfwm4/title-2-inactive.xpm | 34 -
common/xfwm4/title-3-active.xpm | 34 -
common/xfwm4/title-3-inactive.xpm | 34 -
common/xfwm4/title-4-active.xpm | 34 -
common/xfwm4/title-4-inactive.xpm | 34 -
common/xfwm4/title-5-active.xpm | 34 -
common/xfwm4/title-5-inactive.xpm | 34 -
common/xfwm4/top-left-active.xpm | 35 -
common/xfwm4/top-left-inactive.xpm | 35 -
common/xfwm4/top-right-active.xpm | 35 -
common/xfwm4/top-right-inactive.xpm | 35 -
173 files changed, 3567 insertions(+), 2978 deletions(-)
delete mode 100644 common/xfwm4-dark/bottom-active.xpm
delete mode 100644 common/xfwm4-dark/bottom-inactive.xpm
delete mode 100644 common/xfwm4-dark/close-active.xpm
delete mode 100644 common/xfwm4-dark/close-inactive.xpm
delete mode 100644 common/xfwm4-dark/close-prelight.xpm
delete mode 100644 common/xfwm4-dark/close-pressed.xpm
delete mode 100644 common/xfwm4-dark/hide-active.xpm
delete mode 100644 common/xfwm4-dark/hide-inactive.xpm
delete mode 100644 common/xfwm4-dark/hide-prelight.xpm
delete mode 100644 common/xfwm4-dark/hide-pressed.xpm
delete mode 100644 common/xfwm4-dark/left-active.xpm
delete mode 100644 common/xfwm4-dark/left-inactive.xpm
delete mode 100644 common/xfwm4-dark/maximize-active.xpm
delete mode 100644 common/xfwm4-dark/maximize-inactive.xpm
delete mode 100644 common/xfwm4-dark/maximize-prelight.xpm
delete mode 100644 common/xfwm4-dark/maximize-pressed.xpm
delete mode 100644 common/xfwm4-dark/menu-active.xpm
delete mode 100644 common/xfwm4-dark/menu-inactive.xpm
delete mode 100644 common/xfwm4-dark/menu-pressed.xpm
delete mode 100644 common/xfwm4-dark/right-active.xpm
delete mode 100644 common/xfwm4-dark/right-inactive.xpm
delete mode 100644 common/xfwm4-dark/shade-active.xpm
delete mode 100644 common/xfwm4-dark/shade-inactive.xpm
delete mode 100644 common/xfwm4-dark/shade-pressed.xpm
delete mode 100644 common/xfwm4-dark/stick-active.xpm
delete mode 100644 common/xfwm4-dark/stick-inactive.xpm
delete mode 100644 common/xfwm4-dark/stick-pressed.xpm
delete mode 100644 common/xfwm4-dark/themerc
delete mode 100644 common/xfwm4-dark/title-1-active.xpm
delete mode 100644 common/xfwm4-dark/title-1-inactive.xpm
delete mode 100644 common/xfwm4-dark/title-2-active.xpm
delete mode 100644 common/xfwm4-dark/title-2-inactive.xpm
delete mode 100644 common/xfwm4-dark/title-3-active.xpm
delete mode 100644 common/xfwm4-dark/title-3-inactive.xpm
delete mode 100644 common/xfwm4-dark/title-4-active.xpm
delete mode 100644 common/xfwm4-dark/title-4-inactive.xpm
delete mode 100644 common/xfwm4-dark/title-5-active.xpm
delete mode 100644 common/xfwm4-dark/title-5-inactive.xpm
delete mode 100644 common/xfwm4-dark/top-left-active.xpm
delete mode 100644 common/xfwm4-dark/top-left-inactive.xpm
delete mode 100644 common/xfwm4-dark/top-right-active.xpm
delete mode 100644 common/xfwm4-dark/top-right-inactive.xpm
create mode 100644 common/xfwm4/assets-dark.svg
create mode 100644 common/xfwm4/assets-dark/bottom-active.png
create mode 100644 common/xfwm4/assets-dark/bottom-inactive.png
create mode 100644 common/xfwm4/assets-dark/bottom-left-active.png
create mode 100644 common/xfwm4/assets-dark/bottom-left-inactive.png
create mode 100644 common/xfwm4/assets-dark/bottom-right-active.png
create mode 100644 common/xfwm4/assets-dark/bottom-right-inactive.png
create mode 100644 common/xfwm4/assets-dark/close-active.png
create mode 100644 common/xfwm4/assets-dark/close-inactive.png
create mode 100644 common/xfwm4/assets-dark/close-prelight.png
create mode 100644 common/xfwm4/assets-dark/close-pressed.png
create mode 100644 common/xfwm4/assets-dark/hide-active.png
create mode 100644 common/xfwm4/assets-dark/hide-inactive.png
create mode 100644 common/xfwm4/assets-dark/hide-prelight.png
create mode 100644 common/xfwm4/assets-dark/hide-pressed.png
create mode 100644 common/xfwm4/assets-dark/left-active.png
create mode 100644 common/xfwm4/assets-dark/left-inactive.png
create mode 100644 common/xfwm4/assets-dark/maximize-active.png
create mode 100644 common/xfwm4/assets-dark/maximize-inactive.png
create mode 100644 common/xfwm4/assets-dark/maximize-prelight.png
create mode 100644 common/xfwm4/assets-dark/maximize-pressed.png
create mode 100644 common/xfwm4/assets-dark/menu-active.png
create mode 100644 common/xfwm4/assets-dark/menu-inactive.png
create mode 100644 common/xfwm4/assets-dark/menu-pressed.png
create mode 100644 common/xfwm4/assets-dark/right-active.png
create mode 100644 common/xfwm4/assets-dark/right-inactive.png
create mode 100644 common/xfwm4/assets-dark/shade-active.png
create mode 100644 common/xfwm4/assets-dark/shade-inactive.png
create mode 100644 common/xfwm4/assets-dark/shade-pressed.png
create mode 100644 common/xfwm4/assets-dark/stick-active.png
create mode 100644 common/xfwm4/assets-dark/stick-inactive.png
create mode 100644 common/xfwm4/assets-dark/stick-pressed.png
create mode 100644 common/xfwm4/assets-dark/title-1-active.png
create mode 100644 common/xfwm4/assets-dark/title-1-inactive.png
create mode 100644 common/xfwm4/assets-dark/title-2-active.png
create mode 100644 common/xfwm4/assets-dark/title-2-inactive.png
create mode 100644 common/xfwm4/assets-dark/title-3-active.png
create mode 100644 common/xfwm4/assets-dark/title-3-inactive.png
create mode 100644 common/xfwm4/assets-dark/title-4-active.png
create mode 100644 common/xfwm4/assets-dark/title-4-inactive.png
create mode 100644 common/xfwm4/assets-dark/title-5-active.png
create mode 100644 common/xfwm4/assets-dark/title-5-inactive.png
create mode 100644 common/xfwm4/assets-dark/top-left-active.png
create mode 100644 common/xfwm4/assets-dark/top-left-inactive.png
create mode 100644 common/xfwm4/assets-dark/top-right-active.png
create mode 100644 common/xfwm4/assets-dark/top-right-inactive.png
create mode 100644 common/xfwm4/assets.svg
create mode 100644 common/xfwm4/assets.txt
create mode 100644 common/xfwm4/assets/bottom-active.png
create mode 100644 common/xfwm4/assets/bottom-inactive.png
create mode 100644 common/xfwm4/assets/bottom-left-active.png
create mode 100644 common/xfwm4/assets/bottom-left-inactive.png
create mode 100644 common/xfwm4/assets/bottom-right-active.png
create mode 100644 common/xfwm4/assets/bottom-right-inactive.png
create mode 100644 common/xfwm4/assets/close-active.png
create mode 100644 common/xfwm4/assets/close-inactive.png
create mode 100644 common/xfwm4/assets/close-prelight.png
create mode 100644 common/xfwm4/assets/close-pressed.png
create mode 100644 common/xfwm4/assets/hide-active.png
create mode 100644 common/xfwm4/assets/hide-inactive.png
create mode 100644 common/xfwm4/assets/hide-prelight.png
create mode 100644 common/xfwm4/assets/hide-pressed.png
create mode 100644 common/xfwm4/assets/left-active.png
create mode 100644 common/xfwm4/assets/left-inactive.png
create mode 100644 common/xfwm4/assets/maximize-active.png
create mode 100644 common/xfwm4/assets/maximize-inactive.png
create mode 100644 common/xfwm4/assets/maximize-prelight.png
create mode 100644 common/xfwm4/assets/maximize-pressed.png
create mode 100644 common/xfwm4/assets/menu-active.png
create mode 100644 common/xfwm4/assets/menu-inactive.png
create mode 100644 common/xfwm4/assets/menu-pressed.png
create mode 100644 common/xfwm4/assets/right-active.png
create mode 100644 common/xfwm4/assets/right-inactive.png
create mode 100644 common/xfwm4/assets/shade-active.png
create mode 100644 common/xfwm4/assets/shade-inactive.png
create mode 100644 common/xfwm4/assets/shade-pressed.png
create mode 100644 common/xfwm4/assets/stick-active.png
create mode 100644 common/xfwm4/assets/stick-inactive.png
create mode 100644 common/xfwm4/assets/stick-pressed.png
create mode 100644 common/xfwm4/assets/title-1-active.png
create mode 100644 common/xfwm4/assets/title-1-inactive.png
create mode 100644 common/xfwm4/assets/title-2-active.png
create mode 100644 common/xfwm4/assets/title-2-inactive.png
create mode 100644 common/xfwm4/assets/title-3-active.png
create mode 100644 common/xfwm4/assets/title-3-inactive.png
create mode 100644 common/xfwm4/assets/title-4-active.png
create mode 100644 common/xfwm4/assets/title-4-inactive.png
create mode 100644 common/xfwm4/assets/title-5-active.png
create mode 100644 common/xfwm4/assets/title-5-inactive.png
create mode 100644 common/xfwm4/assets/top-left-active.png
create mode 100644 common/xfwm4/assets/top-left-inactive.png
create mode 100644 common/xfwm4/assets/top-right-active.png
create mode 100644 common/xfwm4/assets/top-right-inactive.png
delete mode 100644 common/xfwm4/close-active.xpm
delete mode 100644 common/xfwm4/close-inactive.xpm
delete mode 100644 common/xfwm4/close-prelight.xpm
delete mode 100644 common/xfwm4/close-pressed.xpm
delete mode 100644 common/xfwm4/hide-active.xpm
delete mode 100644 common/xfwm4/hide-inactive.xpm
delete mode 100644 common/xfwm4/hide-prelight.xpm
delete mode 100644 common/xfwm4/hide-pressed.xpm
delete mode 100644 common/xfwm4/maximize-active.xpm
delete mode 100644 common/xfwm4/maximize-inactive.xpm
delete mode 100644 common/xfwm4/maximize-prelight.xpm
delete mode 100644 common/xfwm4/maximize-pressed.xpm
delete mode 100644 common/xfwm4/menu-active.xpm
delete mode 100644 common/xfwm4/menu-inactive.xpm
delete mode 100644 common/xfwm4/menu-pressed.xpm
create mode 100755 common/xfwm4/render-assets.sh
delete mode 100644 common/xfwm4/shade-active.xpm
delete mode 100644 common/xfwm4/shade-inactive.xpm
delete mode 100644 common/xfwm4/shade-pressed.xpm
delete mode 100644 common/xfwm4/stick-active.xpm
delete mode 100644 common/xfwm4/stick-inactive.xpm
delete mode 100644 common/xfwm4/stick-pressed.xpm
create mode 100644 common/xfwm4/themerc-dark
delete mode 100644 common/xfwm4/title-1-active.xpm
delete mode 100644 common/xfwm4/title-1-inactive.xpm
delete mode 100644 common/xfwm4/title-2-active.xpm
delete mode 100644 common/xfwm4/title-2-inactive.xpm
delete mode 100644 common/xfwm4/title-3-active.xpm
delete mode 100644 common/xfwm4/title-3-inactive.xpm
delete mode 100644 common/xfwm4/title-4-active.xpm
delete mode 100644 common/xfwm4/title-4-inactive.xpm
delete mode 100644 common/xfwm4/title-5-active.xpm
delete mode 100644 common/xfwm4/title-5-inactive.xpm
delete mode 100644 common/xfwm4/top-left-active.xpm
delete mode 100644 common/xfwm4/top-left-inactive.xpm
delete mode 100644 common/xfwm4/top-right-active.xpm
delete mode 100644 common/xfwm4/top-right-inactive.xpm
(limited to 'common')
diff --git a/common/Makefile.am b/common/Makefile.am
index c603f5c..8e496fb 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -250,15 +250,27 @@ endif # ENABLE_UNITY
if ENABLE_XFWM
if ENABLE_LIGHT
- cp -R $(srcdir)/xfwm4 $(ithemedir)
+ $(MKDIR_P) $(ithemedir)/xfwm4
+
+ cd $(srcdir)/xfwm4 && \
+ cp -R assets/*.png $(ithemedir)/xfwm4 && \
+ cp themerc $(ithemedir)/xfwm4/themerc
endif # ENABLE_LIGHT
if ENABLE_DARKER
- cp -R $(srcdir)/xfwm4-dark $(ithemedarkerdir)/xfwm4
+ $(MKDIR_P) $(ithemedarkerdir)/xfwm4
+
+ cd $(srcdir)/xfwm4 && \
+ cp -R assets-dark/*.png $(ithemedarkerdir)/xfwm4 && \
+ cp themerc-dark $(ithemedarkerdir)/xfwm4/themerc
endif # ENABLE_DARKER
if ENABLE_DARK
- cp -R $(srcdir)/xfwm4-dark $(ithemedarkdir)/xfwm4
+ $(MKDIR_P) $(ithemedarkdir)/xfwm4
+
+ cd $(srcdir)/xfwm4 && \
+ cp -R assets-dark/*.png $(ithemedarkdir)/xfwm4 && \
+ cp themerc-dark $(ithemedarkdir)/xfwm4/themerc
endif # ENABLE_DARK
endif # ENABLE_XFWM
@@ -283,7 +295,6 @@ EXTRA_DIST = $(srcdir)/cinnamon \
$(srcdir)/metacity-1 \
$(srcdir)/unity \
$(srcdir)/xfwm4 \
- $(srcdir)/xfwm4-dark \
$(srcdir)/index.theme \
$(srcdir)/index.theme-darker \
$(srcdir)/index.theme-dark
diff --git a/common/xfwm4-dark/bottom-active.xpm b/common/xfwm4-dark/bottom-active.xpm
deleted file mode 100644
index 5c35a34..0000000
--- a/common/xfwm4-dark/bottom-active.xpm
+++ /dev/null
@@ -1,6 +0,0 @@
-/* XPM */
-static char * bottom_active_xpm[] = {
-"12 1 2 1",
-" c None",
-". c #21252B",
-"............"};
diff --git a/common/xfwm4-dark/bottom-inactive.xpm b/common/xfwm4-dark/bottom-inactive.xpm
deleted file mode 100644
index cb8f901..0000000
--- a/common/xfwm4-dark/bottom-inactive.xpm
+++ /dev/null
@@ -1,6 +0,0 @@
-/* XPM */
-static char * bottom_inactive_xpm[] = {
-"12 1 2 1",
-" c None",
-". c #21252B",
-"............"};
diff --git a/common/xfwm4-dark/close-active.xpm b/common/xfwm4-dark/close-active.xpm
deleted file mode 100644
index 6f38187..0000000
--- a/common/xfwm4-dark/close-active.xpm
+++ /dev/null
@@ -1,70 +0,0 @@
-/* XPM */
-static char * close_active_xpm[] = {
-"28 28 39 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #3C3741",
-"$ c #80464E",
-"% c #AE5056",
-"& c #C5555B",
-"* c #AD5057",
-"= c #7F464E",
-"- c #633F49",
-"; c #C3555B",
-"> c #CC575D",
-", c #623F49",
-"' c #CB565C",
-") c #C2545C",
-"! c #3C3641",
-"~ c #32343F",
-"{ c #6C414A",
-"] c #CA565C",
-"^ c #6F414B",
-"/ c #30343F",
-"( c #7F454D",
-"_ c #AF5057",
-": c #7C454D",
-"< c #6A414A",
-"[ c #6B414A",
-"} c #77434C",
-"| c #79444D",
-"1 c #75434C",
-"2 c #69404A",
-"3 c #643F48",
-"4 c #C9565C",
-"5 c #7D464E",
-"6 c #81464E",
-"7 c #7E454E",
-"8 c #3B3641",
-"9 c #613F48",
-"0 c #C4555B",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@#$%&&*=#@@@@@@@@@@",
-"@@@@@@@@@-;>>>>>>;,@@@@@@@@@",
-"@@@@@@@@-'>>>>>>>>',@@@@@@@@",
-"@@@@@@@#;>>)>>>>;>>;!@@@@@@@",
-"@@@@@@@$>>>~{]]^/>>>(@@@@@@@",
-"@@@@@@@_>>>:@<[@}>>>*@@@@@@@",
-"@@@@@@@;>>>>|@@1>>>>;@@@@@@@",
-"@@@@@@@;>>>]2@@34>>>;@@@@@@@",
-"@@@@@@@%>>>[@55@<>>>*@@@@@@@",
-"@@@@@@@=>>>#6>>6#>>>7@@@@@@@",
-"@@@@@@@#;>>>>>>>>>>)8@@@@@@@",
-"@@@@@@@@,'>>>>>>>>'9@@@@@@@@",
-"@@@@@@@@@,;>>>>>>)9@@@@@@@@@",
-"@@@@@@@@@@!(*00*78@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/close-inactive.xpm b/common/xfwm4-dark/close-inactive.xpm
deleted file mode 100644
index 3ffac44..0000000
--- a/common/xfwm4-dark/close-inactive.xpm
+++ /dev/null
@@ -1,65 +0,0 @@
-/* XPM */
-static char * close_inactive_xpm[] = {
-"28 28 34 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #333843",
-"$ c #4B5059",
-"% c #5B5F69",
-"& c #646770",
-"* c #5C6069",
-"= c #4B505A",
-"- c #414650",
-"; c #636771",
-"> c #666A73",
-", c #404650",
-"' c #636770",
-") c #303540",
-"! c #444953",
-"~ c #666A72",
-"{ c #454A54",
-"] c #2E333F",
-"^ c #4B4F5A",
-"/ c #494E58",
-"( c #444852",
-"_ c #434953",
-": c #484D57",
-"< c #474C56",
-"[ c #656972",
-"} c #444853",
-"| c #4A4F59",
-"1 c #4C515A",
-"2 c #4B4F59",
-"3 c #40454F",
-"4 c #5C5F68",
-"5 c #636871",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@#$%&&*=#@@@@@@@@@@",
-"@@@@@@@@@-;>>>>>>;,@@@@@@@@@",
-"@@@@@@@@->>>>>>>>>>,@@@@@@@@",
-"@@@@@@@#;>>'>>>>'>>'#@@@@@@@",
-"@@@@@@@$>>>)!~~{]>>>^@@@@@@@",
-"@@@@@@@%>>>/@(_@:>>>*@@@@@@@",
-"@@@@@@@;>>>>/@@<>>>>;@@@@@@@",
-"@@@@@@@;>>>[(@@-[>>>'@@@@@@@",
-"@@@@@@@%>>>}@||@_>>>*@@@@@@@",
-"@@@@@@@=>>>#1>>1#>>>2@@@@@@@",
-"@@@@@@@#;>>>>>>>>>>'#@@@@@@@",
-"@@@@@@@@,>>>>>>>>>>3@@@@@@@@",
-"@@@@@@@@@,'>>>>>>'3@@@@@@@@@",
-"@@@@@@@@@@#^45542#@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/close-prelight.xpm b/common/xfwm4-dark/close-prelight.xpm
deleted file mode 100644
index 724d4ce..0000000
--- a/common/xfwm4-dark/close-prelight.xpm
+++ /dev/null
@@ -1,71 +0,0 @@
-/* XPM */
-static char * close_prelight_xpm[] = {
-"28 28 40 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #3D3944",
-"$ c #85575F",
-"% c #B86A70",
-"& c #CF757A",
-"* c #B66A71",
-"= c #84575E",
-"- c #674A54",
-"; c #CE7479",
-"> c #D7787D",
-", c #664A53",
-"' c #D6777C",
-") c #CD7479",
-"! c #3D3943",
-"~ c #32343F",
-"{ c #704E57",
-"] c #D5777C",
-"^ c #734F58",
-"/ c #30343F",
-"( c #85565F",
-"_ c #B86B71",
-": c #82555D",
-"< c #6E4D56",
-"[ c #6F4E56",
-"} c #7C535B",
-"| c #7E545B",
-"1 c #7A525A",
-"2 c #6D4D56",
-"3 c #674A53",
-"4 c #D4767C",
-"5 c #6F4E57",
-"6 c #83565E",
-"7 c #875760",
-"8 c #3C3844",
-"9 c #654A52",
-"0 c #B66970",
-"a c #CF747A",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@#$%&&*=#@@@@@@@@@@",
-"@@@@@@@@@-;>>>>>>;,@@@@@@@@@",
-"@@@@@@@@-'>>>>>>>>',@@@@@@@@",
-"@@@@@@@#;>>)>>>>)>>)!@@@@@@@",
-"@@@@@@@$>>>~{]]^/>>>(@@@@@@@",
-"@@@@@@@_>>>:@<[@}>>>*@@@@@@@",
-"@@@@@@@;>>>>|@@1>>>>;@@@@@@@",
-"@@@@@@@;>>>]2@@34>>>)@@@@@@@",
-"@@@@@@@%>>>5@66@[>>>*@@@@@@@",
-"@@@@@@@=>>>#7>>7#>>>6@@@@@@@",
-"@@@@@@@#;>>>>>>>>>>)8@@@@@@@",
-"@@@@@@@@,'>>>>>>>>'9@@@@@@@@",
-"@@@@@@@@@,)>>>>>>)9@@@@@@@@@",
-"@@@@@@@@@@!(0aa068@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/close-pressed.xpm b/common/xfwm4-dark/close-pressed.xpm
deleted file mode 100644
index 60ce46b..0000000
--- a/common/xfwm4-dark/close-pressed.xpm
+++ /dev/null
@@ -1,71 +0,0 @@
-/* XPM */
-static char * close_pressed_xpm[] = {
-"28 28 40 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #3A343F",
-"$ c #783640",
-"% c #A33640",
-"& c #B73740",
-"* c #A13741",
-"= c #78363F",
-"- c #5E3540",
-"; c #B63740",
-"> c #BE3841",
-", c #5E343F",
-"' c #BD3740",
-") c #B53740",
-"! c #3B343E",
-"~ c #32333E",
-"{ c #67353F",
-"] c #BC3740",
-"^ c #683540",
-"/ c #2F333F",
-"( c #773640",
-"_ c #A33740",
-": c #75363F",
-"< c #65353F",
-"[ c #653540",
-"} c #71353F",
-"| c #72363F",
-"1 c #6F353F",
-"2 c #64353F",
-"3 c #5F353F",
-"4 c #BB3740",
-"5 c #66353F",
-"6 c #763640",
-"7 c #7A3540",
-"8 c #773540",
-"9 c #3A333F",
-"0 c #5C353F",
-"a c #A13740",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@#$%&&*=#@@@@@@@@@@",
-"@@@@@@@@@-;>>>>>>;,@@@@@@@@@",
-"@@@@@@@@-'>>>>>>>>',@@@@@@@@",
-"@@@@@@@#;>>)>>>>;>>;!@@@@@@@",
-"@@@@@@@$>>>~{]]^/>>>(@@@@@@@",
-"@@@@@@@_>>>:@<[@}>>>*@@@@@@@",
-"@@@@@@@;>>>>|@@1>>>>;@@@@@@@",
-"@@@@@@@;>>>]2@@34>>>;@@@@@@@",
-"@@@@@@@%>>>5@66@<>>>*@@@@@@@",
-"@@@@@@@=>>>#7>>7#>>>8@@@@@@@",
-"@@@@@@@#;>>>>>>>>>>)9@@@@@@@",
-"@@@@@@@@,'>>>>>>>>'0@@@@@@@@",
-"@@@@@@@@@,;>>>>>>)0@@@@@@@@@",
-"@@@@@@@@@@!(a&&a89@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/hide-active.xpm b/common/xfwm4-dark/hide-active.xpm
deleted file mode 100644
index 333ea1b..0000000
--- a/common/xfwm4-dark/hide-active.xpm
+++ /dev/null
@@ -1,36 +0,0 @@
-/* XPM */
-static char * hide_active_xpm[] = {
-"28 28 5 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #8F939A",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@######@@@@@@@@@@@",
-"@@@@@@@@@@@######@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/hide-inactive.xpm b/common/xfwm4-dark/hide-inactive.xpm
deleted file mode 100644
index 35f383d..0000000
--- a/common/xfwm4-dark/hide-inactive.xpm
+++ /dev/null
@@ -1,36 +0,0 @@
-/* XPM */
-static char * hide_inactive_xpm[] = {
-"28 28 5 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #666A73",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@######@@@@@@@@@@@",
-"@@@@@@@@@@@######@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/hide-prelight.xpm b/common/xfwm4-dark/hide-prelight.xpm
deleted file mode 100644
index a1e465a..0000000
--- a/common/xfwm4-dark/hide-prelight.xpm
+++ /dev/null
@@ -1,53 +0,0 @@
-/* XPM */
-static char * hide_prelight_xpm[] = {
-"28 28 22 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #2E333E",
-"$ c #2A2E37",
-"% c #262B34",
-"& c #252932",
-"* c #2A2E38",
-"= c #2C303A",
-"- c #262A34",
-"; c #2F3641",
-"> c #3D4250",
-", c #424959",
-"' c #282B35",
-") c #3D4353",
-"! c #444B5B",
-"~ c #3D4252",
-"{ c #262B33",
-"] c #3B4250",
-"^ c #C4C7CC",
-"/ c #252933",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@#$%&&%*#@@@@@@@@@@",
-"@@@@@@@@@=-;>,,>;-=@@@@@@@@@",
-"@@@@@@@@=')!!!!!!~'=@@@@@@@@",
-"@@@@@@@#-)!!!!!!!!~-#@@@@@@@",
-"@@@@@@@$;!!!!!!!!!!;*@@@@@@@",
-"@@@@@@@{]!!!!!!!!!!]%@@@@@@@",
-"@@@@@@@&,!!^^^^^^!!,/@@@@@@@",
-"@@@@@@@/,!!^^^^^^!!,/@@@@@@@",
-"@@@@@@@%]!!!!!!!!!!]%@@@@@@@",
-"@@@@@@@*;!!!!!!!!!!;*@@@@@@@",
-"@@@@@@@#-~!!!!!!!!~%#@@@@@@@",
-"@@@@@@@@='~!!!!!!~'=@@@@@@@@",
-"@@@@@@@@@=-;],,];%=@@@@@@@@@",
-"@@@@@@@@@@#*%&&%*#@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/hide-pressed.xpm b/common/xfwm4-dark/hide-pressed.xpm
deleted file mode 100644
index 7d49d4b..0000000
--- a/common/xfwm4-dark/hide-pressed.xpm
+++ /dev/null
@@ -1,56 +0,0 @@
-/* XPM */
-static char * hide_pressed_xpm[] = {
-"28 28 25 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #2F343B",
-"$ c #313C48",
-"% c #406691",
-"& c #4C81C1",
-"* c #508FDA",
-"= c #4B82C2",
-"- c #406590",
-"; c #3A5372",
-"> c #508FD8",
-", c #5294E2",
-"' c #3A5371",
-") c #5193E1",
-"! c #4F8ED8",
-"~ c #323B49",
-"{ c #406490",
-"] c #4B82C3",
-"^ c #FFFFFF",
-"/ c #40648E",
-"( c #313B48",
-"_ c #395371",
-": c #4B81C1",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@########################@@",
-"@@########################@@",
-"@@########$%&**=-$########@@",
-"@@#######;>,,,,,,>'#######@@",
-"@@######;),,,,,,,,)'######@@",
-"@@#####$>,,,,,,,,,,!~#####@@",
-"@@#####%,,,,,,,,,,,,{#####@@",
-"@@#####],,,,,,,,,,,,=#####@@",
-"@@#####*,,,^^^^^^,,,>#####@@",
-"@@#####>,,,^^^^^^,,,!#####@@",
-"@@#####&,,,,,,,,,,,,=#####@@",
-"@@#####-,,,,,,,,,,,,/#####@@",
-"@@#####$>,,,,,,,,,,!(#####@@",
-"@@######'),,,,,,,,)_######@@",
-"@@#######'!,,,,,,!_#######@@",
-"@@########~{:**:/(########@@",
-"@@########################@@",
-"@@########################@@",
-"@@########################@@",
-"@@########################@@",
-"@@########################@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/left-active.xpm b/common/xfwm4-dark/left-active.xpm
deleted file mode 100644
index b94d67f..0000000
--- a/common/xfwm4-dark/left-active.xpm
+++ /dev/null
@@ -1,17 +0,0 @@
-/* XPM */
-static char * left_active_xpm[] = {
-"1 12 2 1",
-" c None",
-". c #21252B",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-"."};
diff --git a/common/xfwm4-dark/left-inactive.xpm b/common/xfwm4-dark/left-inactive.xpm
deleted file mode 100644
index 17f9acf..0000000
--- a/common/xfwm4-dark/left-inactive.xpm
+++ /dev/null
@@ -1,17 +0,0 @@
-/* XPM */
-static char * left_inactive_xpm[] = {
-"1 12 2 1",
-" c None",
-". c #21252B",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-"."};
diff --git a/common/xfwm4-dark/maximize-active.xpm b/common/xfwm4-dark/maximize-active.xpm
deleted file mode 100644
index 3709088..0000000
--- a/common/xfwm4-dark/maximize-active.xpm
+++ /dev/null
@@ -1,43 +0,0 @@
-/* XPM */
-static char * maximize_active_xpm[] = {
-"28 28 12 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #313641",
-"$ c #70757E",
-"% c #8F939A",
-"& c #7D8089",
-"* c #73777F",
-"= c #323641",
-"- c #6E717B",
-"; c #7E818A",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@#$%%&@@@@@@@@@@@",
-"@@@@@@@@@@@#@#$%%@@@@@@@@@@@",
-"@@@@@@@@@@@*=@@-%@@@@@@@@@@@",
-"@@@@@@@@@@@%*=@@-@@@@@@@@@@@",
-"@@@@@@@@@@@%%$#@#@@@@@@@@@@@",
-"@@@@@@@@@@@;%%$#@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/maximize-inactive.xpm b/common/xfwm4-dark/maximize-inactive.xpm
deleted file mode 100644
index 86e1cca..0000000
--- a/common/xfwm4-dark/maximize-inactive.xpm
+++ /dev/null
@@ -1,43 +0,0 @@
-/* XPM */
-static char * maximize_inactive_xpm[] = {
-"28 28 12 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #303540",
-"$ c #545862",
-"% c #666A73",
-"& c #5C5F68",
-"* c #2E333F",
-"= c #555A64",
-"- c #525761",
-"; c #5B5F69",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@#$%%&@@@@@@@@@@@",
-"@@@@@@@@@@@#@#$%%@@@@@@@@@@@",
-"@@@@@@@@@@*=#@@-%@@@@@@@@@@@",
-"@@@@@@@@@@*%=#@@-@@@@@@@@@@@",
-"@@@@@@@@@@*%%$#@#@@@@@@@@@@@",
-"@@@@@@@@@@@;%%$#@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/maximize-prelight.xpm b/common/xfwm4-dark/maximize-prelight.xpm
deleted file mode 100644
index 24e854e..0000000
--- a/common/xfwm4-dark/maximize-prelight.xpm
+++ /dev/null
@@ -1,62 +0,0 @@
-/* XPM */
-static char * maximize_prelight_xpm[] = {
-"28 28 31 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #2E333E",
-"$ c #2A2E37",
-"% c #262B34",
-"& c #252932",
-"* c #2A2E38",
-"= c #2C303A",
-"- c #262A34",
-"; c #2F3641",
-"> c #3D4250",
-", c #424959",
-"' c #282B35",
-") c #3D4353",
-"! c #444B5B",
-"~ c #3D4252",
-"{ c #474D5E",
-"] c #9B9FA6",
-"^ c #C4C7CC",
-"/ c #ABAEB5",
-"( c #262B33",
-"_ c #3B4250",
-": c #464D5D",
-"< c #9EA2AB",
-"[ c #484E5E",
-"} c #454C5B",
-"| c #979BA6",
-"1 c #252933",
-"2 c #ACAFB7",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@#$%&&%*#@@@@@@@@@@",
-"@@@@@@@@@=-;>,,>;-=@@@@@@@@@",
-"@@@@@@@@=')!!!!!!~'=@@@@@@@@",
-"@@@@@@@#-)!!!!!!!!~-#@@@@@@@",
-"@@@@@@@$;!!!{]^^/!!;*@@@@@@@",
-"@@@@@@@(_!!{!{]^^!!_%@@@@@@@",
-"@@@@@@@&,!:<[!}|^!!,1@@@@@@@",
-"@@@@@@@1,!:^<[!}|!!,1@@@@@@@",
-"@@@@@@@%_!:^^]{!{!!_%@@@@@@@",
-"@@@@@@@*;!!2^^]{!!!;*@@@@@@@",
-"@@@@@@@#-~!!!!!!!!~%#@@@@@@@",
-"@@@@@@@@='~!!!!!!~'=@@@@@@@@",
-"@@@@@@@@@=-;_,,_;%=@@@@@@@@@",
-"@@@@@@@@@@#*%&&%*#@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/maximize-pressed.xpm b/common/xfwm4-dark/maximize-pressed.xpm
deleted file mode 100644
index a56f886..0000000
--- a/common/xfwm4-dark/maximize-pressed.xpm
+++ /dev/null
@@ -1,65 +0,0 @@
-/* XPM */
-static char * maximize_pressed_xpm[] = {
-"28 28 34 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #2F343B",
-"$ c #313C48",
-"% c #406691",
-"& c #4C81C1",
-"* c #508FDA",
-"= c #4B82C2",
-"- c #406590",
-"; c #3A5372",
-"> c #508FD8",
-", c #5294E2",
-"' c #3A5371",
-") c #5193E1",
-"! c #4F8ED8",
-"~ c #323B49",
-"{ c #5596E3",
-"] c #C7DDF6",
-"^ c #FFFFFF",
-"/ c #DDEAF9",
-"( c #406490",
-"_ c #4B82C3",
-": c #5395E2",
-"< c #CCE0F6",
-"[ c #5797E3",
-"} c #5495E2",
-"| c #C3DAF5",
-"1 c #DFEBFA",
-"2 c #40648E",
-"3 c #313B48",
-"4 c #395371",
-"5 c #4B81C1",
-"............................",
-"++++++++++++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@###@@@@@@@@",
-"@@@@@@@@##################@@",
-"@@########################@@",
-"@@########$%&**=-$########@@",
-"@@#######;>,,,,,,>'#######@@",
-"@@######;),,,,,,,,)'######@@",
-"@@#####$>,,,,,,,,,,!~#####@@",
-"@@#####%,,,,{]^^/,,,(#####@@",
-"@@#####_,,,{,{]^^,,,=#####@@",
-"@@#####*,,:<[,}|^,,,>#####@@",
-"@@#####>,,:^<[,}|,,,!#####@@",
-"@@#####&,,:^^]{,{,,,=#####@@",
-"@@#####-,,,1^^]{,,,,2#####@@",
-"@@#####$>,,,,,,,,,,!3#####@@",
-"@@######'),,,,,,,,)4######@@",
-"@@#######'!,,,,,,!4#######@@",
-"@@########~(5**523########@@",
-"@@########################@@",
-"@@########################@@",
-"@@########################@@",
-"@@########################@@",
-"@@########################@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/menu-active.xpm b/common/xfwm4-dark/menu-active.xpm
deleted file mode 100644
index b674ebf..0000000
--- a/common/xfwm4-dark/menu-active.xpm
+++ /dev/null
@@ -1,21 +0,0 @@
-/* XPM */
-static char * menu_active_xpm[] = {
-"26 16 2 1",
-" c None",
-". c #2F343F",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-".........................."};
diff --git a/common/xfwm4-dark/menu-inactive.xpm b/common/xfwm4-dark/menu-inactive.xpm
deleted file mode 100644
index c52707e..0000000
--- a/common/xfwm4-dark/menu-inactive.xpm
+++ /dev/null
@@ -1,21 +0,0 @@
-/* XPM */
-static char * menu_inactive_xpm[] = {
-"26 16 2 1",
-" c None",
-". c #2F343F",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-".........................."};
diff --git a/common/xfwm4-dark/menu-pressed.xpm b/common/xfwm4-dark/menu-pressed.xpm
deleted file mode 100644
index c386e12..0000000
--- a/common/xfwm4-dark/menu-pressed.xpm
+++ /dev/null
@@ -1,21 +0,0 @@
-/* XPM */
-static char * menu_pressed_xpm[] = {
-"26 16 2 1",
-" c None",
-". c #2F343F",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-".........................."};
diff --git a/common/xfwm4-dark/right-active.xpm b/common/xfwm4-dark/right-active.xpm
deleted file mode 100644
index 6f08d57..0000000
--- a/common/xfwm4-dark/right-active.xpm
+++ /dev/null
@@ -1,17 +0,0 @@
-/* XPM */
-static char * right_active_xpm[] = {
-"1 12 2 1",
-" c None",
-". c #21252B",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-"."};
diff --git a/common/xfwm4-dark/right-inactive.xpm b/common/xfwm4-dark/right-inactive.xpm
deleted file mode 100644
index 86b8f45..0000000
--- a/common/xfwm4-dark/right-inactive.xpm
+++ /dev/null
@@ -1,17 +0,0 @@
-/* XPM */
-static char * right_inactive_xpm[] = {
-"1 12 2 1",
-" c None",
-". c #21252B",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-".",
-"."};
diff --git a/common/xfwm4-dark/shade-active.xpm b/common/xfwm4-dark/shade-active.xpm
deleted file mode 100644
index 3c0e555..0000000
--- a/common/xfwm4-dark/shade-active.xpm
+++ /dev/null
@@ -1,36 +0,0 @@
-/* XPM */
-static char * shade_active_xpm[] = {
-"18 28 5 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #A4AAB7",
-"..................",
-"++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@####@@@@@@@",
-"@@@@@@######@@@@@@",
-"@@@@@########@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@########@@@@@",
-"@@@@@########@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/shade-inactive.xpm b/common/xfwm4-dark/shade-inactive.xpm
deleted file mode 100644
index a4e3e8f..0000000
--- a/common/xfwm4-dark/shade-inactive.xpm
+++ /dev/null
@@ -1,36 +0,0 @@
-/* XPM */
-static char * shade_inactive_xpm[] = {
-"18 28 5 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #797D87",
-"..................",
-"++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@####@@@@@@@",
-"@@@@@@######@@@@@@",
-"@@@@@########@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@########@@@@@",
-"@@@@@########@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/shade-pressed.xpm b/common/xfwm4-dark/shade-pressed.xpm
deleted file mode 100644
index 052d1f2..0000000
--- a/common/xfwm4-dark/shade-pressed.xpm
+++ /dev/null
@@ -1,36 +0,0 @@
-/* XPM */
-static char * shade_pressed_xpm[] = {
-"18 28 5 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #5294E2",
-"..................",
-"++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@####@@@@@@@",
-"@@@@@@######@@@@@@",
-"@@@@@########@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@########@@@@@",
-"@@@@@########@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/stick-active.xpm b/common/xfwm4-dark/stick-active.xpm
deleted file mode 100644
index ea8377a..0000000
--- a/common/xfwm4-dark/stick-active.xpm
+++ /dev/null
@@ -1,36 +0,0 @@
-/* XPM */
-static char * stick_active_xpm[] = {
-"18 28 5 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #A4AAB7",
-"..................",
-"++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@########@@@@@",
-"@@@@@########@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/stick-inactive.xpm b/common/xfwm4-dark/stick-inactive.xpm
deleted file mode 100644
index ae75f07..0000000
--- a/common/xfwm4-dark/stick-inactive.xpm
+++ /dev/null
@@ -1,36 +0,0 @@
-/* XPM */
-static char * stick_inactive_xpm[] = {
-"18 28 5 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #797D87",
-"..................",
-"++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@########@@@@@",
-"@@@@@########@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/stick-pressed.xpm b/common/xfwm4-dark/stick-pressed.xpm
deleted file mode 100644
index f6b98ad..0000000
--- a/common/xfwm4-dark/stick-pressed.xpm
+++ /dev/null
@@ -1,36 +0,0 @@
-/* XPM */
-static char * stick_pressed_xpm[] = {
-"18 28 5 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-"# c #5294E2",
-"..................",
-"++++++++++++++++++",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@########@@@@@",
-"@@@@@########@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@##@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@",
-"@@@@@@@@@@@@@@@@@@"};
diff --git a/common/xfwm4-dark/themerc b/common/xfwm4-dark/themerc
deleted file mode 100644
index f7fd498..0000000
--- a/common/xfwm4-dark/themerc
+++ /dev/null
@@ -1,23 +0,0 @@
-button_offset=2
-button_spacing=4
-
-show_app_icon=true
-
-full_width_title=true
-
-title_shadow_active=false
-title_shadow_inactive=false
-
-title_horizontal_offset=3
-
-active_text_color=#afb8c5
-active_text_shadow_color=#2f343b
-
-inactive_text_color=#808791
-inactive_text_shadow_color=#2f343b
-
-shadow_delta_height=2
-shadow_delta_width=0
-shadow_delta_x=0
-shadow_delta_y=-5
-shadow_opacity=40
diff --git a/common/xfwm4-dark/title-1-active.xpm b/common/xfwm4-dark/title-1-active.xpm
deleted file mode 100644
index 3d17763..0000000
--- a/common/xfwm4-dark/title-1-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * title_1_active_xpm[] = {
-"5 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-".....",
-"+++++",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@"};
diff --git a/common/xfwm4-dark/title-1-inactive.xpm b/common/xfwm4-dark/title-1-inactive.xpm
deleted file mode 100644
index cbf087f..0000000
--- a/common/xfwm4-dark/title-1-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * title_1_inactive_xpm[] = {
-"5 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-".....",
-"+++++",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@"};
diff --git a/common/xfwm4-dark/title-2-active.xpm b/common/xfwm4-dark/title-2-active.xpm
deleted file mode 100644
index da14686..0000000
--- a/common/xfwm4-dark/title-2-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * title_2_active_xpm[] = {
-"5 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-".....",
-"+++++",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@"};
diff --git a/common/xfwm4-dark/title-2-inactive.xpm b/common/xfwm4-dark/title-2-inactive.xpm
deleted file mode 100644
index db943cc..0000000
--- a/common/xfwm4-dark/title-2-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * title_2_inactive_xpm[] = {
-"5 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-".....",
-"+++++",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@"};
diff --git a/common/xfwm4-dark/title-3-active.xpm b/common/xfwm4-dark/title-3-active.xpm
deleted file mode 100644
index d2dc86e..0000000
--- a/common/xfwm4-dark/title-3-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * title_3_active_xpm[] = {
-"5 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-".....",
-"+++++",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@"};
diff --git a/common/xfwm4-dark/title-3-inactive.xpm b/common/xfwm4-dark/title-3-inactive.xpm
deleted file mode 100644
index e082de7..0000000
--- a/common/xfwm4-dark/title-3-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * title_3_inactive_xpm[] = {
-"5 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-".....",
-"+++++",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@"};
diff --git a/common/xfwm4-dark/title-4-active.xpm b/common/xfwm4-dark/title-4-active.xpm
deleted file mode 100644
index 92c4b4c..0000000
--- a/common/xfwm4-dark/title-4-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * title_4_active_xpm[] = {
-"5 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-".....",
-"+++++",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@"};
diff --git a/common/xfwm4-dark/title-4-inactive.xpm b/common/xfwm4-dark/title-4-inactive.xpm
deleted file mode 100644
index 8957742..0000000
--- a/common/xfwm4-dark/title-4-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * title_4_inactive_xpm[] = {
-"5 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-".....",
-"+++++",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@"};
diff --git a/common/xfwm4-dark/title-5-active.xpm b/common/xfwm4-dark/title-5-active.xpm
deleted file mode 100644
index 761c6fe..0000000
--- a/common/xfwm4-dark/title-5-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * title_5_active_xpm[] = {
-"5 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-".....",
-"+++++",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@"};
diff --git a/common/xfwm4-dark/title-5-inactive.xpm b/common/xfwm4-dark/title-5-inactive.xpm
deleted file mode 100644
index 0376f5a..0000000
--- a/common/xfwm4-dark/title-5-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * title_5_inactive_xpm[] = {
-"5 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-".....",
-"+++++",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@",
-"@@@@@"};
diff --git a/common/xfwm4-dark/top-left-active.xpm b/common/xfwm4-dark/top-left-active.xpm
deleted file mode 100644
index fbf26b3..0000000
--- a/common/xfwm4-dark/top-left-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * top_left_active_xpm[] = {
-"2 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-" .",
-".+",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@"};
diff --git a/common/xfwm4-dark/top-left-inactive.xpm b/common/xfwm4-dark/top-left-inactive.xpm
deleted file mode 100644
index 06f4012..0000000
--- a/common/xfwm4-dark/top-left-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * top_left_inactive_xpm[] = {
-"2 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-" .",
-".+",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@",
-".@"};
diff --git a/common/xfwm4-dark/top-right-active.xpm b/common/xfwm4-dark/top-right-active.xpm
deleted file mode 100644
index cae6bab..0000000
--- a/common/xfwm4-dark/top-right-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * top_right_active_xpm[] = {
-"2 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-". ",
-"+.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@."};
diff --git a/common/xfwm4-dark/top-right-inactive.xpm b/common/xfwm4-dark/top-right-inactive.xpm
deleted file mode 100644
index 08ac0ed..0000000
--- a/common/xfwm4-dark/top-right-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * top_right_inactive_xpm[] = {
-"2 28 4 1",
-" c None",
-". c #21252B",
-"+ c #353B48",
-"@ c #2F343F",
-". ",
-"+.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@.",
-"@."};
diff --git a/common/xfwm4/assets-dark.svg b/common/xfwm4/assets-dark.svg
new file mode 100644
index 0000000..bcff6ba
--- /dev/null
+++ b/common/xfwm4/assets-dark.svg
@@ -0,0 +1,1764 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/xfwm4/assets-dark/bottom-active.png b/common/xfwm4/assets-dark/bottom-active.png
new file mode 100644
index 0000000..fe31d88
Binary files /dev/null and b/common/xfwm4/assets-dark/bottom-active.png differ
diff --git a/common/xfwm4/assets-dark/bottom-inactive.png b/common/xfwm4/assets-dark/bottom-inactive.png
new file mode 100644
index 0000000..fe31d88
Binary files /dev/null and b/common/xfwm4/assets-dark/bottom-inactive.png differ
diff --git a/common/xfwm4/assets-dark/bottom-left-active.png b/common/xfwm4/assets-dark/bottom-left-active.png
new file mode 100644
index 0000000..ae1e122
Binary files /dev/null and b/common/xfwm4/assets-dark/bottom-left-active.png differ
diff --git a/common/xfwm4/assets-dark/bottom-left-inactive.png b/common/xfwm4/assets-dark/bottom-left-inactive.png
new file mode 100644
index 0000000..ae1e122
Binary files /dev/null and b/common/xfwm4/assets-dark/bottom-left-inactive.png differ
diff --git a/common/xfwm4/assets-dark/bottom-right-active.png b/common/xfwm4/assets-dark/bottom-right-active.png
new file mode 100644
index 0000000..b9280e3
Binary files /dev/null and b/common/xfwm4/assets-dark/bottom-right-active.png differ
diff --git a/common/xfwm4/assets-dark/bottom-right-inactive.png b/common/xfwm4/assets-dark/bottom-right-inactive.png
new file mode 100644
index 0000000..b9280e3
Binary files /dev/null and b/common/xfwm4/assets-dark/bottom-right-inactive.png differ
diff --git a/common/xfwm4/assets-dark/close-active.png b/common/xfwm4/assets-dark/close-active.png
new file mode 100644
index 0000000..f0852a8
Binary files /dev/null and b/common/xfwm4/assets-dark/close-active.png differ
diff --git a/common/xfwm4/assets-dark/close-inactive.png b/common/xfwm4/assets-dark/close-inactive.png
new file mode 100644
index 0000000..90b3eff
Binary files /dev/null and b/common/xfwm4/assets-dark/close-inactive.png differ
diff --git a/common/xfwm4/assets-dark/close-prelight.png b/common/xfwm4/assets-dark/close-prelight.png
new file mode 100644
index 0000000..9dddb8a
Binary files /dev/null and b/common/xfwm4/assets-dark/close-prelight.png differ
diff --git a/common/xfwm4/assets-dark/close-pressed.png b/common/xfwm4/assets-dark/close-pressed.png
new file mode 100644
index 0000000..542bfe3
Binary files /dev/null and b/common/xfwm4/assets-dark/close-pressed.png differ
diff --git a/common/xfwm4/assets-dark/hide-active.png b/common/xfwm4/assets-dark/hide-active.png
new file mode 100644
index 0000000..20998da
Binary files /dev/null and b/common/xfwm4/assets-dark/hide-active.png differ
diff --git a/common/xfwm4/assets-dark/hide-inactive.png b/common/xfwm4/assets-dark/hide-inactive.png
new file mode 100644
index 0000000..6b089a9
Binary files /dev/null and b/common/xfwm4/assets-dark/hide-inactive.png differ
diff --git a/common/xfwm4/assets-dark/hide-prelight.png b/common/xfwm4/assets-dark/hide-prelight.png
new file mode 100644
index 0000000..60dc646
Binary files /dev/null and b/common/xfwm4/assets-dark/hide-prelight.png differ
diff --git a/common/xfwm4/assets-dark/hide-pressed.png b/common/xfwm4/assets-dark/hide-pressed.png
new file mode 100644
index 0000000..9f51af9
Binary files /dev/null and b/common/xfwm4/assets-dark/hide-pressed.png differ
diff --git a/common/xfwm4/assets-dark/left-active.png b/common/xfwm4/assets-dark/left-active.png
new file mode 100644
index 0000000..c0e39f5
Binary files /dev/null and b/common/xfwm4/assets-dark/left-active.png differ
diff --git a/common/xfwm4/assets-dark/left-inactive.png b/common/xfwm4/assets-dark/left-inactive.png
new file mode 100644
index 0000000..c0e39f5
Binary files /dev/null and b/common/xfwm4/assets-dark/left-inactive.png differ
diff --git a/common/xfwm4/assets-dark/maximize-active.png b/common/xfwm4/assets-dark/maximize-active.png
new file mode 100644
index 0000000..b32615d
Binary files /dev/null and b/common/xfwm4/assets-dark/maximize-active.png differ
diff --git a/common/xfwm4/assets-dark/maximize-inactive.png b/common/xfwm4/assets-dark/maximize-inactive.png
new file mode 100644
index 0000000..b92be3d
Binary files /dev/null and b/common/xfwm4/assets-dark/maximize-inactive.png differ
diff --git a/common/xfwm4/assets-dark/maximize-prelight.png b/common/xfwm4/assets-dark/maximize-prelight.png
new file mode 100644
index 0000000..6659a6c
Binary files /dev/null and b/common/xfwm4/assets-dark/maximize-prelight.png differ
diff --git a/common/xfwm4/assets-dark/maximize-pressed.png b/common/xfwm4/assets-dark/maximize-pressed.png
new file mode 100644
index 0000000..bf0d588
Binary files /dev/null and b/common/xfwm4/assets-dark/maximize-pressed.png differ
diff --git a/common/xfwm4/assets-dark/menu-active.png b/common/xfwm4/assets-dark/menu-active.png
new file mode 100644
index 0000000..614600a
Binary files /dev/null and b/common/xfwm4/assets-dark/menu-active.png differ
diff --git a/common/xfwm4/assets-dark/menu-inactive.png b/common/xfwm4/assets-dark/menu-inactive.png
new file mode 100644
index 0000000..614600a
Binary files /dev/null and b/common/xfwm4/assets-dark/menu-inactive.png differ
diff --git a/common/xfwm4/assets-dark/menu-pressed.png b/common/xfwm4/assets-dark/menu-pressed.png
new file mode 100644
index 0000000..614600a
Binary files /dev/null and b/common/xfwm4/assets-dark/menu-pressed.png differ
diff --git a/common/xfwm4/assets-dark/right-active.png b/common/xfwm4/assets-dark/right-active.png
new file mode 100644
index 0000000..c0e39f5
Binary files /dev/null and b/common/xfwm4/assets-dark/right-active.png differ
diff --git a/common/xfwm4/assets-dark/right-inactive.png b/common/xfwm4/assets-dark/right-inactive.png
new file mode 100644
index 0000000..c0e39f5
Binary files /dev/null and b/common/xfwm4/assets-dark/right-inactive.png differ
diff --git a/common/xfwm4/assets-dark/shade-active.png b/common/xfwm4/assets-dark/shade-active.png
new file mode 100644
index 0000000..784965c
Binary files /dev/null and b/common/xfwm4/assets-dark/shade-active.png differ
diff --git a/common/xfwm4/assets-dark/shade-inactive.png b/common/xfwm4/assets-dark/shade-inactive.png
new file mode 100644
index 0000000..f8baf64
Binary files /dev/null and b/common/xfwm4/assets-dark/shade-inactive.png differ
diff --git a/common/xfwm4/assets-dark/shade-pressed.png b/common/xfwm4/assets-dark/shade-pressed.png
new file mode 100644
index 0000000..f7ee16c
Binary files /dev/null and b/common/xfwm4/assets-dark/shade-pressed.png differ
diff --git a/common/xfwm4/assets-dark/stick-active.png b/common/xfwm4/assets-dark/stick-active.png
new file mode 100644
index 0000000..f84dcc0
Binary files /dev/null and b/common/xfwm4/assets-dark/stick-active.png differ
diff --git a/common/xfwm4/assets-dark/stick-inactive.png b/common/xfwm4/assets-dark/stick-inactive.png
new file mode 100644
index 0000000..93978fc
Binary files /dev/null and b/common/xfwm4/assets-dark/stick-inactive.png differ
diff --git a/common/xfwm4/assets-dark/stick-pressed.png b/common/xfwm4/assets-dark/stick-pressed.png
new file mode 100644
index 0000000..53bb534
Binary files /dev/null and b/common/xfwm4/assets-dark/stick-pressed.png differ
diff --git a/common/xfwm4/assets-dark/title-1-active.png b/common/xfwm4/assets-dark/title-1-active.png
new file mode 100644
index 0000000..f4637bc
Binary files /dev/null and b/common/xfwm4/assets-dark/title-1-active.png differ
diff --git a/common/xfwm4/assets-dark/title-1-inactive.png b/common/xfwm4/assets-dark/title-1-inactive.png
new file mode 100644
index 0000000..f4637bc
Binary files /dev/null and b/common/xfwm4/assets-dark/title-1-inactive.png differ
diff --git a/common/xfwm4/assets-dark/title-2-active.png b/common/xfwm4/assets-dark/title-2-active.png
new file mode 100644
index 0000000..f4637bc
Binary files /dev/null and b/common/xfwm4/assets-dark/title-2-active.png differ
diff --git a/common/xfwm4/assets-dark/title-2-inactive.png b/common/xfwm4/assets-dark/title-2-inactive.png
new file mode 100644
index 0000000..f4637bc
Binary files /dev/null and b/common/xfwm4/assets-dark/title-2-inactive.png differ
diff --git a/common/xfwm4/assets-dark/title-3-active.png b/common/xfwm4/assets-dark/title-3-active.png
new file mode 100644
index 0000000..f4637bc
Binary files /dev/null and b/common/xfwm4/assets-dark/title-3-active.png differ
diff --git a/common/xfwm4/assets-dark/title-3-inactive.png b/common/xfwm4/assets-dark/title-3-inactive.png
new file mode 100644
index 0000000..f4637bc
Binary files /dev/null and b/common/xfwm4/assets-dark/title-3-inactive.png differ
diff --git a/common/xfwm4/assets-dark/title-4-active.png b/common/xfwm4/assets-dark/title-4-active.png
new file mode 100644
index 0000000..f4637bc
Binary files /dev/null and b/common/xfwm4/assets-dark/title-4-active.png differ
diff --git a/common/xfwm4/assets-dark/title-4-inactive.png b/common/xfwm4/assets-dark/title-4-inactive.png
new file mode 100644
index 0000000..f4637bc
Binary files /dev/null and b/common/xfwm4/assets-dark/title-4-inactive.png differ
diff --git a/common/xfwm4/assets-dark/title-5-active.png b/common/xfwm4/assets-dark/title-5-active.png
new file mode 100644
index 0000000..f4637bc
Binary files /dev/null and b/common/xfwm4/assets-dark/title-5-active.png differ
diff --git a/common/xfwm4/assets-dark/title-5-inactive.png b/common/xfwm4/assets-dark/title-5-inactive.png
new file mode 100644
index 0000000..f4637bc
Binary files /dev/null and b/common/xfwm4/assets-dark/title-5-inactive.png differ
diff --git a/common/xfwm4/assets-dark/top-left-active.png b/common/xfwm4/assets-dark/top-left-active.png
new file mode 100644
index 0000000..bbb2579
Binary files /dev/null and b/common/xfwm4/assets-dark/top-left-active.png differ
diff --git a/common/xfwm4/assets-dark/top-left-inactive.png b/common/xfwm4/assets-dark/top-left-inactive.png
new file mode 100644
index 0000000..bbb2579
Binary files /dev/null and b/common/xfwm4/assets-dark/top-left-inactive.png differ
diff --git a/common/xfwm4/assets-dark/top-right-active.png b/common/xfwm4/assets-dark/top-right-active.png
new file mode 100644
index 0000000..a3b7a3c
Binary files /dev/null and b/common/xfwm4/assets-dark/top-right-active.png differ
diff --git a/common/xfwm4/assets-dark/top-right-inactive.png b/common/xfwm4/assets-dark/top-right-inactive.png
new file mode 100644
index 0000000..a3b7a3c
Binary files /dev/null and b/common/xfwm4/assets-dark/top-right-inactive.png differ
diff --git a/common/xfwm4/assets.svg b/common/xfwm4/assets.svg
new file mode 100644
index 0000000..28e57da
--- /dev/null
+++ b/common/xfwm4/assets.svg
@@ -0,0 +1,1684 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/xfwm4/assets.txt b/common/xfwm4/assets.txt
new file mode 100644
index 0000000..55e3c9f
--- /dev/null
+++ b/common/xfwm4/assets.txt
@@ -0,0 +1,45 @@
+close-active
+close-inactive
+close-prelight
+close-pressed
+hide-active
+hide-inactive
+hide-prelight
+hide-pressed
+maximize-active
+maximize-inactive
+maximize-prelight
+maximize-pressed
+menu-active
+menu-inactive
+menu-pressed
+shade-active
+shade-inactive
+shade-pressed
+stick-active
+stick-inactive
+stick-pressed
+title-1-active
+title-1-inactive
+title-2-active
+title-2-inactive
+title-3-active
+title-3-inactive
+title-4-active
+title-4-inactive
+title-5-active
+title-5-inactive
+top-left-active
+top-left-inactive
+top-right-active
+top-right-inactive
+left-active
+left-inactive
+right-active
+right-inactive
+bottom-active
+bottom-inactive
+bottom-left-active
+bottom-left-inactive
+bottom-right-active
+bottom-right-inactive
diff --git a/common/xfwm4/assets/bottom-active.png b/common/xfwm4/assets/bottom-active.png
new file mode 100644
index 0000000..130639a
Binary files /dev/null and b/common/xfwm4/assets/bottom-active.png differ
diff --git a/common/xfwm4/assets/bottom-inactive.png b/common/xfwm4/assets/bottom-inactive.png
new file mode 100644
index 0000000..130639a
Binary files /dev/null and b/common/xfwm4/assets/bottom-inactive.png differ
diff --git a/common/xfwm4/assets/bottom-left-active.png b/common/xfwm4/assets/bottom-left-active.png
new file mode 100644
index 0000000..f786e2d
Binary files /dev/null and b/common/xfwm4/assets/bottom-left-active.png differ
diff --git a/common/xfwm4/assets/bottom-left-inactive.png b/common/xfwm4/assets/bottom-left-inactive.png
new file mode 100644
index 0000000..f786e2d
Binary files /dev/null and b/common/xfwm4/assets/bottom-left-inactive.png differ
diff --git a/common/xfwm4/assets/bottom-right-active.png b/common/xfwm4/assets/bottom-right-active.png
new file mode 100644
index 0000000..c8a96c4
Binary files /dev/null and b/common/xfwm4/assets/bottom-right-active.png differ
diff --git a/common/xfwm4/assets/bottom-right-inactive.png b/common/xfwm4/assets/bottom-right-inactive.png
new file mode 100644
index 0000000..c8a96c4
Binary files /dev/null and b/common/xfwm4/assets/bottom-right-inactive.png differ
diff --git a/common/xfwm4/assets/close-active.png b/common/xfwm4/assets/close-active.png
new file mode 100644
index 0000000..ed3418c
Binary files /dev/null and b/common/xfwm4/assets/close-active.png differ
diff --git a/common/xfwm4/assets/close-inactive.png b/common/xfwm4/assets/close-inactive.png
new file mode 100644
index 0000000..cfadbdb
Binary files /dev/null and b/common/xfwm4/assets/close-inactive.png differ
diff --git a/common/xfwm4/assets/close-prelight.png b/common/xfwm4/assets/close-prelight.png
new file mode 100644
index 0000000..253df24
Binary files /dev/null and b/common/xfwm4/assets/close-prelight.png differ
diff --git a/common/xfwm4/assets/close-pressed.png b/common/xfwm4/assets/close-pressed.png
new file mode 100644
index 0000000..cf27e4e
Binary files /dev/null and b/common/xfwm4/assets/close-pressed.png differ
diff --git a/common/xfwm4/assets/hide-active.png b/common/xfwm4/assets/hide-active.png
new file mode 100644
index 0000000..3383964
Binary files /dev/null and b/common/xfwm4/assets/hide-active.png differ
diff --git a/common/xfwm4/assets/hide-inactive.png b/common/xfwm4/assets/hide-inactive.png
new file mode 100644
index 0000000..f45d331
Binary files /dev/null and b/common/xfwm4/assets/hide-inactive.png differ
diff --git a/common/xfwm4/assets/hide-prelight.png b/common/xfwm4/assets/hide-prelight.png
new file mode 100644
index 0000000..0ae2782
Binary files /dev/null and b/common/xfwm4/assets/hide-prelight.png differ
diff --git a/common/xfwm4/assets/hide-pressed.png b/common/xfwm4/assets/hide-pressed.png
new file mode 100644
index 0000000..7311e49
Binary files /dev/null and b/common/xfwm4/assets/hide-pressed.png differ
diff --git a/common/xfwm4/assets/left-active.png b/common/xfwm4/assets/left-active.png
new file mode 100644
index 0000000..4e853fe
Binary files /dev/null and b/common/xfwm4/assets/left-active.png differ
diff --git a/common/xfwm4/assets/left-inactive.png b/common/xfwm4/assets/left-inactive.png
new file mode 100644
index 0000000..4e853fe
Binary files /dev/null and b/common/xfwm4/assets/left-inactive.png differ
diff --git a/common/xfwm4/assets/maximize-active.png b/common/xfwm4/assets/maximize-active.png
new file mode 100644
index 0000000..670bbca
Binary files /dev/null and b/common/xfwm4/assets/maximize-active.png differ
diff --git a/common/xfwm4/assets/maximize-inactive.png b/common/xfwm4/assets/maximize-inactive.png
new file mode 100644
index 0000000..23dff4c
Binary files /dev/null and b/common/xfwm4/assets/maximize-inactive.png differ
diff --git a/common/xfwm4/assets/maximize-prelight.png b/common/xfwm4/assets/maximize-prelight.png
new file mode 100644
index 0000000..cd39fda
Binary files /dev/null and b/common/xfwm4/assets/maximize-prelight.png differ
diff --git a/common/xfwm4/assets/maximize-pressed.png b/common/xfwm4/assets/maximize-pressed.png
new file mode 100644
index 0000000..6d53806
Binary files /dev/null and b/common/xfwm4/assets/maximize-pressed.png differ
diff --git a/common/xfwm4/assets/menu-active.png b/common/xfwm4/assets/menu-active.png
new file mode 100644
index 0000000..6abb25f
Binary files /dev/null and b/common/xfwm4/assets/menu-active.png differ
diff --git a/common/xfwm4/assets/menu-inactive.png b/common/xfwm4/assets/menu-inactive.png
new file mode 100644
index 0000000..6abb25f
Binary files /dev/null and b/common/xfwm4/assets/menu-inactive.png differ
diff --git a/common/xfwm4/assets/menu-pressed.png b/common/xfwm4/assets/menu-pressed.png
new file mode 100644
index 0000000..6abb25f
Binary files /dev/null and b/common/xfwm4/assets/menu-pressed.png differ
diff --git a/common/xfwm4/assets/right-active.png b/common/xfwm4/assets/right-active.png
new file mode 100644
index 0000000..4e853fe
Binary files /dev/null and b/common/xfwm4/assets/right-active.png differ
diff --git a/common/xfwm4/assets/right-inactive.png b/common/xfwm4/assets/right-inactive.png
new file mode 100644
index 0000000..4e853fe
Binary files /dev/null and b/common/xfwm4/assets/right-inactive.png differ
diff --git a/common/xfwm4/assets/shade-active.png b/common/xfwm4/assets/shade-active.png
new file mode 100644
index 0000000..2b081b5
Binary files /dev/null and b/common/xfwm4/assets/shade-active.png differ
diff --git a/common/xfwm4/assets/shade-inactive.png b/common/xfwm4/assets/shade-inactive.png
new file mode 100644
index 0000000..56b0955
Binary files /dev/null and b/common/xfwm4/assets/shade-inactive.png differ
diff --git a/common/xfwm4/assets/shade-pressed.png b/common/xfwm4/assets/shade-pressed.png
new file mode 100644
index 0000000..998cb0f
Binary files /dev/null and b/common/xfwm4/assets/shade-pressed.png differ
diff --git a/common/xfwm4/assets/stick-active.png b/common/xfwm4/assets/stick-active.png
new file mode 100644
index 0000000..12fb810
Binary files /dev/null and b/common/xfwm4/assets/stick-active.png differ
diff --git a/common/xfwm4/assets/stick-inactive.png b/common/xfwm4/assets/stick-inactive.png
new file mode 100644
index 0000000..14a6b51
Binary files /dev/null and b/common/xfwm4/assets/stick-inactive.png differ
diff --git a/common/xfwm4/assets/stick-pressed.png b/common/xfwm4/assets/stick-pressed.png
new file mode 100644
index 0000000..626a491
Binary files /dev/null and b/common/xfwm4/assets/stick-pressed.png differ
diff --git a/common/xfwm4/assets/title-1-active.png b/common/xfwm4/assets/title-1-active.png
new file mode 100644
index 0000000..cdf8207
Binary files /dev/null and b/common/xfwm4/assets/title-1-active.png differ
diff --git a/common/xfwm4/assets/title-1-inactive.png b/common/xfwm4/assets/title-1-inactive.png
new file mode 100644
index 0000000..cdf8207
Binary files /dev/null and b/common/xfwm4/assets/title-1-inactive.png differ
diff --git a/common/xfwm4/assets/title-2-active.png b/common/xfwm4/assets/title-2-active.png
new file mode 100644
index 0000000..cdf8207
Binary files /dev/null and b/common/xfwm4/assets/title-2-active.png differ
diff --git a/common/xfwm4/assets/title-2-inactive.png b/common/xfwm4/assets/title-2-inactive.png
new file mode 100644
index 0000000..cdf8207
Binary files /dev/null and b/common/xfwm4/assets/title-2-inactive.png differ
diff --git a/common/xfwm4/assets/title-3-active.png b/common/xfwm4/assets/title-3-active.png
new file mode 100644
index 0000000..cdf8207
Binary files /dev/null and b/common/xfwm4/assets/title-3-active.png differ
diff --git a/common/xfwm4/assets/title-3-inactive.png b/common/xfwm4/assets/title-3-inactive.png
new file mode 100644
index 0000000..cdf8207
Binary files /dev/null and b/common/xfwm4/assets/title-3-inactive.png differ
diff --git a/common/xfwm4/assets/title-4-active.png b/common/xfwm4/assets/title-4-active.png
new file mode 100644
index 0000000..cdf8207
Binary files /dev/null and b/common/xfwm4/assets/title-4-active.png differ
diff --git a/common/xfwm4/assets/title-4-inactive.png b/common/xfwm4/assets/title-4-inactive.png
new file mode 100644
index 0000000..cdf8207
Binary files /dev/null and b/common/xfwm4/assets/title-4-inactive.png differ
diff --git a/common/xfwm4/assets/title-5-active.png b/common/xfwm4/assets/title-5-active.png
new file mode 100644
index 0000000..cdf8207
Binary files /dev/null and b/common/xfwm4/assets/title-5-active.png differ
diff --git a/common/xfwm4/assets/title-5-inactive.png b/common/xfwm4/assets/title-5-inactive.png
new file mode 100644
index 0000000..cdf8207
Binary files /dev/null and b/common/xfwm4/assets/title-5-inactive.png differ
diff --git a/common/xfwm4/assets/top-left-active.png b/common/xfwm4/assets/top-left-active.png
new file mode 100644
index 0000000..54746a4
Binary files /dev/null and b/common/xfwm4/assets/top-left-active.png differ
diff --git a/common/xfwm4/assets/top-left-inactive.png b/common/xfwm4/assets/top-left-inactive.png
new file mode 100644
index 0000000..54746a4
Binary files /dev/null and b/common/xfwm4/assets/top-left-inactive.png differ
diff --git a/common/xfwm4/assets/top-right-active.png b/common/xfwm4/assets/top-right-active.png
new file mode 100644
index 0000000..6aa3990
Binary files /dev/null and b/common/xfwm4/assets/top-right-active.png differ
diff --git a/common/xfwm4/assets/top-right-inactive.png b/common/xfwm4/assets/top-right-inactive.png
new file mode 100644
index 0000000..6aa3990
Binary files /dev/null and b/common/xfwm4/assets/top-right-inactive.png differ
diff --git a/common/xfwm4/close-active.xpm b/common/xfwm4/close-active.xpm
deleted file mode 100644
index 1cd1433..0000000
--- a/common/xfwm4/close-active.xpm
+++ /dev/null
@@ -1,70 +0,0 @@
-/* XPM */
-static char * close_active_xpm[] = {
-"28 28 39 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #E8DCDF",
-"# c #EDA2A6",
-"$ c #F1797F",
-"% c #F3656C",
-"& c #F17A80",
-"* c #EDA1A7",
-"= c #EBBABE",
-"- c #F3666D",
-"; c #F46067",
-"> c #EABBBF",
-", c #F36067",
-"' c #F36E74",
-") c #F36C73",
-"! c #F3676E",
-"~ c #E7DCDF",
-"{ c #F7F7F8",
-"] c #F4D3D6",
-"^ c #F36269",
-"/ c #F4D2D4",
-"( c #EDA2A8",
-"_ c #F4C4C8",
-": c #F7F8F9",
-"< c #F4D5D8",
-"[ c #F4C9CD",
-"} c #F4C8CB",
-"| c #F3CBCE",
-"1 c #F4D9DC",
-"2 c #F3646B",
-"3 c #F3C3C7",
-"4 c #F6F2F3",
-"5 c #F3BFC3",
-"6 c #EDA3A8",
-"7 c #F3686E",
-"8 c #E7DDE0",
-"9 c #EABCC0",
-"0 c #F4656D",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++@#$%%&*@++++++++++",
-"+++++++++=-;;;;;;->+++++++++",
-"++++++++=,;;;;;;;;,>++++++++",
-"+++++++@-;;';;;;);;!~+++++++",
-"+++++++#;;;{]^^/{;;;(+++++++",
-"+++++++$;;;_:<<:[;;;&+++++++",
-"+++++++-;;;;}::|;;;;-+++++++",
-"+++++++-;;;^<::12;;;!+++++++",
-"+++++++$;;;]:33:<;;;&+++++++",
-"+++++++*;;;45;;54;;;6+++++++",
-"+++++++@-;;;;;;;;;;78+++++++",
-"++++++++>,;;;;;;;;,9++++++++",
-"+++++++++>!;;;;;;79+++++++++",
-"++++++++++~(&00&68++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/close-inactive.xpm b/common/xfwm4/close-inactive.xpm
deleted file mode 100644
index cc0e828..0000000
--- a/common/xfwm4/close-inactive.xpm
+++ /dev/null
@@ -1,65 +0,0 @@
-/* XPM */
-static char * close_inactive_xpm[] = {
-"28 28 34 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #E2E3E6",
-"# c #CCCFD3",
-"$ c #BFC1C8",
-"% c #B8BBC1",
-"& c #CDCFD4",
-"* c #D6D8DC",
-"= c #B8BBC2",
-"- c #B5B8C0",
-"; c #B5B8BE",
-"> c #BBBDC3",
-", c #BABCC3",
-"' c #B8BAC1",
-") c #E3E4E7",
-"! c #DFE1E4",
-"~ c #B6B9C0",
-"{ c #BEC1C7",
-"] c #DBDCDF",
-"^ c #E1E2E6",
-"/ c #DDDEE1",
-"( c #DCDEE1",
-"_ c #DEDEE2",
-": c #E4E4E7",
-"< c #B7BAC0",
-"[ c #E1E1E6",
-"} c #DADCDF",
-"| c #ECECEE",
-"1 c #CED0D5",
-"2 c #B9BBC2",
-"3 c #D7D8DC",
-"4 c #BFC2C9",
-"5 c #B7BBC1",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++@#$%%$&@++++++++++",
-"+++++++++*=------=*+++++++++",
-"++++++++*;--------;*++++++++",
-"+++++++@=-->----,--')+++++++",
-"+++++++#---.!~~!.---&+++++++",
-"+++++++{---].^^./---$+++++++",
-"+++++++=----(.._----=+++++++",
-"+++++++=---~^..:<---'+++++++",
-"+++++++$---[.}}.^---$+++++++",
-"+++++++&---|}--}|---1+++++++",
-"+++++++@=----------2)+++++++",
-"++++++++*;--------;3++++++++",
-"+++++++++*'------23+++++++++",
-"++++++++++)&45541)++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/close-prelight.xpm b/common/xfwm4/close-prelight.xpm
deleted file mode 100644
index 5df51a8..0000000
--- a/common/xfwm4/close-prelight.xpm
+++ /dev/null
@@ -1,74 +0,0 @@
-/* XPM */
-static char * close_prelight_xpm[] = {
-"28 28 43 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #E8DFE2",
-"# c #EEB2B6",
-"$ c #F39399",
-"% c #F5848A",
-"& c #EEB2B7",
-"* c #ECC5C9",
-"= c #F5858B",
-"- c #F68086",
-"; c #EBC5C9",
-"> c #F58086",
-", c #F68A91",
-"' c #F58A8F",
-") c #F4858B",
-"! c #E7DFE2",
-"~ c #F7F7F8",
-"{ c #F4DADD",
-"] c #F58186",
-"^ c #F4D8DB",
-"/ c #F39398",
-"( c #F4CFD1",
-"_ c #F7F8F9",
-": c #F4DCDD",
-"< c #F5DCDF",
-"[ c #F5D3D5",
-"} c #F4D1D4",
-"| c #F4D4D7",
-"1 c #F58288",
-"2 c #F4DCDF",
-"3 c #F4DFE1",
-"4 c #F58388",
-"5 c #F5DADD",
-"6 c #F4CDD0",
-"7 c #F5DCDD",
-"8 c #F6F3F4",
-"9 c #F4CCCE",
-"0 c #EEB3B7",
-"a c #F6868B",
-"b c #E7DFE3",
-"c c #EBC6CA",
-"d c #F39499",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++@#$%%$&@++++++++++",
-"+++++++++*=------=;+++++++++",
-"++++++++*>-------->;++++++++",
-"+++++++@=--,----'--)!+++++++",
-"+++++++#---~{]]^~---&+++++++",
-"+++++++/---(_:<_[---$+++++++",
-"+++++++=----}__|----=+++++++",
-"+++++++=---12__34---)+++++++",
-"+++++++$---5_66_7---$+++++++",
-"+++++++&---89--98---0+++++++",
-"+++++++@=----------ab+++++++",
-"++++++++;>-------->c++++++++",
-"+++++++++;)------ac+++++++++",
-"++++++++++!&d%%d0b++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/close-pressed.xpm b/common/xfwm4/close-pressed.xpm
deleted file mode 100644
index 8ee775c..0000000
--- a/common/xfwm4/close-pressed.xpm
+++ /dev/null
@@ -1,77 +0,0 @@
-/* XPM */
-static char * close_pressed_xpm[] = {
-"28 28 46 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #E8D7DB",
-"# c #EC888F",
-"$ c #EF525A",
-"% c #F03740",
-"& c #EF535B",
-"* c #EC898F",
-"= c #EAAAAF",
-"- c #F03942",
-"; c #F13039",
-"> c #E9ABB0",
-", c #F03039",
-"' c #F23C45",
-") c #F23B44",
-"! c #F03A42",
-"~ c #E7D8DC",
-"{ c #FFFBFB",
-"] c #FAAEB1",
-"^ c #F1323B",
-"/ c #F9ABAE",
-"( c #FFFDFD",
-"_ c #EC8990",
-": c #EF5158",
-"< c #F8999D",
-"[ c #FFFFFF",
-"} c #FAB1B4",
-"| c #FAB0B4",
-"1 c #F99FA3",
-"2 c #F03841",
-"3 c #F89DA1",
-"4 c #F9A2A6",
-"5 c #FAB2B5",
-"6 c #FAB9BC",
-"7 c #F1333C",
-"8 c #FAAFB2",
-"9 c #F8989C",
-"0 c #FAAFB3",
-"a c #FEEDEE",
-"b c #F89297",
-"c c #EC8A90",
-"d c #F03A43",
-"e c #E7D9DC",
-"f c #E9ACB1",
-"g c #EF545B",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++@#$%%&*@++++++++++",
-"+++++++++=-;;;;;;->+++++++++",
-"++++++++=,;;;;;;;;,>++++++++",
-"+++++++@-;;';;;;);;!~+++++++",
-"+++++++#;;;{]^^/(;;;_+++++++",
-"+++++++:;;;<[}|[1;;;&+++++++",
-"+++++++2;;;;3[[4;;;;-+++++++",
-"+++++++-;;;^5[[67;;;!+++++++",
-"+++++++$;;;8[99[0;;;&+++++++",
-"+++++++*;;;ab;;ba;;;c+++++++",
-"+++++++@-;;;;;;;;;;de+++++++",
-"++++++++>,;;;;;;;;,f++++++++",
-"+++++++++>!;;;;;;df+++++++++",
-"++++++++++~_g22gce++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/hide-active.xpm b/common/xfwm4/hide-active.xpm
deleted file mode 100644
index 0f163b1..0000000
--- a/common/xfwm4/hide-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * hide_active_xpm[] = {
-"28 28 4 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #90949E",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"+++++++++++@@@@@@+++++++++++",
-"+++++++++++@@@@@@+++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/hide-inactive.xpm b/common/xfwm4/hide-inactive.xpm
deleted file mode 100644
index 9d86a14..0000000
--- a/common/xfwm4/hide-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * hide_inactive_xpm[] = {
-"28 28 4 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #B5B8C0",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"+++++++++++@@@@@@+++++++++++",
-"+++++++++++@@@@@@+++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/hide-prelight.xpm b/common/xfwm4/hide-prelight.xpm
deleted file mode 100644
index 01232b0..0000000
--- a/common/xfwm4/hide-prelight.xpm
+++ /dev/null
@@ -1,54 +0,0 @@
-/* XPM */
-static char * hide_prelight_xpm[] = {
-"28 28 23 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #E5E6E9",
-"# c #DADCE1",
-"$ c #D4D6DC",
-"% c #D2D4DA",
-"& c #DFE1E5",
-"* c #D2D5DB",
-"= c #E3E4E8",
-"- c #F3F4F6",
-"; c #FCFCFC",
-"> c #E2E4E8",
-", c #D5D7DD",
-"' c #F5F6F6",
-") c #FDFDFE",
-"! c #DBDDE2",
-"~ c #FBFCFC",
-"{ c #7A7F8B",
-"] c #FBFBFC",
-"^ c #D1D4DA",
-"/ c #E0E1E5",
-"( c #F3F3F6",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++@#$%%$#@++++++++++",
-"+++++++++&*=-;;->*&+++++++++",
-"++++++++&,'))))))',&++++++++",
-"+++++++@*'))))))))'*@+++++++",
-"+++++++#=))))))))))>!+++++++",
-"+++++++$-))))))))))-$+++++++",
-"+++++++%~)){{{{{{))~%+++++++",
-"+++++++%~)){{{{{{))]^+++++++",
-"+++++++$-))))))))))-$+++++++",
-"+++++++#>))))))))))>!+++++++",
-"+++++++@*'))))))))'*@+++++++",
-"++++++++&,'))))))',/++++++++",
-"+++++++++&*>-~~(>*/+++++++++",
-"++++++++++@!$%%$!@++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/hide-pressed.xpm b/common/xfwm4/hide-pressed.xpm
deleted file mode 100644
index f2fff0b..0000000
--- a/common/xfwm4/hide-pressed.xpm
+++ /dev/null
@@ -1,55 +0,0 @@
-/* XPM */
-static char * hide_pressed_xpm[] = {
-"28 28 24 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #DAE1E9",
-"# c #99BDE6",
-"$ c #6EA3E2",
-"% c #5897E2",
-"& c #6EA4E4",
-"* c #9ABCE6",
-"= c #B5CBE7",
-"- c #5998E1",
-"; c #5294E2",
-"> c #B5CCE7",
-", c #5998E2",
-"' c #DAE0EA",
-") c #9BBCE6",
-"! c #6DA3E3",
-"~ c #5997E2",
-"{ c #FFFFFF",
-"] c #9BBDE5",
-"^ c #5A98E2",
-"/ c #DAE1EA",
-"( c #B6CDE8",
-"_ c #6FA4E3",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++@#$%%&*@++++++++++",
-"+++++++++=-;;;;;;->+++++++++",
-"++++++++=;;;;;;;;;;>++++++++",
-"+++++++@-;;;;;;;;;;,'+++++++",
-"+++++++#;;;;;;;;;;;;)+++++++",
-"+++++++!;;;;;;;;;;;;&+++++++",
-"+++++++~;;;{{{{{{;;;-+++++++",
-"+++++++-;;;{{{{{{;;;,+++++++",
-"+++++++$;;;;;;;;;;;;&+++++++",
-"+++++++*;;;;;;;;;;;;]+++++++",
-"+++++++@-;;;;;;;;;;^/+++++++",
-"++++++++>;;;;;;;;;;(++++++++",
-"+++++++++>,;;;;;;^(+++++++++",
-"++++++++++')_~~_]/++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/maximize-active.xpm b/common/xfwm4/maximize-active.xpm
deleted file mode 100644
index e67208c..0000000
--- a/common/xfwm4/maximize-active.xpm
+++ /dev/null
@@ -1,44 +0,0 @@
-/* XPM */
-static char * maximize_active_xpm[] = {
-"28 28 13 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #E5E6E9",
-"# c #ACAFB7",
-"$ c #90949E",
-"% c #A0A5AD",
-"& c #E6E7EA",
-"* c #A9ADB4",
-"= c #E3E4E8",
-"- c #E6E7EB",
-"; c #ADB0B8",
-"> c #A0A4AB",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++@#$$%+++++++++++",
-"+++++++++++@+@#$$+++++++++++",
-"++++++++++&*=+-;$+++++++++++",
-"++++++++++&$*=+-;+++++++++++",
-"++++++++++&$$#@+@+++++++++++",
-"+++++++++++>$$#@++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/maximize-inactive.xpm b/common/xfwm4/maximize-inactive.xpm
deleted file mode 100644
index d90d5cd..0000000
--- a/common/xfwm4/maximize-inactive.xpm
+++ /dev/null
@@ -1,43 +0,0 @@
-/* XPM */
-static char * maximize_inactive_xpm[] = {
-"28 28 12 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #E6E7EA",
-"# c #C5C8CD",
-"$ c #B5B8C0",
-"% c #BFC2C9",
-"& c #C4C7CC",
-"* c #E5E6EA",
-"= c #E6E7EB",
-"- c #C6C8CE",
-"; c #BEC1C7",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++@#$$%+++++++++++",
-"+++++++++++@+@#$$+++++++++++",
-"++++++++++@&*+=-$+++++++++++",
-"++++++++++@$&*+=-+++++++++++",
-"++++++++++@$$#@+@+++++++++++",
-"+++++++++++;$$#@++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/maximize-prelight.xpm b/common/xfwm4/maximize-prelight.xpm
deleted file mode 100644
index 06852e8..0000000
--- a/common/xfwm4/maximize-prelight.xpm
+++ /dev/null
@@ -1,62 +0,0 @@
-/* XPM */
-static char * maximize_prelight_xpm[] = {
-"28 28 31 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #E5E6E9",
-"# c #DADCE1",
-"$ c #D4D6DC",
-"% c #D2D4DA",
-"& c #DFE1E5",
-"* c #D2D5DB",
-"= c #E3E4E8",
-"- c #F3F4F6",
-"; c #FCFCFC",
-"> c #E2E4E8",
-", c #D5D7DD",
-"' c #F5F6F6",
-") c #FDFDFE",
-"! c #FBFBFC",
-"~ c #A5A8AF",
-"{ c #7A7F8B",
-"] c #9397A1",
-"^ c #DBDDE2",
-"/ c #FBFCFC",
-"( c #FCFCFD",
-"_ c #A1A5AC",
-": c #FAFAFB",
-"< c #FBFCFD",
-"[ c #A8AAB2",
-"} c #D1D4DA",
-"| c #92969F",
-"1 c #E0E1E5",
-"2 c #F3F3F6",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++@#$%%$#@++++++++++",
-"+++++++++&*=-;;->*&+++++++++",
-"++++++++&,'))))))',&++++++++",
-"+++++++@*'))))))))'*@+++++++",
-"+++++++#=)))!~{{]))>^+++++++",
-"+++++++$-))!)!~{{))-$+++++++",
-"+++++++%/)(_:)<[{))/%+++++++",
-"+++++++%/)({_:)<[))!}+++++++",
-"+++++++$-)({{~!)!))-$+++++++",
-"+++++++#>))|{{~!)))>^+++++++",
-"+++++++@*'))))))))'*@+++++++",
-"++++++++&,'))))))',1++++++++",
-"+++++++++&*>-//2>*1+++++++++",
-"++++++++++@^$%%$^@++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/maximize-pressed.xpm b/common/xfwm4/maximize-pressed.xpm
deleted file mode 100644
index 05818bf..0000000
--- a/common/xfwm4/maximize-pressed.xpm
+++ /dev/null
@@ -1,64 +0,0 @@
-/* XPM */
-static char * maximize_pressed_xpm[] = {
-"28 28 33 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #DAE1E9",
-"# c #99BDE6",
-"$ c #6EA3E2",
-"% c #5897E2",
-"& c #6EA4E4",
-"* c #9ABCE6",
-"= c #B5CBE7",
-"- c #5998E1",
-"; c #5294E2",
-"> c #B5CCE7",
-", c #5998E2",
-"' c #DAE0EA",
-") c #5596E3",
-"! c #C7DDF6",
-"~ c #FFFFFF",
-"{ c #DDEAF9",
-"] c #9BBCE6",
-"^ c #6DA3E3",
-"/ c #5997E2",
-"( c #5395E2",
-"_ c #CCE0F6",
-": c #5797E3",
-"< c #5495E2",
-"[ c #C3DAF5",
-"} c #DFEBFA",
-"| c #9BBDE5",
-"1 c #5A98E2",
-"2 c #DAE1EA",
-"3 c #B6CDE8",
-"4 c #6FA4E3",
-"............................",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++@#$%%&*@++++++++++",
-"+++++++++=-;;;;;;->+++++++++",
-"++++++++=;;;;;;;;;;>++++++++",
-"+++++++@-;;;;;;;;;;,'+++++++",
-"+++++++#;;;;)!~~{;;;]+++++++",
-"+++++++^;;;);)!~~;;;&+++++++",
-"+++++++/;;(_:;<[~;;;-+++++++",
-"+++++++-;;(~_:;<[;;;,+++++++",
-"+++++++$;;(~~!););;;&+++++++",
-"+++++++*;;;}~~!);;;;|+++++++",
-"+++++++@-;;;;;;;;;;12+++++++",
-"++++++++>;;;;;;;;;;3++++++++",
-"+++++++++>,;;;;;;13+++++++++",
-"++++++++++']4//4|2++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++",
-"++++++++++++++++++++++++++++"};
diff --git a/common/xfwm4/menu-active.xpm b/common/xfwm4/menu-active.xpm
deleted file mode 100644
index a60213d..0000000
--- a/common/xfwm4/menu-active.xpm
+++ /dev/null
@@ -1,21 +0,0 @@
-/* XPM */
-static char * menu_active_xpm[] = {
-"26 16 2 1",
-" c None",
-". c #E7E8EB",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-".........................."};
diff --git a/common/xfwm4/menu-inactive.xpm b/common/xfwm4/menu-inactive.xpm
deleted file mode 100644
index 2263f26..0000000
--- a/common/xfwm4/menu-inactive.xpm
+++ /dev/null
@@ -1,21 +0,0 @@
-/* XPM */
-static char * menu_inactive_xpm[] = {
-"26 16 2 1",
-" c None",
-". c #E7E8EB",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-".........................."};
diff --git a/common/xfwm4/menu-pressed.xpm b/common/xfwm4/menu-pressed.xpm
deleted file mode 100644
index c2fae9e..0000000
--- a/common/xfwm4/menu-pressed.xpm
+++ /dev/null
@@ -1,21 +0,0 @@
-/* XPM */
-static char * menu_pressed_xpm[] = {
-"26 16 2 1",
-" c None",
-". c #E7E8EB",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-"..........................",
-".........................."};
diff --git a/common/xfwm4/render-assets.sh b/common/xfwm4/render-assets.sh
new file mode 100755
index 0000000..f38ea37
--- /dev/null
+++ b/common/xfwm4/render-assets.sh
@@ -0,0 +1,36 @@
+#! /bin/bash
+
+INKSCAPE="/usr/bin/inkscape"
+OPTIPNG="/usr/bin/optipng"
+
+SRC_FILE="assets.svg"
+DARK_SRC_FILE="assets-dark.svg"
+ASSETS_DIR="assets"
+DARK_ASSETS_DIR="assets-dark"
+
+INDEX="assets.txt"
+
+for i in `cat $INDEX`
+do
+if [ -f $ASSETS_DIR/$i.png ]; then
+ echo $ASSETS_DIR/$i.png exists.
+else
+ echo
+ echo Rendering $ASSETS_DIR/$i.png
+ $INKSCAPE --export-id=$i \
+ --export-id-only \
+ --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
+ && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
+fi
+if [ -f $DARK_ASSETS_DIR/$i.png ]; then
+ echo $DARK_ASSETS_DIR/$i.png exists.
+else
+ echo
+ echo Rendering $DARK_ASSETS_DIR/$i.png
+ $INKSCAPE --export-id=$i \
+ --export-id-only \
+ --export-png=$DARK_ASSETS_DIR/$i.png $DARK_SRC_FILE >/dev/null \
+ && $OPTIPNG -o7 --quiet $DARK_ASSETS_DIR/$i.png
+fi
+done
+exit 0
diff --git a/common/xfwm4/shade-active.xpm b/common/xfwm4/shade-active.xpm
deleted file mode 100644
index eac4841..0000000
--- a/common/xfwm4/shade-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * shade_active_xpm[] = {
-"18 28 4 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #A4AAB7",
-"..................",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++@@++++++++",
-"+++++++@@@@+++++++",
-"++++++@@@@@@++++++",
-"+++++@@@@@@@@+++++",
-"++++++++++++++++++",
-"+++++@@@@@@@@+++++",
-"+++++@@@@@@@@+++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++"};
diff --git a/common/xfwm4/shade-inactive.xpm b/common/xfwm4/shade-inactive.xpm
deleted file mode 100644
index 0ea245d..0000000
--- a/common/xfwm4/shade-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * shade_inactive_xpm[] = {
-"18 28 4 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #B9BFCE",
-"..................",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++@@++++++++",
-"+++++++@@@@+++++++",
-"++++++@@@@@@++++++",
-"+++++@@@@@@@@+++++",
-"++++++++++++++++++",
-"+++++@@@@@@@@+++++",
-"+++++@@@@@@@@+++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++"};
diff --git a/common/xfwm4/shade-pressed.xpm b/common/xfwm4/shade-pressed.xpm
deleted file mode 100644
index 5b7b166..0000000
--- a/common/xfwm4/shade-pressed.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * shade_pressed_xpm[] = {
-"18 28 4 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #5294E2",
-"..................",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++@@++++++++",
-"+++++++@@@@+++++++",
-"++++++@@@@@@++++++",
-"+++++@@@@@@@@+++++",
-"++++++++++++++++++",
-"+++++@@@@@@@@+++++",
-"+++++@@@@@@@@+++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++"};
diff --git a/common/xfwm4/stick-active.xpm b/common/xfwm4/stick-active.xpm
deleted file mode 100644
index 5e434e4..0000000
--- a/common/xfwm4/stick-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * stick_active_xpm[] = {
-"18 28 4 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #A4AAB7",
-"..................",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"+++++@@@@@@@@+++++",
-"+++++@@@@@@@@+++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++"};
diff --git a/common/xfwm4/stick-inactive.xpm b/common/xfwm4/stick-inactive.xpm
deleted file mode 100644
index 8adae7b..0000000
--- a/common/xfwm4/stick-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * stick_inactive_xpm[] = {
-"18 28 4 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #B9BFCE",
-"..................",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"+++++@@@@@@@@+++++",
-"+++++@@@@@@@@+++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++"};
diff --git a/common/xfwm4/stick-pressed.xpm b/common/xfwm4/stick-pressed.xpm
deleted file mode 100644
index b13b23a..0000000
--- a/common/xfwm4/stick-pressed.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * stick_pressed_xpm[] = {
-"18 28 4 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-"@ c #5294E2",
-"..................",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"+++++@@@@@@@@+++++",
-"+++++@@@@@@@@+++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"++++++++@@++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++",
-"++++++++++++++++++"};
diff --git a/common/xfwm4/themerc-dark b/common/xfwm4/themerc-dark
new file mode 100644
index 0000000..f7fd498
--- /dev/null
+++ b/common/xfwm4/themerc-dark
@@ -0,0 +1,23 @@
+button_offset=2
+button_spacing=4
+
+show_app_icon=true
+
+full_width_title=true
+
+title_shadow_active=false
+title_shadow_inactive=false
+
+title_horizontal_offset=3
+
+active_text_color=#afb8c5
+active_text_shadow_color=#2f343b
+
+inactive_text_color=#808791
+inactive_text_shadow_color=#2f343b
+
+shadow_delta_height=2
+shadow_delta_width=0
+shadow_delta_x=0
+shadow_delta_y=-5
+shadow_opacity=40
diff --git a/common/xfwm4/title-1-active.xpm b/common/xfwm4/title-1-active.xpm
deleted file mode 100644
index 3cd1343..0000000
--- a/common/xfwm4/title-1-active.xpm
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * title_1_active_xpm[] = {
-"5 28 3 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-".....",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++"};
diff --git a/common/xfwm4/title-1-inactive.xpm b/common/xfwm4/title-1-inactive.xpm
deleted file mode 100644
index c80d54e..0000000
--- a/common/xfwm4/title-1-inactive.xpm
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * title_1_inactive_xpm[] = {
-"5 28 3 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-".....",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++"};
diff --git a/common/xfwm4/title-2-active.xpm b/common/xfwm4/title-2-active.xpm
deleted file mode 100644
index c95ef97..0000000
--- a/common/xfwm4/title-2-active.xpm
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * title_2_active_xpm[] = {
-"5 28 3 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-".....",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++"};
diff --git a/common/xfwm4/title-2-inactive.xpm b/common/xfwm4/title-2-inactive.xpm
deleted file mode 100644
index e3c714b..0000000
--- a/common/xfwm4/title-2-inactive.xpm
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * title_2_inactive_xpm[] = {
-"5 28 3 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-".....",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++"};
diff --git a/common/xfwm4/title-3-active.xpm b/common/xfwm4/title-3-active.xpm
deleted file mode 100644
index 56a283f..0000000
--- a/common/xfwm4/title-3-active.xpm
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * title_3_active_xpm[] = {
-"5 28 3 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-".....",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++"};
diff --git a/common/xfwm4/title-3-inactive.xpm b/common/xfwm4/title-3-inactive.xpm
deleted file mode 100644
index 027b4b1..0000000
--- a/common/xfwm4/title-3-inactive.xpm
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * title_3_inactive_xpm[] = {
-"5 28 3 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-".....",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++"};
diff --git a/common/xfwm4/title-4-active.xpm b/common/xfwm4/title-4-active.xpm
deleted file mode 100644
index b01ba4f..0000000
--- a/common/xfwm4/title-4-active.xpm
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * title_4_active_xpm[] = {
-"5 28 3 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-".....",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++"};
diff --git a/common/xfwm4/title-4-inactive.xpm b/common/xfwm4/title-4-inactive.xpm
deleted file mode 100644
index 1415bd2..0000000
--- a/common/xfwm4/title-4-inactive.xpm
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * title_4_inactive_xpm[] = {
-"5 28 3 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-".....",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++"};
diff --git a/common/xfwm4/title-5-active.xpm b/common/xfwm4/title-5-active.xpm
deleted file mode 100644
index 1ca25d2..0000000
--- a/common/xfwm4/title-5-active.xpm
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * title_5_active_xpm[] = {
-"5 28 3 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-".....",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++"};
diff --git a/common/xfwm4/title-5-inactive.xpm b/common/xfwm4/title-5-inactive.xpm
deleted file mode 100644
index 925bbb0..0000000
--- a/common/xfwm4/title-5-inactive.xpm
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * title_5_inactive_xpm[] = {
-"5 28 3 1",
-" c None",
-". c #EEEFF1",
-"+ c #E7E8EB",
-".....",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++",
-"+++++"};
diff --git a/common/xfwm4/top-left-active.xpm b/common/xfwm4/top-left-active.xpm
deleted file mode 100644
index 97217ee..0000000
--- a/common/xfwm4/top-left-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * top_left_active_xpm[] = {
-"2 28 4 1",
-" c None",
-". c #ECEDF0",
-"+ c #E8E9EB",
-"@ c #E7E8EB",
-" .",
-".+",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@"};
diff --git a/common/xfwm4/top-left-inactive.xpm b/common/xfwm4/top-left-inactive.xpm
deleted file mode 100644
index 6071c0b..0000000
--- a/common/xfwm4/top-left-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * top_left_inactive_xpm[] = {
-"2 28 4 1",
-" c None",
-". c #ECEDF0",
-"+ c #E8E9EB",
-"@ c #E7E8EB",
-" .",
-".+",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@"};
diff --git a/common/xfwm4/top-right-active.xpm b/common/xfwm4/top-right-active.xpm
deleted file mode 100644
index 57ad16b..0000000
--- a/common/xfwm4/top-right-active.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * top_right_active_xpm[] = {
-"2 28 4 1",
-" c None",
-". c #ECEDF0",
-"+ c #E8E9EB",
-"@ c #E7E8EB",
-". ",
-"+.",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@"};
diff --git a/common/xfwm4/top-right-inactive.xpm b/common/xfwm4/top-right-inactive.xpm
deleted file mode 100644
index f32a699..0000000
--- a/common/xfwm4/top-right-inactive.xpm
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * top_right_inactive_xpm[] = {
-"2 28 4 1",
-" c None",
-". c #ECEDF0",
-"+ c #E8E9EB",
-"@ c #E7E8EB",
-". ",
-"+.",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@",
-"@@"};
--
cgit v1.2.3
From 780bd46d53503db5467bf6855ffa0845cbf0b9ff Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 31 Aug 2016 00:22:45 +0200
Subject: add build support for Gnome 3.22
---
common/gnome-shell/3.22 | 1 +
common/gtk-3.0/3.22 | 1 +
2 files changed, 2 insertions(+)
create mode 120000 common/gnome-shell/3.22
create mode 120000 common/gtk-3.0/3.22
(limited to 'common')
diff --git a/common/gnome-shell/3.22 b/common/gnome-shell/3.22
new file mode 120000
index 0000000..55b698c
--- /dev/null
+++ b/common/gnome-shell/3.22
@@ -0,0 +1 @@
+3.18
\ No newline at end of file
diff --git a/common/gtk-3.0/3.22 b/common/gtk-3.0/3.22
new file mode 120000
index 0000000..8b6d177
--- /dev/null
+++ b/common/gtk-3.0/3.22
@@ -0,0 +1 @@
+3.20
\ No newline at end of file
--
cgit v1.2.3
From 5bd92f12a20358711ab7f7a55befb44acc0d5fa5 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 31 Aug 2016 00:35:56 +0200
Subject: don't use background images for entries
---
common/gtk-3.0/3.20/gtk-dark.css | 63 +++++++++++++-----------------
common/gtk-3.0/3.20/gtk-darker.css | 67 ++++++++++++++------------------
common/gtk-3.0/3.20/gtk-solid-dark.css | 63 +++++++++++++-----------------
common/gtk-3.0/3.20/gtk-solid-darker.css | 67 ++++++++++++++------------------
common/gtk-3.0/3.20/gtk-solid.css | 67 ++++++++++++++------------------
common/gtk-3.0/3.20/gtk.css | 67 ++++++++++++++------------------
common/gtk-3.0/3.20/sass/_common.scss | 8 ++--
common/gtk-3.0/3.20/sass/_drawing.scss | 17 +++-----
8 files changed, 180 insertions(+), 239 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index a8c610e..a7f352b 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -133,8 +133,7 @@ entry {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3;
border-color: #2b2e39;
- background-color: #404552;
- background-image: linear-gradient(to bottom, #404552); }
+ background-color: #404552; }
entry.search {
border-radius: 20px; }
entry image {
@@ -156,22 +155,20 @@ entry {
color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
- background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
entry:disabled {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
- background-color: rgba(64, 69, 82, 0.55);
- background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
+ background-color: rgba(64, 69, 82, 0.55); }
entry.warning {
color: white;
border-color: #2b2e39;
- background-image: linear-gradient(to bottom, #ab6441); }
+ background-color: #ab6441; }
entry.warning image {
color: white; }
entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835);
+ background-color: #F27835;
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: white;
@@ -179,12 +176,12 @@ entry {
entry.error {
color: white;
border-color: #2b2e39;
- background-image: linear-gradient(to bottom, #b14342); }
+ background-color: #b14342; }
entry.error image {
color: white; }
entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: white;
@@ -192,12 +189,12 @@ entry {
entry.search-missing {
color: white;
border-color: #2b2e39;
- background-image: linear-gradient(to bottom, #b14342); }
+ background-color: #b14342; }
entry.search-missing image {
color: white; }
entry.search-missing:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: white;
@@ -208,17 +205,16 @@ entry {
.osd entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.35); }
.osd entry image, .osd entry image:hover {
color: inherit; }
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
+ background-color: rgba(102, 109, 132, 0.2); }
.osd entry selection:focus, .osd entry selection {
color: #5294e2;
background-color: #ffffff; }
@@ -1047,8 +1043,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry, headerbar entry {
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.37);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.37); }
.primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover {
color: inherit; }
.primary-toolbar entry:backdrop, headerbar entry:backdrop {
@@ -1056,13 +1051,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
.primary-toolbar entry:disabled, headerbar entry:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
+ background-color: rgba(95, 105, 127, 0.22); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
color: #5294e2; }
@@ -1073,20 +1068,20 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry.warning, headerbar entry.warning {
color: white;
border-color: rgba(21, 23, 28, 0.37);
- background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
+ background-color: rgba(167, 94, 57, 0.988); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835); }
+ background-color: #F27835; }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
color: white;
border-color: rgba(21, 23, 28, 0.37);
- background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
+ background-color: rgba(173, 60, 59, 0.988); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138); }
+ background-color: #FC4138; }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: white;
color: #FC4138; }
@@ -1309,18 +1304,17 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo {
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.37);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.37); }
.primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover {
color: inherit; }
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
+ background-color: rgba(95, 105, 127, 0.22); }
.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
border-right-style: none; }
@@ -3182,7 +3176,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
- background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
@@ -3503,17 +3496,16 @@ button.documents-favorite:active:hover {
padding-right: 4px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.37);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.37); }
.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
+ background-color: rgba(95, 105, 127, 0.22); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294e2; }
@@ -4170,17 +4162,16 @@ filechooser actionbar button {
filechooser actionbar entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.35); }
filechooser actionbar entry image, filechooser actionbar entry image:hover {
color: inherit; }
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
+ background-color: rgba(102, 109, 132, 0.2); }
filechooser placessidebar.sidebar scrollbar,
.nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar {
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index c24219b..500e46d 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -133,8 +133,7 @@ entry {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
entry.search {
border-radius: 20px; }
entry image {
@@ -155,22 +154,20 @@ entry {
background-clip: border-box;
color: #5c616c;
border-color: #5294e2;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
entry:disabled {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
- background-color: rgba(255, 255, 255, 0.55);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
+ background-color: rgba(255, 255, 255, 0.55); }
entry.warning {
color: white;
border-color: #F27835;
- background-image: linear-gradient(to bottom, #f7ae86); }
+ background-color: #f7ae86; }
entry.warning image {
color: white; }
entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835);
+ background-color: #F27835;
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: white;
@@ -178,12 +175,12 @@ entry {
entry.error {
color: white;
border-color: #FC4138;
- background-image: linear-gradient(to bottom, #fd8d88); }
+ background-color: #fd8d88; }
entry.error image {
color: white; }
entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: white;
@@ -191,12 +188,12 @@ entry {
entry.search-missing {
color: white;
border-color: #FC4138;
- background-image: linear-gradient(to bottom, #fd8d88); }
+ background-color: #fd8d88; }
entry.search-missing image {
color: white; }
entry.search-missing:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: white;
@@ -207,17 +204,16 @@ entry {
.osd entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.35); }
.osd entry image, .osd entry image:hover {
color: inherit; }
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
+ background-color: rgba(102, 109, 132, 0.2); }
.osd entry selection:focus, .osd entry selection {
color: #5294e2;
background-color: #ffffff; }
@@ -1046,8 +1042,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry, headerbar entry {
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.37);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.37); }
.primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover {
color: inherit; }
.primary-toolbar entry:backdrop, headerbar entry:backdrop {
@@ -1055,13 +1050,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
.primary-toolbar entry:disabled, headerbar entry:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
+ background-color: rgba(95, 105, 127, 0.22); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
color: #5294e2; }
@@ -1072,20 +1067,20 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry.warning, headerbar entry.warning {
color: white;
border-color: rgba(21, 23, 28, 0.37);
- background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
+ background-color: rgba(167, 94, 57, 0.988); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835); }
+ background-color: #F27835; }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
color: white;
border-color: rgba(21, 23, 28, 0.37);
- background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
+ background-color: rgba(173, 60, 59, 0.988); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138); }
+ background-color: #FC4138; }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: white;
color: #FC4138; }
@@ -1308,18 +1303,17 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo {
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.37);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.37); }
.primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover {
color: inherit; }
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
+ background-color: rgba(95, 105, 127, 0.22); }
.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
border-right-style: none; }
@@ -3180,8 +3174,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border-radius: 3px;
color: #5c616c;
border-color: #5294e2;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(207, 218, 231, 0.8);
@@ -3502,17 +3495,16 @@ button.documents-favorite:active:hover {
padding-right: 4px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.37);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.37); }
.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
+ background-color: rgba(95, 105, 127, 0.22); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294e2; }
@@ -4173,17 +4165,16 @@ filechooser actionbar button {
filechooser actionbar entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.35); }
filechooser actionbar entry image, filechooser actionbar entry image:hover {
color: inherit; }
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
+ background-color: rgba(102, 109, 132, 0.2); }
filechooser placessidebar.sidebar scrollbar,
.nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar {
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 741e6c2..dcca4a9 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -133,8 +133,7 @@ entry {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3;
border-color: #2b2e39;
- background-color: #404552;
- background-image: linear-gradient(to bottom, #404552); }
+ background-color: #404552; }
entry.search {
border-radius: 20px; }
entry image {
@@ -156,22 +155,20 @@ entry {
color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
- background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
entry:disabled {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
- background-color: rgba(64, 69, 82, 0.55);
- background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
+ background-color: rgba(64, 69, 82, 0.55); }
entry.warning {
color: white;
border-color: #2b2e39;
- background-image: linear-gradient(to bottom, #ab6441); }
+ background-color: #ab6441; }
entry.warning image {
color: white; }
entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835);
+ background-color: #F27835;
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: white;
@@ -179,12 +176,12 @@ entry {
entry.error {
color: white;
border-color: #2b2e39;
- background-image: linear-gradient(to bottom, #b14342); }
+ background-color: #b14342; }
entry.error image {
color: white; }
entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: white;
@@ -192,12 +189,12 @@ entry {
entry.search-missing {
color: white;
border-color: #2b2e39;
- background-image: linear-gradient(to bottom, #b14342); }
+ background-color: #b14342; }
entry.search-missing image {
color: white; }
entry.search-missing:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: white;
@@ -208,17 +205,16 @@ entry {
.osd entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.4); }
.osd entry image, .osd entry image:hover {
color: inherit; }
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
+ background-color: rgba(102, 109, 132, 0.25); }
.osd entry selection:focus, .osd entry selection {
color: #5294e2;
background-color: #ffffff; }
@@ -1047,8 +1043,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry, headerbar entry {
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.4);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.4); }
.primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover {
color: inherit; }
.primary-toolbar entry:backdrop, headerbar entry:backdrop {
@@ -1056,13 +1051,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
.primary-toolbar entry:disabled, headerbar entry:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
+ background-color: rgba(95, 105, 127, 0.25); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
color: #5294e2; }
@@ -1073,20 +1068,20 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry.warning, headerbar entry.warning {
color: white;
border-color: rgba(21, 23, 28, 0.4);
- background-image: linear-gradient(to bottom, #a45d39); }
+ background-color: #a45d39; }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835); }
+ background-color: #F27835; }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
color: white;
border-color: rgba(21, 23, 28, 0.4);
- background-image: linear-gradient(to bottom, #aa3c3b); }
+ background-color: #aa3c3b; }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138); }
+ background-color: #FC4138; }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: white;
color: #FC4138; }
@@ -1309,18 +1304,17 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo {
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.4);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.4); }
.primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover {
color: inherit; }
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
+ background-color: rgba(95, 105, 127, 0.25); }
.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
border-right-style: none; }
@@ -3182,7 +3176,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
- background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
@@ -3503,17 +3496,16 @@ button.documents-favorite:active:hover {
padding-right: 4px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.4);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.4); }
.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
+ background-color: rgba(95, 105, 127, 0.25); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294e2; }
@@ -4170,17 +4162,16 @@ filechooser actionbar button {
filechooser actionbar entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.4); }
filechooser actionbar entry image, filechooser actionbar entry image:hover {
color: inherit; }
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
+ background-color: rgba(102, 109, 132, 0.25); }
filechooser placessidebar.sidebar scrollbar,
.nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar {
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 36ea48e..be5147d 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -133,8 +133,7 @@ entry {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
entry.search {
border-radius: 20px; }
entry image {
@@ -155,22 +154,20 @@ entry {
background-clip: border-box;
color: #5c616c;
border-color: #5294e2;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
entry:disabled {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
- background-color: rgba(255, 255, 255, 0.55);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
+ background-color: rgba(255, 255, 255, 0.55); }
entry.warning {
color: white;
border-color: #F27835;
- background-image: linear-gradient(to bottom, #f7ae86); }
+ background-color: #f7ae86; }
entry.warning image {
color: white; }
entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835);
+ background-color: #F27835;
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: white;
@@ -178,12 +175,12 @@ entry {
entry.error {
color: white;
border-color: #FC4138;
- background-image: linear-gradient(to bottom, #fd8d88); }
+ background-color: #fd8d88; }
entry.error image {
color: white; }
entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: white;
@@ -191,12 +188,12 @@ entry {
entry.search-missing {
color: white;
border-color: #FC4138;
- background-image: linear-gradient(to bottom, #fd8d88); }
+ background-color: #fd8d88; }
entry.search-missing image {
color: white; }
entry.search-missing:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: white;
@@ -207,17 +204,16 @@ entry {
.osd entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.4); }
.osd entry image, .osd entry image:hover {
color: inherit; }
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
+ background-color: rgba(102, 109, 132, 0.25); }
.osd entry selection:focus, .osd entry selection {
color: #5294e2;
background-color: #ffffff; }
@@ -1046,8 +1042,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry, headerbar entry {
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.4);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.4); }
.primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover {
color: inherit; }
.primary-toolbar entry:backdrop, headerbar entry:backdrop {
@@ -1055,13 +1050,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
.primary-toolbar entry:disabled, headerbar entry:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
+ background-color: rgba(95, 105, 127, 0.25); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
color: #5294e2; }
@@ -1072,20 +1067,20 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry.warning, headerbar entry.warning {
color: white;
border-color: rgba(21, 23, 28, 0.4);
- background-image: linear-gradient(to bottom, #a45d39); }
+ background-color: #a45d39; }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835); }
+ background-color: #F27835; }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
color: white;
border-color: rgba(21, 23, 28, 0.4);
- background-image: linear-gradient(to bottom, #aa3c3b); }
+ background-color: #aa3c3b; }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138); }
+ background-color: #FC4138; }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: white;
color: #FC4138; }
@@ -1308,18 +1303,17 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo {
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.4);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.4); }
.primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover {
color: inherit; }
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
+ background-color: rgba(95, 105, 127, 0.25); }
.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
border-right-style: none; }
@@ -3180,8 +3174,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border-radius: 3px;
color: #5c616c;
border-color: #5294e2;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(207, 218, 231, 0.8);
@@ -3502,17 +3495,16 @@ button.documents-favorite:active:hover {
padding-right: 4px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.4);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
- background-color: transparent; }
+ background-color: rgba(95, 105, 127, 0.4); }
.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
- background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
+ background-color: rgba(95, 105, 127, 0.25); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294e2; }
@@ -4173,17 +4165,16 @@ filechooser actionbar button {
filechooser actionbar entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.4); }
filechooser actionbar entry image, filechooser actionbar entry image:hover {
color: inherit; }
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
+ background-color: rgba(102, 109, 132, 0.25); }
filechooser placessidebar.sidebar scrollbar,
.nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar {
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index a94bae1..4374887 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -133,8 +133,7 @@ entry {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
entry.search {
border-radius: 20px; }
entry image {
@@ -155,22 +154,20 @@ entry {
background-clip: border-box;
color: #5c616c;
border-color: #5294e2;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
entry:disabled {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
- background-color: rgba(255, 255, 255, 0.55);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
+ background-color: rgba(255, 255, 255, 0.55); }
entry.warning {
color: white;
border-color: #F27835;
- background-image: linear-gradient(to bottom, #f7ae86); }
+ background-color: #f7ae86; }
entry.warning image {
color: white; }
entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835);
+ background-color: #F27835;
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: white;
@@ -178,12 +175,12 @@ entry {
entry.error {
color: white;
border-color: #FC4138;
- background-image: linear-gradient(to bottom, #fd8d88); }
+ background-color: #fd8d88; }
entry.error image {
color: white; }
entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: white;
@@ -191,12 +188,12 @@ entry {
entry.search-missing {
color: white;
border-color: #FC4138;
- background-image: linear-gradient(to bottom, #fd8d88); }
+ background-color: #fd8d88; }
entry.search-missing image {
color: white; }
entry.search-missing:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: white;
@@ -207,17 +204,16 @@ entry {
.osd entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.4); }
.osd entry image, .osd entry image:hover {
color: inherit; }
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
+ background-color: rgba(102, 109, 132, 0.25); }
.osd entry selection:focus, .osd entry selection {
color: #5294e2;
background-color: #ffffff; }
@@ -1046,8 +1042,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry, headerbar entry {
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
- background-color: transparent; }
+ background-color: rgba(255, 255, 255, 0.9); }
.primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover {
color: inherit; }
.primary-toolbar entry:backdrop, headerbar entry:backdrop {
@@ -1055,13 +1050,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: #5294e2;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
.primary-toolbar entry:disabled, headerbar entry:disabled {
color: rgba(82, 93, 118, 0.35);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
+ background-color: rgba(255, 255, 255, 0.75); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
color: #5294e2; }
@@ -1072,20 +1067,20 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry.warning, headerbar entry.warning {
color: white;
border-color: #F27835;
- background-image: linear-gradient(to bottom, #eea57e); }
+ background-color: #eea57e; }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835); }
+ background-color: #F27835; }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
color: white;
border-color: #FC4138;
- background-image: linear-gradient(to bottom, #f48480); }
+ background-color: #f48480; }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138); }
+ background-color: #FC4138; }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: white;
color: #FC4138; }
@@ -1308,18 +1303,17 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo {
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
- background-color: transparent; }
+ background-color: rgba(255, 255, 255, 0.9); }
.primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover {
color: inherit; }
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: #5294e2;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(82, 93, 118, 0.35);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
+ background-color: rgba(255, 255, 255, 0.75); }
.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
border-right-style: none; }
@@ -3184,8 +3178,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border-radius: 3px;
color: #5c616c;
border-color: #5294e2;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(82, 93, 118, 0.8);
@@ -3506,17 +3499,16 @@ button.documents-favorite:active:hover {
padding-right: 4px;
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
- background-color: transparent; }
+ background-color: rgba(255, 255, 255, 0.9); }
.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: #5294e2;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.marlin-pathbar.pathbar:disabled {
color: rgba(82, 93, 118, 0.35);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
+ background-color: rgba(255, 255, 255, 0.75); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294e2; }
@@ -4177,17 +4169,16 @@ filechooser actionbar button {
filechooser actionbar entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.4); }
filechooser actionbar entry image, filechooser actionbar entry image:hover {
color: inherit; }
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
+ background-color: rgba(102, 109, 132, 0.25); }
filechooser placessidebar.sidebar scrollbar,
.nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar {
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index ff77718..2e42f46 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -133,8 +133,7 @@ entry {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
border-color: #cfd6e6;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
entry.search {
border-radius: 20px; }
entry image {
@@ -155,22 +154,20 @@ entry {
background-clip: border-box;
color: #5c616c;
border-color: #5294e2;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
entry:disabled {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
- background-color: rgba(255, 255, 255, 0.55);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
+ background-color: rgba(255, 255, 255, 0.55); }
entry.warning {
color: white;
border-color: #F27835;
- background-image: linear-gradient(to bottom, #f7ae86); }
+ background-color: #f7ae86; }
entry.warning image {
color: white; }
entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835);
+ background-color: #F27835;
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: white;
@@ -178,12 +175,12 @@ entry {
entry.error {
color: white;
border-color: #FC4138;
- background-image: linear-gradient(to bottom, #fd8d88); }
+ background-color: #fd8d88; }
entry.error image {
color: white; }
entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: white;
@@ -191,12 +188,12 @@ entry {
entry.search-missing {
color: white;
border-color: #FC4138;
- background-image: linear-gradient(to bottom, #fd8d88); }
+ background-color: #fd8d88; }
entry.search-missing image {
color: white; }
entry.search-missing:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138);
+ background-color: #FC4138;
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: white;
@@ -207,17 +204,16 @@ entry {
.osd entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.35); }
.osd entry image, .osd entry image:hover {
color: inherit; }
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
+ background-color: rgba(102, 109, 132, 0.2); }
.osd entry selection:focus, .osd entry selection {
color: #5294e2;
background-color: #ffffff; }
@@ -1046,8 +1042,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry, headerbar entry {
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
- background-color: transparent; }
+ background-color: rgba(255, 255, 255, 0.9); }
.primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover {
color: inherit; }
.primary-toolbar entry:backdrop, headerbar entry:backdrop {
@@ -1055,13 +1050,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: #5294e2;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
.primary-toolbar entry:disabled, headerbar entry:disabled {
color: rgba(82, 93, 118, 0.35);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
+ background-color: rgba(255, 255, 255, 0.75); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
color: #5294e2; }
@@ -1072,20 +1067,20 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry.warning, headerbar entry.warning {
color: white;
border-color: #F27835;
- background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); }
+ background-color: rgba(238, 162, 121, 0.98); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: white;
- background-image: linear-gradient(to bottom, #F27835); }
+ background-color: #F27835; }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
color: white;
border-color: #FC4138;
- background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); }
+ background-color: rgba(244, 128, 123, 0.98); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: white;
- background-image: linear-gradient(to bottom, #FC4138); }
+ background-color: #FC4138; }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: white;
color: #FC4138; }
@@ -1308,18 +1303,17 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo {
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
- background-color: transparent; }
+ background-color: rgba(255, 255, 255, 0.9); }
.primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover {
color: inherit; }
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: #5294e2;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-color: #5294e2;
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(82, 93, 118, 0.35);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
+ background-color: rgba(255, 255, 255, 0.75); }
.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
border-right-style: none; }
@@ -3184,8 +3178,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border-radius: 3px;
color: #5c616c;
border-color: #5294e2;
- background-color: #ffffff;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(82, 93, 118, 0.8);
@@ -3506,17 +3499,16 @@ button.documents-favorite:active:hover {
padding-right: 4px;
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));
- background-color: transparent; }
+ background-color: rgba(255, 255, 255, 0.9); }
.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: #5294e2;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
.marlin-pathbar.pathbar:disabled {
color: rgba(82, 93, 118, 0.35);
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
+ background-color: rgba(255, 255, 255, 0.75); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294e2; }
@@ -4177,17 +4169,16 @@ filechooser actionbar button {
filechooser actionbar entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35));
- background-color: transparent; }
+ background-color: rgba(102, 109, 132, 0.35); }
filechooser actionbar entry image, filechooser actionbar entry image:hover {
color: inherit; }
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
- background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
+ background-color: rgba(102, 109, 132, 0.2); }
filechooser placessidebar.sidebar scrollbar,
.nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar {
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 43159eb..fa080ee 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -239,13 +239,13 @@ entry {
&.#{$e_type} {
color: $e_fg_color;
border-color: if($variant=='light', $e_color, $entry_border);
- background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%));
+ background-color: mix($e_color, $base_color, 60%);
image { color: $e_fg_color; }
&:focus {
color: $e_fg_color;
- background-image: linear-gradient(to bottom, $e_color);
+ background-color: $e_color;
box-shadow: none;
}
selection, selection:focus {
@@ -1147,11 +1147,11 @@ headerbar {
&.#{$e_type} {
color: $e_fg_color;
border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border);
- background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%));
+ background-color: mix($e_color, $header_bg, 60%);
&:focus {
color: $e_fg_color;
- background-image: linear-gradient(to bottom, $e_color);
+ background-color: $e_color;
}
selection, selection:focus {
background-color: $e_fg_color;
diff --git a/common/gtk-3.0/3.20/sass/_drawing.scss b/common/gtk-3.0/3.20/sass/_drawing.scss
index f5c3ca9..43190a3 100644
--- a/common/gtk-3.0/3.20/sass/_drawing.scss
+++ b/common/gtk-3.0/3.20/sass/_drawing.scss
@@ -16,7 +16,6 @@
color: $text_color;
border-color: $entry_border;
background-color: $entry_bg;
- background-image: linear-gradient(to bottom, $entry_bg);
}
@if $t==focus {
@@ -26,7 +25,6 @@
color: $text_color;
border-color: if($variant=='light', $selected_bg_color, $button_border);
background-color: $entry_bg;
- background-image: linear-gradient(to bottom, $entry_bg);
@if $variant == 'dark' {
box-shadow: inset 1px 0 $selected_bg_color,
@@ -43,7 +41,6 @@
color: $insensitive_fg_color;
border-color: transparentize($entry_border, 0.45);
background-color: transparentize($entry_bg, 0.45);
- background-image: linear-gradient(to bottom, transparentize($entry_bg, 0.45));
}
@if $t==header-normal {
@@ -53,8 +50,7 @@
color: $header_fg;
border-color: $header_entry_border;
- background-image: linear-gradient(to bottom, $header_entry_bg);
- background-color: transparent;
+ background-color: $header_entry_bg;
image, image:hover { color: inherit; }
}
@@ -65,7 +61,7 @@
//
color: $selected_fg_color;
border-color: if($darker=='false' and $variant=='light', $selected_bg_color, transparent);
- background-image: linear-gradient(to bottom, $selected_bg_color);
+ background-color: $selected_bg_color;
}
@if $t==header-insensitive {
@@ -73,7 +69,7 @@
// insensitive header-bar entry
//
color: transparentize($header_fg, 0.45);
- background-image: linear-gradient(to bottom, transparentize($header_entry_bg, 0.15));
+ background-color: transparentize($header_entry_bg, 0.15);
}
@else if $t==osd {
@@ -82,8 +78,7 @@
//
color: $osd_fg_color;
border-color: $osd_entry_border;
- background-image: linear-gradient(to bottom, $osd_entry_bg);
- background-color: transparent;
+ background-color: $osd_entry_bg;
image, image:hover { color: inherit; }
}
@@ -94,7 +89,7 @@
//
color: $selected_fg_color;
border-color: $osd_entry_border;
- background-image: linear-gradient(to bottom, $selected_bg_color);
+ background-color: $selected_bg_color;
}
@else if $t==osd-insensitive {
@@ -102,7 +97,7 @@
// insensitive osd entry
//
color: transparentize($osd_fg_color, 0.45);
- background-image: linear-gradient(to bottom, transparentize($osd_entry_bg, 0.15));
+ background-color: transparentize($osd_entry_bg, 0.15);
}
}
--
cgit v1.2.3
From 0cfa794f7c067ea222a7e6b4a8629f6b3532d3a6 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 31 Aug 2016 01:00:14 +0200
Subject: GTK 3.22: fix parsing errors
---
common/gtk-3.0/3.20/gtk-dark.css | 62 +++++++++++-----------
common/gtk-3.0/3.20/gtk-darker.css | 62 +++++++++++-----------
common/gtk-3.0/3.20/gtk-solid-dark.css | 62 +++++++++++-----------
common/gtk-3.0/3.20/gtk-solid-darker.css | 62 +++++++++++-----------
common/gtk-3.0/3.20/gtk-solid.css | 62 +++++++++++-----------
common/gtk-3.0/3.20/gtk.css | 62 +++++++++++-----------
common/gtk-3.0/3.20/sass/_applications.scss | 2 +-
common/gtk-3.0/3.20/sass/_common.scss | 20 +++----
common/gtk-3.0/3.20/sass/_drawing.scss | 5 ++
common/gtk-3.0/3.20/sass/_granite.scss | 10 ++--
common/gtk-3.0/3.20/sass/_lightdm.scss | 14 ++---
common/gtk-3.0/3.20/sass/_transparent_widgets.scss | 8 +--
common/gtk-3.0/3.20/sass/_unity.scss | 10 ++--
13 files changed, 223 insertions(+), 218 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index a7f352b..c59e6e0 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -1029,7 +1029,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
box-shadow: none; }
.titlebar:not(headerbar) > separator {
- background-image: linear-gradient(to top, rgba(38, 42, 51, 0.97)); }
+ background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97), rgba(38, 42, 51, 0.97)); }
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
min-width: 1px;
@@ -1431,14 +1431,14 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
color: #D3DAE3;
- background-image: linear-gradient(to bottom, #2b2e39);
+ background-color: #2b2e39;
border-radius: 3px;
border-width: 0; }
treeview.view header button {
@@ -1830,7 +1830,7 @@ scrollbar {
min-height: 40px; }
switch {
- font: 1;
+ font-size: 1px;
min-width: 52px;
min-height: 24px;
background-size: 52px 24px;
@@ -2621,7 +2621,7 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #F08437);
+ background-image: linear-gradient(to bottom, #F08437, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294e2; }
@@ -2651,15 +2651,15 @@ paned > separator {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: linear-gradient(to top, #2b2e39);
+ background-image: linear-gradient(to bottom, #2b2e39, #2b2e39);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294e2); }
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
background-color: #383C4A;
- background-image: linear-gradient(to top, #2b2e39), linear-gradient(to top, #2b2e39);
+ background-image: linear-gradient(to bottom, #2b2e39, #2b2e39), linear-gradient(to bottom, #2b2e39, #2b2e39);
background-size: 1px 1px, 1px 1px; }
paned.horizontal > separator {
@@ -2904,7 +2904,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
font: initial; }
.monospace {
- font: Monospace; }
+ font-family: Monospace; }
button.circular, button.nautilus-circular-button.image-button,
button.circular-button {
@@ -3513,7 +3513,7 @@ button.documents-favorite:active:hover {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, white);
+ background-image: linear-gradient(to bottom, white, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
@@ -3585,7 +3585,7 @@ UnityDecoration {
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: rgba(207, 218, 231, 0.8);
box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); }
UnityDecoration.top:backdrop {
@@ -3593,11 +3593,11 @@ UnityDecoration {
color: rgba(207, 218, 231, 0.5); }
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
background-color: transparent;
- background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); }
+ background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97), rgba(32, 35, 43, 0.97)); }
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
@@ -3608,7 +3608,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3801,7 +3801,7 @@ GraniteWidgetsWelcome {
GraniteWidgetsWelcome label {
color: #868b97;
- font: open sans 11;
+ font-size: 11px;
text-shadow: none; }
GraniteWidgetsWelcome .h1,
@@ -3821,7 +3821,7 @@ GraniteWidgetsPopOver {
margin: 0; }
.popover_bg {
- background-image: linear-gradient(to bottom, #404552);
+ background-image: linear-gradient(to bottom, #404552, #404552);
border: 1px solid rgba(0, 0, 0, 0.3); }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
@@ -3832,13 +3832,13 @@ GraniteWidgetsXsEntry entry {
padding: 4px; }
.h1 {
- font: open sans 24px; }
+ font-size: 24px; }
.h2 {
- font: open sans light 18px; }
+ font-size: 18px; }
.h3 {
- font: open sans 11px; }
+ font-size: 11px; }
.h4,
.category-label {
@@ -3855,24 +3855,24 @@ GtkListBox .h4 {
#panel_window {
background-color: rgba(43, 46, 55, 0.95);
color: #BAC3CF;
- font: bold;
+ font-weight: bold;
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
#panel_window menubar,
#panel_window menubar > menuitem {
background-color: transparent;
color: #BAC3CF;
- font: bold; }
+ font-weight: bold; }
#panel_window menubar menuitem:disabled {
color: rgba(186, 195, 207, 0.5); }
#panel_window menubar menuitem:disabled label {
color: inherit; }
#panel_window menubar menu > menuitem {
- font: normal; }
+ font-weight: normal; }
#login_window,
#shutdown_dialog,
#restart_dialog {
- font: normal;
+ font-weight: normal;
border-style: none;
background-color: transparent;
color: #D3DAE3; }
@@ -3939,9 +3939,9 @@ GtkListBox .h4 {
#login_window #user_combobox {
color: #D3DAE3;
- font: 13px; }
+ font-size: 13px; }
#login_window #user_combobox menu {
- font: normal; }
+ font-weight: normal; }
#user_image {
padding: 3px;
@@ -3987,13 +3987,13 @@ GtkListBox .h4 {
#greeter_infobar {
border-bottom-width: 0;
- font: bold; }
+ font-weight: bold; }
.nautilus-window paned > separator {
- background-image: linear-gradient(to top, rgba(42, 45, 55, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); }
filechooser paned > separator {
- background-image: linear-gradient(to top, rgba(42, 45, 55, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); }
filechooser.csd.background, filechooser placessidebar list,
.nautilus-window.csd.background,
@@ -4114,10 +4114,10 @@ filechooser actionbar {
background-color: #404552; }
.gedit-side-panel-paned > separator {
- background-image: linear-gradient(to top, rgba(42, 45, 55, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); }
.gedit-bottom-panel-paned > separator {
- background-image: linear-gradient(to top, #2b2e39); }
+ background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); }
.gedit-document-panel {
background-color: rgba(53, 57, 69, 0.95); }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 500e46d..7bdc8c6 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -1028,7 +1028,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
box-shadow: none; }
.titlebar:not(headerbar) > separator {
- background-image: linear-gradient(to top, rgba(38, 42, 51, 0.97)); }
+ background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97), rgba(38, 42, 51, 0.97)); }
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
min-width: 1px;
@@ -1430,14 +1430,14 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
color: #5c616c;
- background-image: linear-gradient(to bottom, #cfd6e6);
+ background-color: #cfd6e6;
border-radius: 3px;
border-width: 0; }
treeview.view header button {
@@ -1829,7 +1829,7 @@ scrollbar {
min-height: 40px; }
switch {
- font: 1;
+ font-size: 1px;
min-width: 52px;
min-height: 24px;
background-size: 52px 24px;
@@ -2620,7 +2620,7 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #F08437);
+ background-image: linear-gradient(to bottom, #F08437, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294e2; }
@@ -2650,15 +2650,15 @@ paned > separator {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: linear-gradient(to top, #dcdfe3);
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294e2); }
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
background-color: #F5F6F7;
- background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3);
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3);
background-size: 1px 1px, 1px 1px; }
paned.horizontal > separator {
@@ -2903,7 +2903,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
font: initial; }
.monospace {
- font: Monospace; }
+ font-family: Monospace; }
button.circular, button.nautilus-circular-button.image-button,
button.circular-button {
@@ -3512,7 +3512,7 @@ button.documents-favorite:active:hover {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, white);
+ background-image: linear-gradient(to bottom, white, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
@@ -3584,7 +3584,7 @@ UnityDecoration {
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: rgba(207, 218, 231, 0.8);
box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); }
UnityDecoration.top:backdrop {
@@ -3592,11 +3592,11 @@ UnityDecoration {
color: rgba(207, 218, 231, 0.5); }
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
background-color: transparent;
- background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); }
+ background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97), rgba(32, 35, 43, 0.97)); }
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
@@ -3607,7 +3607,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3800,7 +3800,7 @@ GraniteWidgetsWelcome {
GraniteWidgetsWelcome label {
color: #a9acb2;
- font: open sans 11;
+ font-size: 11px;
text-shadow: none; }
GraniteWidgetsWelcome .h1,
@@ -3820,7 +3820,7 @@ GraniteWidgetsPopOver {
margin: 0; }
.popover_bg {
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, #ffffff, #ffffff);
border: 1px solid rgba(0, 0, 0, 0.3); }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
@@ -3831,13 +3831,13 @@ GraniteWidgetsXsEntry entry {
padding: 4px; }
.h1 {
- font: open sans 24px; }
+ font-size: 24px; }
.h2 {
- font: open sans light 18px; }
+ font-size: 18px; }
.h3 {
- font: open sans 11px; }
+ font-size: 11px; }
.h4,
.category-label {
@@ -3854,24 +3854,24 @@ GtkListBox .h4 {
#panel_window {
background-color: rgba(43, 46, 55, 0.95);
color: #BAC3CF;
- font: bold;
+ font-weight: bold;
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
#panel_window menubar,
#panel_window menubar > menuitem {
background-color: transparent;
color: #BAC3CF;
- font: bold; }
+ font-weight: bold; }
#panel_window menubar menuitem:disabled {
color: rgba(186, 195, 207, 0.5); }
#panel_window menubar menuitem:disabled label {
color: inherit; }
#panel_window menubar menu > menuitem {
- font: normal; }
+ font-weight: normal; }
#login_window,
#shutdown_dialog,
#restart_dialog {
- font: normal;
+ font-weight: normal;
border-style: none;
background-color: transparent;
color: #5c616c; }
@@ -3938,9 +3938,9 @@ GtkListBox .h4 {
#login_window #user_combobox {
color: #5c616c;
- font: 13px; }
+ font-size: 13px; }
#login_window #user_combobox menu {
- font: normal; }
+ font-weight: normal; }
#user_image {
padding: 3px;
@@ -3986,17 +3986,17 @@ GtkListBox .h4 {
#greeter_infobar {
border-bottom-width: 0;
- font: bold; }
+ font-weight: bold; }
.nautilus-window paned > separator {
- background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
.nautilus-window paned > separator:dir(ltr) {
margin-left: -1px; }
.nautilus-window paned > separator:dir(rtl) {
margin-right: -1px; }
filechooser paned > separator {
- background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
filechooser.csd.background, filechooser placessidebar list,
.nautilus-window.csd.background,
@@ -4117,10 +4117,10 @@ filechooser actionbar {
background-color: #ffffff; }
.gedit-side-panel-paned > separator {
- background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
.gedit-bottom-panel-paned > separator {
- background-image: linear-gradient(to top, #dcdfe3); }
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
.gedit-document-panel {
background-color: rgba(53, 57, 69, 0.95); }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index dcca4a9..99c421a 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -1029,7 +1029,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
box-shadow: none; }
.titlebar:not(headerbar) > separator {
- background-image: linear-gradient(to top, #262a33); }
+ background-image: linear-gradient(to bottom, #262a33, #262a33); }
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
min-width: 1px;
@@ -1431,14 +1431,14 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
color: #D3DAE3;
- background-image: linear-gradient(to bottom, #2b2e39);
+ background-color: #2b2e39;
border-radius: 3px;
border-width: 0; }
treeview.view header button {
@@ -1830,7 +1830,7 @@ scrollbar {
min-height: 40px; }
switch {
- font: 1;
+ font-size: 1px;
min-width: 52px;
min-height: 24px;
background-size: 52px 24px;
@@ -2621,7 +2621,7 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #F08437);
+ background-image: linear-gradient(to bottom, #F08437, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294e2; }
@@ -2651,15 +2651,15 @@ paned > separator {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: linear-gradient(to top, #2b2e39);
+ background-image: linear-gradient(to bottom, #2b2e39, #2b2e39);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294e2); }
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
background-color: #383C4A;
- background-image: linear-gradient(to top, #2b2e39), linear-gradient(to top, #2b2e39);
+ background-image: linear-gradient(to bottom, #2b2e39, #2b2e39), linear-gradient(to bottom, #2b2e39, #2b2e39);
background-size: 1px 1px, 1px 1px; }
paned.horizontal > separator {
@@ -2904,7 +2904,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
font: initial; }
.monospace {
- font: Monospace; }
+ font-family: Monospace; }
button.circular, button.nautilus-circular-button.image-button,
button.circular-button {
@@ -3513,7 +3513,7 @@ button.documents-favorite:active:hover {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, white);
+ background-image: linear-gradient(to bottom, white, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
@@ -3585,7 +3585,7 @@ UnityDecoration {
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: rgba(207, 218, 231, 0.8);
box-shadow: inset 0 1px #363b48; }
UnityDecoration.top:backdrop {
@@ -3593,11 +3593,11 @@ UnityDecoration {
color: rgba(207, 218, 231, 0.5); }
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
background-color: transparent;
- background-image: linear-gradient(to bottom, #20232b); }
+ background-image: linear-gradient(to bottom, #20232b, #20232b); }
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
@@ -3608,7 +3608,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3801,7 +3801,7 @@ GraniteWidgetsWelcome {
GraniteWidgetsWelcome label {
color: #868b97;
- font: open sans 11;
+ font-size: 11px;
text-shadow: none; }
GraniteWidgetsWelcome .h1,
@@ -3821,7 +3821,7 @@ GraniteWidgetsPopOver {
margin: 0; }
.popover_bg {
- background-image: linear-gradient(to bottom, #404552);
+ background-image: linear-gradient(to bottom, #404552, #404552);
border: 1px solid rgba(0, 0, 0, 0.3); }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
@@ -3832,13 +3832,13 @@ GraniteWidgetsXsEntry entry {
padding: 4px; }
.h1 {
- font: open sans 24px; }
+ font-size: 24px; }
.h2 {
- font: open sans light 18px; }
+ font-size: 18px; }
.h3 {
- font: open sans 11px; }
+ font-size: 11px; }
.h4,
.category-label {
@@ -3855,24 +3855,24 @@ GtkListBox .h4 {
#panel_window {
background-color: #2b2e37;
color: #BAC3CF;
- font: bold;
+ font-weight: bold;
box-shadow: inset 0 -1px #1b1d23; }
#panel_window menubar,
#panel_window menubar > menuitem {
background-color: transparent;
color: #BAC3CF;
- font: bold; }
+ font-weight: bold; }
#panel_window menubar menuitem:disabled {
color: rgba(186, 195, 207, 0.5); }
#panel_window menubar menuitem:disabled label {
color: inherit; }
#panel_window menubar menu > menuitem {
- font: normal; }
+ font-weight: normal; }
#login_window,
#shutdown_dialog,
#restart_dialog {
- font: normal;
+ font-weight: normal;
border-style: none;
background-color: transparent;
color: #D3DAE3; }
@@ -3939,9 +3939,9 @@ GtkListBox .h4 {
#login_window #user_combobox {
color: #D3DAE3;
- font: 13px; }
+ font-size: 13px; }
#login_window #user_combobox menu {
- font: normal; }
+ font-weight: normal; }
#user_image {
padding: 3px;
@@ -3987,13 +3987,13 @@ GtkListBox .h4 {
#greeter_infobar {
border-bottom-width: 0;
- font: bold; }
+ font-weight: bold; }
.nautilus-window paned > separator {
- background-image: linear-gradient(to top, #2a2d37); }
+ background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); }
filechooser paned > separator {
- background-image: linear-gradient(to top, #2a2d37); }
+ background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); }
filechooser.csd.background, filechooser placessidebar list,
.nautilus-window.csd.background,
@@ -4114,10 +4114,10 @@ filechooser actionbar {
background-color: #404552; }
.gedit-side-panel-paned > separator {
- background-image: linear-gradient(to top, #2a2d37); }
+ background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); }
.gedit-bottom-panel-paned > separator {
- background-image: linear-gradient(to top, #2b2e39); }
+ background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); }
.gedit-document-panel {
background-color: #353945; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index be5147d..71cad90 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -1028,7 +1028,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
box-shadow: none; }
.titlebar:not(headerbar) > separator {
- background-image: linear-gradient(to top, #262a33); }
+ background-image: linear-gradient(to bottom, #262a33, #262a33); }
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
min-width: 1px;
@@ -1430,14 +1430,14 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
color: #5c616c;
- background-image: linear-gradient(to bottom, #cfd6e6);
+ background-color: #cfd6e6;
border-radius: 3px;
border-width: 0; }
treeview.view header button {
@@ -1829,7 +1829,7 @@ scrollbar {
min-height: 40px; }
switch {
- font: 1;
+ font-size: 1px;
min-width: 52px;
min-height: 24px;
background-size: 52px 24px;
@@ -2620,7 +2620,7 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #F08437);
+ background-image: linear-gradient(to bottom, #F08437, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294e2; }
@@ -2650,15 +2650,15 @@ paned > separator {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: linear-gradient(to top, #dcdfe3);
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294e2); }
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
background-color: #F5F6F7;
- background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3);
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3);
background-size: 1px 1px, 1px 1px; }
paned.horizontal > separator {
@@ -2903,7 +2903,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
font: initial; }
.monospace {
- font: Monospace; }
+ font-family: Monospace; }
button.circular, button.nautilus-circular-button.image-button,
button.circular-button {
@@ -3512,7 +3512,7 @@ button.documents-favorite:active:hover {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, white);
+ background-image: linear-gradient(to bottom, white, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
@@ -3584,7 +3584,7 @@ UnityDecoration {
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: rgba(207, 218, 231, 0.8);
box-shadow: inset 0 1px #363b48; }
UnityDecoration.top:backdrop {
@@ -3592,11 +3592,11 @@ UnityDecoration {
color: rgba(207, 218, 231, 0.5); }
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
background-color: transparent;
- background-image: linear-gradient(to bottom, #20232b); }
+ background-image: linear-gradient(to bottom, #20232b, #20232b); }
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
@@ -3607,7 +3607,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3800,7 +3800,7 @@ GraniteWidgetsWelcome {
GraniteWidgetsWelcome label {
color: #a9acb2;
- font: open sans 11;
+ font-size: 11px;
text-shadow: none; }
GraniteWidgetsWelcome .h1,
@@ -3820,7 +3820,7 @@ GraniteWidgetsPopOver {
margin: 0; }
.popover_bg {
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, #ffffff, #ffffff);
border: 1px solid rgba(0, 0, 0, 0.3); }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
@@ -3831,13 +3831,13 @@ GraniteWidgetsXsEntry entry {
padding: 4px; }
.h1 {
- font: open sans 24px; }
+ font-size: 24px; }
.h2 {
- font: open sans light 18px; }
+ font-size: 18px; }
.h3 {
- font: open sans 11px; }
+ font-size: 11px; }
.h4,
.category-label {
@@ -3854,24 +3854,24 @@ GtkListBox .h4 {
#panel_window {
background-color: #2b2e37;
color: #BAC3CF;
- font: bold;
+ font-weight: bold;
box-shadow: inset 0 -1px #1b1d23; }
#panel_window menubar,
#panel_window menubar > menuitem {
background-color: transparent;
color: #BAC3CF;
- font: bold; }
+ font-weight: bold; }
#panel_window menubar menuitem:disabled {
color: rgba(186, 195, 207, 0.5); }
#panel_window menubar menuitem:disabled label {
color: inherit; }
#panel_window menubar menu > menuitem {
- font: normal; }
+ font-weight: normal; }
#login_window,
#shutdown_dialog,
#restart_dialog {
- font: normal;
+ font-weight: normal;
border-style: none;
background-color: transparent;
color: #5c616c; }
@@ -3938,9 +3938,9 @@ GtkListBox .h4 {
#login_window #user_combobox {
color: #5c616c;
- font: 13px; }
+ font-size: 13px; }
#login_window #user_combobox menu {
- font: normal; }
+ font-weight: normal; }
#user_image {
padding: 3px;
@@ -3986,17 +3986,17 @@ GtkListBox .h4 {
#greeter_infobar {
border-bottom-width: 0;
- font: bold; }
+ font-weight: bold; }
.nautilus-window paned > separator {
- background-image: linear-gradient(to top, #353945); }
+ background-image: linear-gradient(to bottom, #353945, #353945); }
.nautilus-window paned > separator:dir(ltr) {
margin-left: -1px; }
.nautilus-window paned > separator:dir(rtl) {
margin-right: -1px; }
filechooser paned > separator {
- background-image: linear-gradient(to top, #353945); }
+ background-image: linear-gradient(to bottom, #353945, #353945); }
filechooser.csd.background, filechooser placessidebar list,
.nautilus-window.csd.background,
@@ -4117,10 +4117,10 @@ filechooser actionbar {
background-color: #ffffff; }
.gedit-side-panel-paned > separator {
- background-image: linear-gradient(to top, #353945); }
+ background-image: linear-gradient(to bottom, #353945, #353945); }
.gedit-bottom-panel-paned > separator {
- background-image: linear-gradient(to top, #dcdfe3); }
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
.gedit-document-panel {
background-color: #353945; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 4374887..f1c3ac7 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -1028,7 +1028,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
box-shadow: none; }
.titlebar:not(headerbar) > separator {
- background-image: linear-gradient(to top, #d4d5db); }
+ background-image: linear-gradient(to bottom, #d4d5db, #d4d5db); }
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
min-width: 1px;
@@ -1434,14 +1434,14 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
color: #5c616c;
- background-image: linear-gradient(to bottom, #cfd6e6);
+ background-color: #cfd6e6;
border-radius: 3px;
border-width: 0; }
treeview.view header button {
@@ -1833,7 +1833,7 @@ scrollbar {
min-height: 40px; }
switch {
- font: 1;
+ font-size: 1px;
min-width: 52px;
min-height: 24px;
background-size: 52px 24px;
@@ -2624,7 +2624,7 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #F08437);
+ background-image: linear-gradient(to bottom, #F08437, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294e2; }
@@ -2654,15 +2654,15 @@ paned > separator {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: linear-gradient(to top, #dcdfe3);
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294e2); }
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
background-color: #F5F6F7;
- background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3);
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3);
background-size: 1px 1px, 1px 1px; }
paned.horizontal > separator {
@@ -2907,7 +2907,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
font: initial; }
.monospace {
- font: Monospace; }
+ font-family: Monospace; }
button.circular, button.nautilus-circular-button.image-button,
button.circular-button {
@@ -3516,7 +3516,7 @@ button.documents-favorite:active:hover {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, white);
+ background-image: linear-gradient(to bottom, white, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
@@ -3588,7 +3588,7 @@ UnityDecoration {
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
- background-image: linear-gradient(to bottom, #e7e8eb);
+ background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb);
color: rgba(82, 93, 118, 0.8);
box-shadow: inset 0 1px #eff0f2; }
UnityDecoration.top:backdrop {
@@ -3596,11 +3596,11 @@ UnityDecoration {
color: rgba(82, 93, 118, 0.5); }
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
background-color: transparent;
- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
@@ -3611,7 +3611,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3804,7 +3804,7 @@ GraniteWidgetsWelcome {
GraniteWidgetsWelcome label {
color: #a9acb2;
- font: open sans 11;
+ font-size: 11px;
text-shadow: none; }
GraniteWidgetsWelcome .h1,
@@ -3824,7 +3824,7 @@ GraniteWidgetsPopOver {
margin: 0; }
.popover_bg {
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, #ffffff, #ffffff);
border: 1px solid rgba(0, 0, 0, 0.3); }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
@@ -3835,13 +3835,13 @@ GraniteWidgetsXsEntry entry {
padding: 4px; }
.h1 {
- font: open sans 24px; }
+ font-size: 24px; }
.h2 {
- font: open sans light 18px; }
+ font-size: 18px; }
.h3 {
- font: open sans 11px; }
+ font-size: 11px; }
.h4,
.category-label {
@@ -3858,24 +3858,24 @@ GtkListBox .h4 {
#panel_window {
background-color: #2b2e37;
color: #BAC3CF;
- font: bold;
+ font-weight: bold;
box-shadow: inset 0 -1px #1b1d23; }
#panel_window menubar,
#panel_window menubar > menuitem {
background-color: transparent;
color: #BAC3CF;
- font: bold; }
+ font-weight: bold; }
#panel_window menubar menuitem:disabled {
color: rgba(186, 195, 207, 0.5); }
#panel_window menubar menuitem:disabled label {
color: inherit; }
#panel_window menubar menu > menuitem {
- font: normal; }
+ font-weight: normal; }
#login_window,
#shutdown_dialog,
#restart_dialog {
- font: normal;
+ font-weight: normal;
border-style: none;
background-color: transparent;
color: #5c616c; }
@@ -3942,9 +3942,9 @@ GtkListBox .h4 {
#login_window #user_combobox {
color: #5c616c;
- font: 13px; }
+ font-size: 13px; }
#login_window #user_combobox menu {
- font: normal; }
+ font-weight: normal; }
#user_image {
padding: 3px;
@@ -3990,17 +3990,17 @@ GtkListBox .h4 {
#greeter_infobar {
border-bottom-width: 0;
- font: bold; }
+ font-weight: bold; }
.nautilus-window paned > separator {
- background-image: linear-gradient(to top, #353945); }
+ background-image: linear-gradient(to bottom, #353945, #353945); }
.nautilus-window paned > separator:dir(ltr) {
margin-left: -1px; }
.nautilus-window paned > separator:dir(rtl) {
margin-right: -1px; }
filechooser paned > separator {
- background-image: linear-gradient(to top, #353945); }
+ background-image: linear-gradient(to bottom, #353945, #353945); }
filechooser.csd.background, filechooser placessidebar list,
.nautilus-window.csd.background,
@@ -4121,10 +4121,10 @@ filechooser actionbar {
background-color: #ffffff; }
.gedit-side-panel-paned > separator {
- background-image: linear-gradient(to top, #353945); }
+ background-image: linear-gradient(to bottom, #353945, #353945); }
.gedit-bottom-panel-paned > separator {
- background-image: linear-gradient(to top, #dcdfe3); }
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
.gedit-document-panel {
background-color: #353945; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 2e42f46..45e43cd 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -1028,7 +1028,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
box-shadow: none; }
.titlebar:not(headerbar) > separator {
- background-image: linear-gradient(to top, rgba(212, 213, 219, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95), rgba(212, 213, 219, 0.95)); }
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
min-width: 1px;
@@ -1434,14 +1434,14 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
- background-image: linear-gradient(to bottom, #5294e2); }
+ background-color: #5294e2; }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
- background-image: linear-gradient(to bottom, #ffffff); }
+ background-color: #ffffff; }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
color: #5c616c;
- background-image: linear-gradient(to bottom, #cfd6e6);
+ background-color: #cfd6e6;
border-radius: 3px;
border-width: 0; }
treeview.view header button {
@@ -1833,7 +1833,7 @@ scrollbar {
min-height: 40px; }
switch {
- font: 1;
+ font-size: 1px;
min-width: 52px;
min-height: 24px;
background-size: 52px 24px;
@@ -2624,7 +2624,7 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #F08437);
+ background-image: linear-gradient(to bottom, #F08437, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294e2; }
@@ -2654,15 +2654,15 @@ paned > separator {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: linear-gradient(to top, #dcdfe3);
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to top, #5294e2); }
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
background-color: #F5F6F7;
- background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3);
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3);
background-size: 1px 1px, 1px 1px; }
paned.horizontal > separator {
@@ -2907,7 +2907,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
font: initial; }
.monospace {
- font: Monospace; }
+ font-family: Monospace; }
button.circular, button.nautilus-circular-button.image-button,
button.circular-button {
@@ -3516,7 +3516,7 @@ button.documents-favorite:active:hover {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, white);
+ background-image: linear-gradient(to bottom, white, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
@@ -3588,7 +3588,7 @@ UnityDecoration {
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
- background-image: linear-gradient(to bottom, #e7e8eb);
+ background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb);
color: rgba(82, 93, 118, 0.8);
box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); }
UnityDecoration.top:backdrop {
@@ -3596,11 +3596,11 @@ UnityDecoration {
color: rgba(82, 93, 118, 0.5); }
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
background-color: transparent;
- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
@@ -3611,7 +3611,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
- background-image: linear-gradient(to bottom, #5294e2);
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3804,7 +3804,7 @@ GraniteWidgetsWelcome {
GraniteWidgetsWelcome label {
color: #a9acb2;
- font: open sans 11;
+ font-size: 11px;
text-shadow: none; }
GraniteWidgetsWelcome .h1,
@@ -3824,7 +3824,7 @@ GraniteWidgetsPopOver {
margin: 0; }
.popover_bg {
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, #ffffff, #ffffff);
border: 1px solid rgba(0, 0, 0, 0.3); }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
@@ -3835,13 +3835,13 @@ GraniteWidgetsXsEntry entry {
padding: 4px; }
.h1 {
- font: open sans 24px; }
+ font-size: 24px; }
.h2 {
- font: open sans light 18px; }
+ font-size: 18px; }
.h3 {
- font: open sans 11px; }
+ font-size: 11px; }
.h4,
.category-label {
@@ -3858,24 +3858,24 @@ GtkListBox .h4 {
#panel_window {
background-color: rgba(43, 46, 55, 0.95);
color: #BAC3CF;
- font: bold;
+ font-weight: bold;
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
#panel_window menubar,
#panel_window menubar > menuitem {
background-color: transparent;
color: #BAC3CF;
- font: bold; }
+ font-weight: bold; }
#panel_window menubar menuitem:disabled {
color: rgba(186, 195, 207, 0.5); }
#panel_window menubar menuitem:disabled label {
color: inherit; }
#panel_window menubar menu > menuitem {
- font: normal; }
+ font-weight: normal; }
#login_window,
#shutdown_dialog,
#restart_dialog {
- font: normal;
+ font-weight: normal;
border-style: none;
background-color: transparent;
color: #5c616c; }
@@ -3942,9 +3942,9 @@ GtkListBox .h4 {
#login_window #user_combobox {
color: #5c616c;
- font: 13px; }
+ font-size: 13px; }
#login_window #user_combobox menu {
- font: normal; }
+ font-weight: normal; }
#user_image {
padding: 3px;
@@ -3990,17 +3990,17 @@ GtkListBox .h4 {
#greeter_infobar {
border-bottom-width: 0;
- font: bold; }
+ font-weight: bold; }
.nautilus-window paned > separator {
- background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
.nautilus-window paned > separator:dir(ltr) {
margin-left: -1px; }
.nautilus-window paned > separator:dir(rtl) {
margin-right: -1px; }
filechooser paned > separator {
- background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
filechooser.csd.background, filechooser placessidebar list,
.nautilus-window.csd.background,
@@ -4121,10 +4121,10 @@ filechooser actionbar {
background-color: #ffffff; }
.gedit-side-panel-paned > separator {
- background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
+ background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
.gedit-bottom-panel-paned > separator {
- background-image: linear-gradient(to top, #dcdfe3); }
+ background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
.gedit-document-panel {
background-color: rgba(53, 57, 69, 0.95); }
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss
index 3bd8448..de316cd 100644
--- a/common/gtk-3.0/3.20/sass/_applications.scss
+++ b/common/gtk-3.0/3.20/sass/_applications.scss
@@ -572,7 +572,7 @@ button.documents-favorite:active:hover {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, white);
+ background-image: _solid(white);
background-color: transparent;
.title, .label {
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index fa080ee..08e1160 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -1096,7 +1096,7 @@ headerbar {
}
}
- > separator { background-image: linear-gradient(to top, $header_border); }
+ > separator { background-image: _solid($header_border); }
@extend %titlebar;
}
@@ -1474,17 +1474,17 @@ treeview.view {
&.progressbar, &.progressbar:focus { // progress bar in treeviews
color: $selected_fg_color;
border-radius: 3px;
- background-image: linear-gradient(to bottom, $selected_bg_color);
+ background-color: $selected_bg_color;
&:selected, &:selected:focus {
color: $selected_bg_color;
box-shadow: none;
- background-image: linear-gradient(to bottom, $selected_fg_color);
+ background-color: $selected_fg_color;
}
}
&.trough, &.trough:selected, &.trough:selected:focus { // progress bar trough in treeviews
color: $fg_color;
- background-image: linear-gradient(to bottom, $button_border);
+ background-color: $button_border;
border-radius: 3px;
border-width: 0;
}
@@ -1937,7 +1937,7 @@ scrollbar {
// Switches
//
switch {
- font: 1;
+ font-size: 1px;
min-width: 52px;
min-height: 24px;
@@ -2681,7 +2681,7 @@ placessidebar {
&.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, $drop_target_color);
+ background-image: _solid($drop_target_color);
background-clip: content-box;
}
@@ -2731,16 +2731,16 @@ paned {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: linear-gradient(to top, $borders_color);
+ background-image: _solid($borders_color);
background-size: 1px 1px;
- &:selected { background-image: linear-gradient(to top, $selected_bg_color); }
+ &:selected { background-image: _solid($selected_bg_color); }
&.wide {
min-width: 5px;
min-height: 5px;
background-color: $bg_color;
- background-image: linear-gradient(to top, $borders_color), linear-gradient(to top, $borders_color);
+ background-image: _solid($borders_color), _solid($borders_color);
background-size: 1px 1px, 1px 1px;
}
}
@@ -2997,7 +2997,7 @@ colorchooser .popover.osd { border-radius: 3px; }
// Decouple the font of context menus from their entry/textview
.context-menu { font: initial; }
-.monospace { font: Monospace; }
+.monospace { font-family: Monospace; }
//
// Shortcuts Help
diff --git a/common/gtk-3.0/3.20/sass/_drawing.scss b/common/gtk-3.0/3.20/sass/_drawing.scss
index 43190a3..7bbd93a 100644
--- a/common/gtk-3.0/3.20/sass/_drawing.scss
+++ b/common/gtk-3.0/3.20/sass/_drawing.scss
@@ -1,5 +1,10 @@
// Drawing mixins
+// Solid color image
+@function _solid($c) {
+ @return linear-gradient(to bottom, $c, $c);
+}
+
// Entries
@mixin entry($t) {
diff --git a/common/gtk-3.0/3.20/sass/_granite.scss b/common/gtk-3.0/3.20/sass/_granite.scss
index a491d31..a564d55 100644
--- a/common/gtk-3.0/3.20/sass/_granite.scss
+++ b/common/gtk-3.0/3.20/sass/_granite.scss
@@ -151,7 +151,7 @@ GraniteWidgetsWelcome {
GraniteWidgetsWelcome label {
color: mix($fg_color, $bg_color, 50%);
- font: open sans 11;
+ font-size: 11px;
text-shadow: none;
}
@@ -182,7 +182,7 @@ GraniteWidgetsPopOver {
}
.popover_bg {
- background-image: linear-gradient(to bottom, $base_color);
+ background-image: _solid($base_color);
border: 1px solid transparentize(black, 0.7);
}
@@ -199,9 +199,9 @@ GraniteWidgetsXsEntry entry { padding: 4px; }
//
// Text Styles
//
-.h1 { font: open sans 24px; }
-.h2 { font: open sans light 18px; }
-.h3 { font: open sans 11px; }
+.h1 { font-size: 24px; }
+.h2 { font-size: 18px; }
+.h3 { font-size: 11px; }
.h4,
.category-label {
color: mix($bg_color, $text_color, 30%);
diff --git a/common/gtk-3.0/3.20/sass/_lightdm.scss b/common/gtk-3.0/3.20/sass/_lightdm.scss
index e5e5530..0b91ff2 100644
--- a/common/gtk-3.0/3.20/sass/_lightdm.scss
+++ b/common/gtk-3.0/3.20/sass/_lightdm.scss
@@ -2,7 +2,7 @@
#panel_window {
background-color: $panel_bg;
color: $panel_fg;
- font: bold;
+ font-weight: bold;
box-shadow: inset 0 -1px darken($panel_bg, 7%);
// the menubars/menus of the panel, i.e. indicators
@@ -10,7 +10,7 @@
menubar > menuitem {
background-color: transparent;
color: $panel_fg;
- font: bold;
+ font-weight: bold;
}
menubar menuitem:disabled {
@@ -18,14 +18,14 @@
label { color: inherit; }
}
- menubar menu > menuitem { font: normal; }
+ menubar menu > menuitem { font-weight: normal; }
}
// the login window
#login_window,
#shutdown_dialog,
#restart_dialog {
- font: normal;
+ font-weight: normal;
border-style: none;
background-color: transparent;
color: $fg_color;
@@ -72,9 +72,9 @@
#login_window #user_combobox {
color: $fg_color;
- font: 13px;
+ font-size: 13px;
- menu { font: normal; }
+ menu { font-weight: normal; }
}
// the user's avatar box
@@ -102,5 +102,5 @@
// the warning, in case a wrong password is entered or something else goes wrong according to PAM
#greeter_infobar {
border-bottom-width: 0;
- font: bold;
+ font-weight: bold;
}
diff --git a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
index f6966a5..2b59744 100644
--- a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
@@ -3,7 +3,7 @@
//.nemo-window,
.nautilus-window {
paned > separator {
- background-image: linear-gradient(to top, $dark_sidebar_border);
+ background-image: _solid($dark_sidebar_border);
@if $variant=='light' {
&:dir(ltr) { margin-left: -1px; }
@@ -12,7 +12,7 @@
}
}
-filechooser paned > separator { background-image: linear-gradient(to top, $dark_sidebar_border); }
+filechooser paned > separator { background-image: _solid($dark_sidebar_border); }
// Dark transparent sidebars
filechooser,
@@ -145,8 +145,8 @@ filechooser {
// Gedit
.gedit-bottom-panel-paned { background-color: $base_color; }
-.gedit-side-panel-paned > separator { background-image: linear-gradient(to top, $dark_sidebar_border); }
-.gedit-bottom-panel-paned > separator { background-image: linear-gradient(to top, $borders_color); }
+.gedit-side-panel-paned > separator { background-image: _solid($dark_sidebar_border); }
+.gedit-bottom-panel-paned > separator { background-image: _solid($borders_color); }
.gedit-document-panel {
background-color: $dark_sidebar_bg;
diff --git a/common/gtk-3.0/3.20/sass/_unity.scss b/common/gtk-3.0/3.20/sass/_unity.scss
index f83e73c..b851ec9 100644
--- a/common/gtk-3.0/3.20/sass/_unity.scss
+++ b/common/gtk-3.0/3.20/sass/_unity.scss
@@ -23,28 +23,28 @@ UnityDecoration {
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
- background-image: linear-gradient(to bottom, opacify($header_bg, 1));
+ background-image: _solid(opacify($header_bg, 1));
color: $header_fg; // The foreground color will be used to paint the text
box-shadow: inset 0 1px lighten($header_bg, 3%);
&:backdrop {
border-bottom-width: 0;
- //background-image: linear-gradient(to bottom, opacify($header_bg_backdrop, 1));
+ //background-image: _solid(opacify($header_bg_backdrop, 1));
color: transparentize($header_fg, 0.3);
}
}
&.left, &.right, &.bottom,
&.left:backdrop, &.right:backdrop, &.bottom:backdrop {
background-color: transparent;
- background-image: linear-gradient(to bottom, if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9)));
+ background-image: _solid(if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9)));
}
}
// Panel Style
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: _solid(#2f343f);
color: lighten($panel_fg, 20%);
box-shadow: none;
@@ -55,7 +55,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: $selected_fg_color;
- background-image: linear-gradient(to bottom, $selected_bg_color);
+ background-image: _solid($selected_bg_color);
border-bottom: none;
}
--
cgit v1.2.3
From 1c706464c5de388d83440cb684c6a8d4d8255153 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 31 Aug 2016 13:06:14 +0200
Subject: nautilus: add conflict-row styling
---
common/gtk-3.0/3.20/gtk-dark.css | 11 +++++++++++
common/gtk-3.0/3.20/gtk-darker.css | 11 +++++++++++
common/gtk-3.0/3.20/gtk-solid-dark.css | 11 +++++++++++
common/gtk-3.0/3.20/gtk-solid-darker.css | 11 +++++++++++
common/gtk-3.0/3.20/gtk-solid.css | 11 +++++++++++
common/gtk-3.0/3.20/gtk.css | 11 +++++++++++
common/gtk-3.0/3.20/sass/_applications.scss | 15 +++++++++++++++
7 files changed, 81 insertions(+)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index c59e6e0..c446c34 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -3164,6 +3164,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
+.conflict-row.activatable, .conflict-row.activatable:active {
+ color: white;
+ background-color: #FC4138; }
+
+.conflict-row.activatable:hover {
+ background-color: #fd716a; }
+
+.conflict-row.activatable:selected {
+ color: #ffffff;
+ background-color: #5294e2; }
+
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 7bdc8c6..365d8f7 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -3163,6 +3163,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
+.conflict-row.activatable, .conflict-row.activatable:active {
+ color: white;
+ background-color: #FC4138; }
+
+.conflict-row.activatable:hover {
+ background-color: #fd716a; }
+
+.conflict-row.activatable:selected {
+ color: #ffffff;
+ background-color: #5294e2; }
+
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 99c421a..0cef74f 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -3164,6 +3164,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
+.conflict-row.activatable, .conflict-row.activatable:active {
+ color: white;
+ background-color: #FC4138; }
+
+.conflict-row.activatable:hover {
+ background-color: #fd716a; }
+
+.conflict-row.activatable:selected {
+ color: #ffffff;
+ background-color: #5294e2; }
+
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 71cad90..9b866b2 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -3163,6 +3163,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
+.conflict-row.activatable, .conflict-row.activatable:active {
+ color: white;
+ background-color: #FC4138; }
+
+.conflict-row.activatable:hover {
+ background-color: #fd716a; }
+
+.conflict-row.activatable:selected {
+ color: #ffffff;
+ background-color: #5294e2; }
+
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index f1c3ac7..8ce70b6 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -3167,6 +3167,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
+.conflict-row.activatable, .conflict-row.activatable:active {
+ color: white;
+ background-color: #FC4138; }
+
+.conflict-row.activatable:hover {
+ background-color: #fd716a; }
+
+.conflict-row.activatable:selected {
+ color: #ffffff;
+ background-color: #5294e2; }
+
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 45e43cd..387b24b 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -3167,6 +3167,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3; }
+.conflict-row.activatable, .conflict-row.activatable:active {
+ color: white;
+ background-color: #FC4138; }
+
+.conflict-row.activatable:hover {
+ background-color: #fd716a; }
+
+.conflict-row.activatable:selected {
+ color: #ffffff;
+ background-color: #5294e2; }
+
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss
index de316cd..c6cb1dd 100644
--- a/common/gtk-3.0/3.20/sass/_applications.scss
+++ b/common/gtk-3.0/3.20/sass/_applications.scss
@@ -104,6 +104,21 @@ $disk_space_free: darken($bg_color, 3%);
animation-iteration-count: 3;
}
+// Batch renaming dialog
+.conflict-row.activatable {
+ &, &:active {
+ color: $error_fg_color;
+ background-color: $error_color;
+ }
+
+ &:hover { background-color: lighten($error_color, 10%); }
+
+ &:selected {
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ }
+}
+
//
// Nemo
//
--
cgit v1.2.3
From 3f11de0a63b613e57c41a72686feff19d843f27f Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 31 Aug 2016 13:17:16 +0200
Subject: hide separator in font and filechooser buttons
---
common/gtk-3.0/3.20/gtk-dark.css | 2 ++
common/gtk-3.0/3.20/gtk-darker.css | 2 ++
common/gtk-3.0/3.20/gtk-solid-dark.css | 2 ++
common/gtk-3.0/3.20/gtk-solid-darker.css | 2 ++
common/gtk-3.0/3.20/gtk-solid.css | 2 ++
common/gtk-3.0/3.20/gtk.css | 2 ++
common/gtk-3.0/3.20/sass/_common.scss | 4 ++++
7 files changed, 16 insertions(+)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index c446c34..a783071 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -480,6 +480,8 @@ button {
background-position: right 3px, right 2px; }
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
background-position: left 3px, left 2px; }
+ button.font separator, button.file separator {
+ background-color: transparent; }
.inline-toolbar button, .inline-toolbar button:backdrop {
border-radius: 2px;
border-width: 1px; }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 365d8f7..4985e7c 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -479,6 +479,8 @@ button {
background-position: right 3px, right 4px; }
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
background-position: left 3px, left 4px; }
+ button.font separator, button.file separator {
+ background-color: transparent; }
.inline-toolbar button, .inline-toolbar button:backdrop {
border-radius: 2px;
border-width: 1px; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 0cef74f..ba9f73c 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -480,6 +480,8 @@ button {
background-position: right 3px, right 2px; }
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
background-position: left 3px, left 2px; }
+ button.font separator, button.file separator {
+ background-color: transparent; }
.inline-toolbar button, .inline-toolbar button:backdrop {
border-radius: 2px;
border-width: 1px; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 9b866b2..28dba55 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -479,6 +479,8 @@ button {
background-position: right 3px, right 4px; }
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
background-position: left 3px, left 4px; }
+ button.font separator, button.file separator {
+ background-color: transparent; }
.inline-toolbar button, .inline-toolbar button:backdrop {
border-radius: 2px;
border-width: 1px; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 8ce70b6..d9c9143 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -479,6 +479,8 @@ button {
background-position: right 3px, right 4px; }
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
background-position: left 3px, left 4px; }
+ button.font separator, button.file separator {
+ background-color: transparent; }
.inline-toolbar button, .inline-toolbar button:backdrop {
border-radius: 2px;
border-width: 1px; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 387b24b..f15a9ca 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -479,6 +479,8 @@ button {
background-position: right 3px, right 4px; }
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
background-position: left 3px, left 4px; }
+ button.font separator, button.file separator {
+ background-color: transparent; }
.inline-toolbar button, .inline-toolbar button:backdrop {
border-radius: 2px;
border-width: 1px; }
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 08e1160..bfa57ae 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -546,6 +546,10 @@ button {
}
}
+ // hide separators
+ &.font,
+ &.file { separator { background-color: transparent; }}
+
//inline-toolbar buttons
.inline-toolbar &, .inline-toolbar &:backdrop {
border-radius: 2px;
--
cgit v1.2.3
From 99d645f8087701b18b21ca9e0cb882bfe622ea6a Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 31 Aug 2016 13:25:34 +0200
Subject: simpler outline-color styling
---
common/gtk-3.0/3.20/gtk-dark.css | 82 +++-----------------------------
common/gtk-3.0/3.20/gtk-darker.css | 82 +++-----------------------------
common/gtk-3.0/3.20/gtk-solid-dark.css | 82 +++-----------------------------
common/gtk-3.0/3.20/gtk-solid-darker.css | 82 +++-----------------------------
common/gtk-3.0/3.20/gtk-solid.css | 82 +++-----------------------------
common/gtk-3.0/3.20/gtk.css | 82 +++-----------------------------
common/gtk-3.0/3.20/sass/_common.scss | 10 +---
common/gtk-3.0/3.20/sass/_drawing.scss | 11 -----
8 files changed, 37 insertions(+), 476 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index a783071..41a7984 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -10,7 +10,7 @@
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
- outline-color: rgba(211, 218, 227, 0.3);
+ outline-color: alpha(currentColor,0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
@@ -107,7 +107,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou
border: none;
background-color: rgba(53, 57, 69, 0.95);
background-clip: padding-box;
- outline-color: rgba(186, 195, 207, 0.3);
box-shadow: none; }
@keyframes spin {
@@ -249,7 +248,6 @@ button {
border-radius: 3px;
padding: 2px 6px;
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
button separator {
@@ -266,13 +264,11 @@ button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
button:hover {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666;
-gtk-icon-effect: highlight; }
button:active, button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294e2;
background-clip: padding-box;
@@ -324,7 +320,6 @@ button {
box-shadow: none; }
button.osd {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
background-color: rgba(53, 57, 69, 0.95);
border-color: rgba(35, 38, 46, 0.95); }
button.osd.image-button {
@@ -335,7 +330,6 @@ button {
color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
button.osd:disabled {
@@ -344,18 +338,15 @@ button {
background-color: rgba(102, 109, 132, 0.2); }
.osd button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
.osd button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd button:active, .osd button:checked {
background-clip: padding-box;
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
.osd button:disabled {
@@ -369,7 +360,6 @@ button {
box-shadow: none; }
.osd button.flat:hover, .osd button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd button.flat:disabled, .osd button.sidebar-button:disabled {
@@ -379,7 +369,6 @@ button {
background-image: none; }
.osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
@@ -388,25 +377,21 @@ button {
button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
button.suggested-action.flat, button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled {
@@ -422,25 +407,21 @@ button {
button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
button.destructive-action.flat, button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled {
@@ -488,17 +469,14 @@ button {
.inline-toolbar toolbutton > button {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
.inline-toolbar toolbutton > button:hover {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
@@ -1090,7 +1068,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button, headerbar button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
outline-offset: -3px;
background-color: rgba(47, 52, 63, 0);
border-color: rgba(47, 52, 63, 0); }
@@ -1098,12 +1075,10 @@ window.csd > .titlebar:not(headerbar):backdrop {
opacity: 0.7; }
.primary-toolbar button:hover, headerbar button:hover {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
.primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2;
background-clip: padding-box; }
@@ -1136,14 +1111,12 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover {
background-color: rgba(134, 144, 165, 0.37); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
@@ -1203,25 +1176,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
.primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
.primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
@@ -1236,25 +1205,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
.primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
.primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
@@ -1272,7 +1237,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
@@ -1281,7 +1245,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
@@ -2467,19 +2430,16 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
border: none; }
.app-notification button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
.app-notification button.flat, .app-notification button.sidebar-button {
border-color: rgba(82, 148, 226, 0); }
.app-notification button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.app-notification button:active, .app-notification button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2;
background-clip: padding-box; }
@@ -2718,7 +2678,6 @@ infobar {
.warning button,
.error button, .nautilus-window .floating-bar button {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
@@ -2754,7 +2713,6 @@ row:selected button:hover, .info button:hover,
.warning button:hover,
.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
@@ -2769,7 +2727,6 @@ row:selected button:hover, .info button:hover,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
- outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2868,12 +2825,10 @@ colorswatch#add-color-button {
border-style: solid;
border-width: 1px;
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
colorswatch#add-color-button:hover {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
colorswatch#add-color-button overlay {
@@ -2897,7 +2852,6 @@ colorchooser .popover.osd {
.scale-popup button:hover {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
@@ -2990,14 +2944,12 @@ headerbar button.titlebutton,
headerbar button.titlebutton:hover,
.titlebar button.titlebutton:hover {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
headerbar button.titlebutton:active, headerbar button.titlebutton:checked,
.titlebar button.titlebutton:active,
.titlebar button.titlebutton:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
@@ -3078,8 +3030,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3); }
+ color: #ffffff; }
row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled,
@@ -3150,12 +3101,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
@keyframes needs_attention_keyframes {
0% {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
100% {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; } }
@@ -3193,7 +3142,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
@@ -3202,7 +3150,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: rgba(134, 144, 165, 0.37); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
@@ -3900,17 +3847,14 @@ GtkListBox .h4 {
#content_frame button {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
#content_frame button:hover {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294e2; }
#content_frame button:disabled {
@@ -3932,17 +3876,14 @@ GtkListBox .h4 {
#buttonbox_frame button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
#buttonbox_frame button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
#buttonbox_frame button:disabled {
@@ -3963,38 +3904,32 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4044,13 +3979,11 @@ filechooser placessidebar.sidebar,
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
@@ -4154,17 +4087,14 @@ filechooser actionbar {
filechooser actionbar button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
.caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
filechooser actionbar button:active, filechooser actionbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
filechooser actionbar button:disabled {
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 4985e7c..9d120f7 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -10,7 +10,7 @@
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
- outline-color: rgba(92, 97, 108, 0.3);
+ outline-color: alpha(currentColor,0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
@@ -107,7 +107,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou
border: none;
background-color: rgba(53, 57, 69, 0.95);
background-clip: padding-box;
- outline-color: rgba(186, 195, 207, 0.3);
box-shadow: none; }
@keyframes spin {
@@ -248,7 +247,6 @@ button {
border-radius: 3px;
padding: 2px 6px;
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
button separator {
@@ -265,13 +263,11 @@ button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white;
-gtk-icon-effect: highlight; }
button:active, button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box;
@@ -323,7 +319,6 @@ button {
box-shadow: none; }
button.osd {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
background-color: rgba(53, 57, 69, 0.95);
border-color: rgba(35, 38, 46, 0.95); }
button.osd.image-button {
@@ -334,7 +329,6 @@ button {
color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
button.osd:disabled {
@@ -343,18 +337,15 @@ button {
background-color: rgba(102, 109, 132, 0.2); }
.osd button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
.osd button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd button:active, .osd button:checked {
background-clip: padding-box;
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
.osd button:disabled {
@@ -368,7 +359,6 @@ button {
box-shadow: none; }
.osd button.flat:hover, .osd button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd button.flat:disabled, .osd button.sidebar-button:disabled {
@@ -378,7 +368,6 @@ button {
background-image: none; }
.osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
@@ -387,25 +376,21 @@ button {
button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
button.suggested-action.flat, button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled {
@@ -421,25 +406,21 @@ button {
button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
button.destructive-action.flat, button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled {
@@ -487,17 +468,14 @@ button {
.inline-toolbar toolbutton > button {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
.inline-toolbar toolbutton > button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
@@ -1089,7 +1067,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button, headerbar button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
outline-offset: -3px;
background-color: rgba(47, 52, 63, 0);
border-color: rgba(47, 52, 63, 0); }
@@ -1097,12 +1074,10 @@ window.csd > .titlebar:not(headerbar):backdrop {
opacity: 0.7; }
.primary-toolbar button:hover, headerbar button:hover {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
.primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2;
background-clip: padding-box; }
@@ -1135,14 +1110,12 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover {
background-color: rgba(134, 144, 165, 0.37); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
@@ -1202,25 +1175,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
.primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
.primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
@@ -1235,25 +1204,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
.primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
.primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
@@ -1271,7 +1236,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
@@ -1280,7 +1244,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
@@ -2466,19 +2429,16 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
border: none; }
.app-notification button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
.app-notification button.flat, .app-notification button.sidebar-button {
border-color: rgba(82, 148, 226, 0); }
.app-notification button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.app-notification button:active, .app-notification button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2;
background-clip: padding-box; }
@@ -2717,7 +2677,6 @@ infobar {
.warning button,
.error button, .nautilus-window .floating-bar button {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
@@ -2753,7 +2712,6 @@ row:selected button:hover, .info button:hover,
.warning button:hover,
.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
@@ -2768,7 +2726,6 @@ row:selected button:hover, .info button:hover,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
- outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2867,12 +2824,10 @@ colorswatch#add-color-button {
border-style: solid;
border-width: 1px;
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
colorswatch#add-color-button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
colorswatch#add-color-button overlay {
@@ -2896,7 +2851,6 @@ colorchooser .popover.osd {
.scale-popup button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
@@ -2989,14 +2943,12 @@ headerbar button.titlebutton,
headerbar button.titlebutton:hover,
.titlebar button.titlebutton:hover {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
headerbar button.titlebutton:active, headerbar button.titlebutton:checked,
.titlebar button.titlebutton:active,
.titlebar button.titlebutton:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
@@ -3077,8 +3029,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3); }
+ color: #ffffff; }
row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled,
@@ -3149,12 +3100,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
@keyframes needs_attention_keyframes {
0% {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
100% {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; } }
@@ -3191,7 +3140,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.37);
background-color: rgba(95, 105, 127, 0.37); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
@@ -3200,7 +3148,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: rgba(134, 144, 165, 0.37); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
@@ -3899,17 +3846,14 @@ GtkListBox .h4 {
#content_frame button {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
#content_frame button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
#content_frame button:disabled {
@@ -3931,17 +3875,14 @@ GtkListBox .h4 {
#buttonbox_frame button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
#buttonbox_frame button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
#buttonbox_frame button:disabled {
@@ -3962,38 +3903,32 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4047,13 +3982,11 @@ filechooser placessidebar.sidebar,
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
@@ -4157,17 +4090,14 @@ filechooser actionbar {
filechooser actionbar button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
.caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
filechooser actionbar button:active, filechooser actionbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
filechooser actionbar button:disabled {
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index ba9f73c..e3d11ab 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -10,7 +10,7 @@
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
- outline-color: rgba(211, 218, 227, 0.3);
+ outline-color: alpha(currentColor,0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
@@ -107,7 +107,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou
border: none;
background-color: #353945;
background-clip: padding-box;
- outline-color: rgba(186, 195, 207, 0.3);
box-shadow: none; }
@keyframes spin {
@@ -249,7 +248,6 @@ button {
border-radius: 3px;
padding: 2px 6px;
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
button separator {
@@ -266,13 +264,11 @@ button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
button:hover {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666;
-gtk-icon-effect: highlight; }
button:active, button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294e2;
background-clip: padding-box;
@@ -324,7 +320,6 @@ button {
box-shadow: none; }
button.osd {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
background-color: #353945;
border-color: #23262e; }
button.osd.image-button {
@@ -335,7 +330,6 @@ button {
color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
button.osd:disabled {
@@ -344,18 +338,15 @@ button {
background-color: rgba(102, 109, 132, 0.25); }
.osd button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
.osd button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd button:active, .osd button:checked {
background-clip: padding-box;
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
.osd button:disabled {
@@ -369,7 +360,6 @@ button {
box-shadow: none; }
.osd button.flat:hover, .osd button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd button.flat:disabled, .osd button.sidebar-button:disabled {
@@ -379,7 +369,6 @@ button {
background-image: none; }
.osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
@@ -388,25 +377,21 @@ button {
button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
button.suggested-action.flat, button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled {
@@ -422,25 +407,21 @@ button {
button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
button.destructive-action.flat, button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled {
@@ -488,17 +469,14 @@ button {
.inline-toolbar toolbutton > button {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
.inline-toolbar toolbutton > button:hover {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
@@ -1090,7 +1068,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button, headerbar button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
outline-offset: -3px;
background-color: rgba(47, 52, 63, 0);
border-color: rgba(47, 52, 63, 0); }
@@ -1098,12 +1075,10 @@ window.csd > .titlebar:not(headerbar):backdrop {
opacity: 0.7; }
.primary-toolbar button:hover, headerbar button:hover {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
.primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2;
background-clip: padding-box; }
@@ -1136,14 +1111,12 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover {
background-color: rgba(134, 144, 165, 0.4); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
@@ -1203,25 +1176,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
.primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
.primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
@@ -1236,25 +1205,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
.primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
.primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
@@ -1272,7 +1237,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
@@ -1281,7 +1245,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
@@ -2467,19 +2430,16 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
border: none; }
.app-notification button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
.app-notification button.flat, .app-notification button.sidebar-button {
border-color: rgba(82, 148, 226, 0); }
.app-notification button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.app-notification button:active, .app-notification button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2;
background-clip: padding-box; }
@@ -2718,7 +2678,6 @@ infobar {
.warning button,
.error button, .nautilus-window .floating-bar button {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
@@ -2754,7 +2713,6 @@ row:selected button:hover, .info button:hover,
.warning button:hover,
.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
@@ -2769,7 +2727,6 @@ row:selected button:hover, .info button:hover,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
- outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2868,12 +2825,10 @@ colorswatch#add-color-button {
border-style: solid;
border-width: 1px;
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
colorswatch#add-color-button:hover {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
colorswatch#add-color-button overlay {
@@ -2897,7 +2852,6 @@ colorchooser .popover.osd {
.scale-popup button:hover {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
@@ -2990,14 +2944,12 @@ headerbar button.titlebutton,
headerbar button.titlebutton:hover,
.titlebar button.titlebutton:hover {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
headerbar button.titlebutton:active, headerbar button.titlebutton:checked,
.titlebar button.titlebutton:active,
.titlebar button.titlebutton:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
@@ -3078,8 +3030,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3); }
+ color: #ffffff; }
row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled,
@@ -3150,12 +3101,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
@keyframes needs_attention_keyframes {
0% {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
100% {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; } }
@@ -3193,7 +3142,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
@@ -3202,7 +3150,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: rgba(134, 144, 165, 0.4); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
@@ -3900,17 +3847,14 @@ GtkListBox .h4 {
#content_frame button {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
#content_frame button:hover {
color: #D3DAE3;
- outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294e2; }
#content_frame button:disabled {
@@ -3932,17 +3876,14 @@ GtkListBox .h4 {
#buttonbox_frame button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
#buttonbox_frame button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
#buttonbox_frame button:disabled {
@@ -3963,38 +3904,32 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4044,13 +3979,11 @@ filechooser placessidebar.sidebar,
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
@@ -4154,17 +4087,14 @@ filechooser actionbar {
filechooser actionbar button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
.caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
filechooser actionbar button:active, filechooser actionbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
filechooser actionbar button:disabled {
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 28dba55..734f784 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -10,7 +10,7 @@
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
- outline-color: rgba(92, 97, 108, 0.3);
+ outline-color: alpha(currentColor,0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
@@ -107,7 +107,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou
border: none;
background-color: #353945;
background-clip: padding-box;
- outline-color: rgba(186, 195, 207, 0.3);
box-shadow: none; }
@keyframes spin {
@@ -248,7 +247,6 @@ button {
border-radius: 3px;
padding: 2px 6px;
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
button separator {
@@ -265,13 +263,11 @@ button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white;
-gtk-icon-effect: highlight; }
button:active, button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box;
@@ -323,7 +319,6 @@ button {
box-shadow: none; }
button.osd {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
background-color: #353945;
border-color: #23262e; }
button.osd.image-button {
@@ -334,7 +329,6 @@ button {
color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
button.osd:disabled {
@@ -343,18 +337,15 @@ button {
background-color: rgba(102, 109, 132, 0.25); }
.osd button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
.osd button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd button:active, .osd button:checked {
background-clip: padding-box;
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
.osd button:disabled {
@@ -368,7 +359,6 @@ button {
box-shadow: none; }
.osd button.flat:hover, .osd button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd button.flat:disabled, .osd button.sidebar-button:disabled {
@@ -378,7 +368,6 @@ button {
background-image: none; }
.osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
@@ -387,25 +376,21 @@ button {
button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
button.suggested-action.flat, button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled {
@@ -421,25 +406,21 @@ button {
button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
button.destructive-action.flat, button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled {
@@ -487,17 +468,14 @@ button {
.inline-toolbar toolbutton > button {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
.inline-toolbar toolbutton > button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
@@ -1089,7 +1067,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button, headerbar button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
outline-offset: -3px;
background-color: rgba(47, 52, 63, 0);
border-color: rgba(47, 52, 63, 0); }
@@ -1097,12 +1074,10 @@ window.csd > .titlebar:not(headerbar):backdrop {
opacity: 0.7; }
.primary-toolbar button:hover, headerbar button:hover {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
.primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2;
background-clip: padding-box; }
@@ -1135,14 +1110,12 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover {
background-color: rgba(134, 144, 165, 0.4); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
@@ -1202,25 +1175,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
.primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
.primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
@@ -1235,25 +1204,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
.primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
.primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
@@ -1271,7 +1236,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
@@ -1280,7 +1244,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
@@ -2466,19 +2429,16 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
border: none; }
.app-notification button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
.app-notification button.flat, .app-notification button.sidebar-button {
border-color: rgba(82, 148, 226, 0); }
.app-notification button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.app-notification button:active, .app-notification button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2;
background-clip: padding-box; }
@@ -2717,7 +2677,6 @@ infobar {
.warning button,
.error button, .nautilus-window .floating-bar button {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
@@ -2753,7 +2712,6 @@ row:selected button:hover, .info button:hover,
.warning button:hover,
.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
@@ -2768,7 +2726,6 @@ row:selected button:hover, .info button:hover,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
- outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2867,12 +2824,10 @@ colorswatch#add-color-button {
border-style: solid;
border-width: 1px;
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
colorswatch#add-color-button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
colorswatch#add-color-button overlay {
@@ -2896,7 +2851,6 @@ colorchooser .popover.osd {
.scale-popup button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
@@ -2989,14 +2943,12 @@ headerbar button.titlebutton,
headerbar button.titlebutton:hover,
.titlebar button.titlebutton:hover {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
headerbar button.titlebutton:active, headerbar button.titlebutton:checked,
.titlebar button.titlebutton:active,
.titlebar button.titlebutton:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
@@ -3077,8 +3029,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3); }
+ color: #ffffff; }
row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled,
@@ -3149,12 +3100,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
@keyframes needs_attention_keyframes {
0% {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
100% {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; } }
@@ -3191,7 +3140,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(207, 218, 231, 0.8);
- outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
@@ -3200,7 +3148,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: rgba(134, 144, 165, 0.4); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
@@ -3899,17 +3846,14 @@ GtkListBox .h4 {
#content_frame button {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
#content_frame button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
#content_frame button:disabled {
@@ -3931,17 +3875,14 @@ GtkListBox .h4 {
#buttonbox_frame button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
#buttonbox_frame button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
#buttonbox_frame button:disabled {
@@ -3962,38 +3903,32 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4047,13 +3982,11 @@ filechooser placessidebar.sidebar,
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
@@ -4157,17 +4090,14 @@ filechooser actionbar {
filechooser actionbar button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
.caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
filechooser actionbar button:active, filechooser actionbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
filechooser actionbar button:disabled {
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index d9c9143..c4560eb 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -10,7 +10,7 @@
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
- outline-color: rgba(92, 97, 108, 0.3);
+ outline-color: alpha(currentColor,0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
@@ -107,7 +107,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou
border: none;
background-color: #353945;
background-clip: padding-box;
- outline-color: rgba(186, 195, 207, 0.3);
box-shadow: none; }
@keyframes spin {
@@ -248,7 +247,6 @@ button {
border-radius: 3px;
padding: 2px 6px;
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
button separator {
@@ -265,13 +263,11 @@ button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white;
-gtk-icon-effect: highlight; }
button:active, button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box;
@@ -323,7 +319,6 @@ button {
box-shadow: none; }
button.osd {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
background-color: #353945;
border-color: #23262e; }
button.osd.image-button {
@@ -334,7 +329,6 @@ button {
color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
button.osd:disabled {
@@ -343,18 +337,15 @@ button {
background-color: rgba(102, 109, 132, 0.25); }
.osd button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
.osd button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd button:active, .osd button:checked {
background-clip: padding-box;
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
.osd button:disabled {
@@ -368,7 +359,6 @@ button {
box-shadow: none; }
.osd button.flat:hover, .osd button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd button.flat:disabled, .osd button.sidebar-button:disabled {
@@ -378,7 +368,6 @@ button {
background-image: none; }
.osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
@@ -387,25 +376,21 @@ button {
button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
button.suggested-action.flat, button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled {
@@ -421,25 +406,21 @@ button {
button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
button.destructive-action.flat, button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled {
@@ -487,17 +468,14 @@ button {
.inline-toolbar toolbutton > button {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
.inline-toolbar toolbutton > button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
@@ -1089,7 +1067,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button, headerbar button {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
outline-offset: -3px;
background-color: rgba(231, 232, 235, 0);
border-color: rgba(231, 232, 235, 0); }
@@ -1097,12 +1074,10 @@ window.csd > .titlebar:not(headerbar):backdrop {
opacity: 0.7; }
.primary-toolbar button:hover, headerbar button:hover {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
.primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box; }
@@ -1135,14 +1110,12 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover {
background-color: rgba(255, 255, 255, 0.9); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
@@ -1202,25 +1175,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
.primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
.primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
@@ -1235,25 +1204,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
.primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
.primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
@@ -1271,7 +1236,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
@@ -1280,7 +1244,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
@@ -2470,19 +2433,16 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
border: none; }
.app-notification button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
.app-notification button.flat, .app-notification button.sidebar-button {
border-color: rgba(82, 148, 226, 0); }
.app-notification button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.app-notification button:active, .app-notification button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2;
background-clip: padding-box; }
@@ -2721,7 +2681,6 @@ infobar {
.warning button,
.error button, .nautilus-window .floating-bar button {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
@@ -2757,7 +2716,6 @@ row:selected button:hover, .info button:hover,
.warning button:hover,
.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
@@ -2772,7 +2730,6 @@ row:selected button:hover, .info button:hover,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
- outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2871,12 +2828,10 @@ colorswatch#add-color-button {
border-style: solid;
border-width: 1px;
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
colorswatch#add-color-button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
colorswatch#add-color-button overlay {
@@ -2900,7 +2855,6 @@ colorchooser .popover.osd {
.scale-popup button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
@@ -2993,14 +2947,12 @@ headerbar button.titlebutton,
headerbar button.titlebutton:hover,
.titlebar button.titlebutton:hover {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
headerbar button.titlebutton:active, headerbar button.titlebutton:checked,
.titlebar button.titlebutton:active,
.titlebar button.titlebutton:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
@@ -3081,8 +3033,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3); }
+ color: #ffffff; }
row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled,
@@ -3153,12 +3104,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
@keyframes needs_attention_keyframes {
0% {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
100% {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; } }
@@ -3195,7 +3144,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
@@ -3204,7 +3152,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: rgba(255, 255, 255, 0.9); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
@@ -3903,17 +3850,14 @@ GtkListBox .h4 {
#content_frame button {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
#content_frame button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
#content_frame button:disabled {
@@ -3935,17 +3879,14 @@ GtkListBox .h4 {
#buttonbox_frame button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
#buttonbox_frame button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
#buttonbox_frame button:disabled {
@@ -3966,38 +3907,32 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4051,13 +3986,11 @@ filechooser placessidebar.sidebar,
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
@@ -4161,17 +4094,14 @@ filechooser actionbar {
filechooser actionbar button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
.caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
filechooser actionbar button:active, filechooser actionbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294e2; }
filechooser actionbar button:disabled {
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index f15a9ca..56fd212 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -10,7 +10,7 @@
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
- outline-color: rgba(92, 97, 108, 0.3);
+ outline-color: alpha(currentColor,0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
@@ -107,7 +107,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou
border: none;
background-color: rgba(53, 57, 69, 0.95);
background-clip: padding-box;
- outline-color: rgba(186, 195, 207, 0.3);
box-shadow: none; }
@keyframes spin {
@@ -248,7 +247,6 @@ button {
border-radius: 3px;
padding: 2px 6px;
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
button separator {
@@ -265,13 +263,11 @@ button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white;
-gtk-icon-effect: highlight; }
button:active, button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box;
@@ -323,7 +319,6 @@ button {
box-shadow: none; }
button.osd {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
background-color: rgba(53, 57, 69, 0.95);
border-color: rgba(35, 38, 46, 0.95); }
button.osd.image-button {
@@ -334,7 +329,6 @@ button {
color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
button.osd:disabled {
@@ -343,18 +337,15 @@ button {
background-color: rgba(102, 109, 132, 0.2); }
.osd button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
.osd button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd button:active, .osd button:checked {
background-clip: padding-box;
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
.osd button:disabled {
@@ -368,7 +359,6 @@ button {
box-shadow: none; }
.osd button.flat:hover, .osd button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd button.flat:disabled, .osd button.sidebar-button:disabled {
@@ -378,7 +368,6 @@ button {
background-image: none; }
.osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
@@ -387,25 +376,21 @@ button {
button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
button.suggested-action.flat, button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled {
@@ -421,25 +406,21 @@ button {
button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
button.destructive-action.flat, button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled {
@@ -487,17 +468,14 @@ button {
.inline-toolbar toolbutton > button {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
.inline-toolbar toolbutton > button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
@@ -1089,7 +1067,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button, headerbar button {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
outline-offset: -3px;
background-color: rgba(231, 232, 235, 0);
border-color: rgba(231, 232, 235, 0); }
@@ -1097,12 +1074,10 @@ window.csd > .titlebar:not(headerbar):backdrop {
opacity: 0.7; }
.primary-toolbar button:hover, headerbar button:hover {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
.primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box; }
@@ -1135,14 +1110,12 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover {
background-color: rgba(255, 255, 255, 0.9); }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
@@ -1202,25 +1175,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
.primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #4DADD4;
- outline-color: rgba(77, 173, 212, 0.3); }
+ color: #4DADD4; }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
.primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
@@ -1235,25 +1204,21 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
.primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #F04A50;
- outline-color: rgba(240, 74, 80, 0.3); }
+ color: #F04A50; }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: white;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
.primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
@@ -1271,7 +1236,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
@@ -1280,7 +1244,6 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
@@ -2470,19 +2433,16 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
border: none; }
.app-notification button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
.app-notification button.flat, .app-notification button.sidebar-button {
border-color: rgba(82, 148, 226, 0); }
.app-notification button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.app-notification button:active, .app-notification button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2;
background-clip: padding-box; }
@@ -2721,7 +2681,6 @@ infobar {
.warning button,
.error button, .nautilus-window .floating-bar button {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
@@ -2757,7 +2716,6 @@ row:selected button:hover, .info button:hover,
.warning button:hover,
.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
@@ -2772,7 +2730,6 @@ row:selected button:hover, .info button:hover,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
- outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@@ -2871,12 +2828,10 @@ colorswatch#add-color-button {
border-style: solid;
border-width: 1px;
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
colorswatch#add-color-button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
colorswatch#add-color-button overlay {
@@ -2900,7 +2855,6 @@ colorchooser .popover.osd {
.scale-popup button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
@@ -2993,14 +2947,12 @@ headerbar button.titlebutton,
headerbar button.titlebutton:hover,
.titlebar button.titlebutton:hover {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
headerbar button.titlebutton:active, headerbar button.titlebutton:checked,
.titlebar button.titlebutton:active,
.titlebar button.titlebutton:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
@@ -3081,8 +3033,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3); }
+ color: #ffffff; }
row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled,
@@ -3153,12 +3104,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
@keyframes needs_attention_keyframes {
0% {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
100% {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; } }
@@ -3195,7 +3144,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(82, 93, 118, 0.8);
- outline-color: rgba(82, 93, 118, 0.1);
border-color: rgba(82, 93, 118, 0.1);
background-color: rgba(251, 251, 252, 0.9); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
@@ -3204,7 +3152,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: rgba(255, 255, 255, 0.9); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
@@ -3903,17 +3850,14 @@ GtkListBox .h4 {
#content_frame button {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: #fbfbfc; }
#content_frame button:hover {
color: #5c616c;
- outline-color: rgba(92, 97, 108, 0.3);
border-color: #cfd6e6;
background-color: white; }
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
#content_frame button:disabled {
@@ -3935,17 +3879,14 @@ GtkListBox .h4 {
#buttonbox_frame button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
#buttonbox_frame button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
#buttonbox_frame button:disabled {
@@ -3966,38 +3907,32 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: green;
- outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@@ -4051,13 +3986,11 @@ filechooser placessidebar.sidebar,
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294e2;
background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
@@ -4161,17 +4094,14 @@ filechooser actionbar {
filechooser actionbar button {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(102, 109, 132, 0.35); }
.caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover {
color: #BAC3CF;
- outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
filechooser actionbar button:active, filechooser actionbar button:checked {
color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294e2; }
filechooser actionbar button:disabled {
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index bfa57ae..649605c 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -26,7 +26,7 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix);
-GtkDialog-action-area-border: 0;
// We use the outline properties to signal the focus properties
- outline-color: transparentize($fg_color, 0.7);
+ outline-color: gtkalpha(currentColor, 0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
@@ -163,7 +163,6 @@ textview { // This will get overridden by .view, needed by gedit line numbers
border: none;
background-color: $osd_bg_color;
background-clip: padding-box;
- outline-color: transparentize($osd_fg_color, 0.7);
box-shadow: none;
}
@@ -425,7 +424,6 @@ button {
// big standalone buttons like in Documents pager
&.osd {
color: $osd_fg_color;
- outline-color: transparentize($osd_fg_color, 0.7);
background-color: $osd_bg_color;
border-color: darken($osd_bg_color, 8%);
@@ -474,7 +472,6 @@ button {
&.flat {
@include button(undecorated);
color: $b_color;
- outline-color: transparentize($b_color, 0.7);
}
&:hover {
@include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
@@ -1253,7 +1250,6 @@ headerbar {
&.flat {
@include button(undecorated);
color: $b_color;
- outline-color: transparentize($b_color, 0.7);
}
&:hover {
@include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
@@ -2817,7 +2813,6 @@ infobar { border-style: none; }
@at-root %normal_selected_button, & {
color: $selected_fg_color;
- outline-color: transparentize($selected_fg_color, 0.7);
background-color: transparentize($selected_fg_color, 1);
border-color: transparentize($selected_fg_color, 0.5);
}
@@ -2833,13 +2828,11 @@ infobar { border-style: none; }
}
&:hover {
color: $selected_fg_color;
- outline-color: transparentize($selected_fg_color, 0.7);
background-color: transparentize($selected_fg_color, 0.8);
border-color: transparentize($selected_fg_color, 0.2);
}
&:active, &:active:hover, &:checked {
color: $selected_bg_color;
- outline-color: transparentize($selected_bg_color, 0.7);
background-color: $selected_fg_color;
border-color: $selected_fg_color;
}
@@ -3155,7 +3148,6 @@ headerbar,
@at-root %nobg_selected_items, & {
color: $selected_fg_color;
- outline-color: transparentize($selected_fg_color, 0.7);
&:disabled { color: mix($selected_fg_color, $selected_bg_color, 50%); }
}
diff --git a/common/gtk-3.0/3.20/sass/_drawing.scss b/common/gtk-3.0/3.20/sass/_drawing.scss
index 7bbd93a..1f41ddf 100644
--- a/common/gtk-3.0/3.20/sass/_drawing.scss
+++ b/common/gtk-3.0/3.20/sass/_drawing.scss
@@ -120,7 +120,6 @@
// normal button
//
color: $fg_color;
- outline-color: transparentize($fg_color, 0.7);
border-color: $button_border;
background-color: $button_bg;
}
@@ -130,7 +129,6 @@
// hovered button
//
color: $fg_color;
- outline-color: transparentize($fg_color, 0.7);
border-color: $button_border;
background-color: lighten($button_bg, 5%);
}
@@ -140,8 +138,6 @@
// pushed button
//
color: $selected_fg_color;
- outline-color: transparentize($selected_fg_color, 0.7);
-
border-color: if($variant=='light', $selected_bg_color, $button_border);
background-color: $selected_bg_color;
}
@@ -173,7 +169,6 @@
// normal header-bar button
//
color: $header_fg;
- outline-color: transparentize($header_fg, 0.7);
outline-offset: -3px;
background-color: transparentize($header_bg, 1);
border-color: transparentize($header_bg, 1);
@@ -184,7 +179,6 @@
// hovered header-bar button
//
color: $header_fg;
- outline-color: transparentize($header_fg, 0.7);
border-color: $header_button_border;
background-color: $header_button_bg;
}
@@ -194,7 +188,6 @@
// pushed header-bar button
//
color: $selected_fg_color;
- outline-color: transparentize($selected_fg_color, 0.7);
border-color: if($darker=='false' and $variant=='light', $selected_bg_color, transparent);
background-color: $selected_bg_color;
}
@@ -223,7 +216,6 @@
// normal osd button
//
color: $osd_fg_color;
- outline-color: transparentize($osd_fg_color, 0.7);
border-color: $osd_button_border;
background-color: $osd_button_bg;
}
@@ -233,7 +225,6 @@
// active osd button
//
color: $osd_fg_color;
- outline-color: transparentize($osd_fg_color, 0.7);
border-color: $osd_button_border;
background-color: opacify(lighten($osd_button_bg, 7%), 0.1);
}
@@ -243,7 +234,6 @@
// active osd button
//
color: $selected_fg_color;
- outline-color: transparentize($selected_fg_color, 0.7);
border-color: $osd_button_border;
background-color: $selected_bg_color;
}
@@ -264,7 +254,6 @@
background-clip: border-box;
color: $actionb_fg;
- outline-color: transparentize($actionb_fg, 0.7);
background-color: $actionb_bg;
border-color: $actionb_bg;
}
--
cgit v1.2.3
From 57248f7aaff30b7242f2f62877707695a1f8be5e Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 31 Aug 2016 13:35:50 +0200
Subject: clean up calendar styling
---
common/gtk-3.0/3.20/gtk-dark.css | 28 ++++++++++------------------
common/gtk-3.0/3.20/gtk-darker.css | 28 ++++++++++------------------
common/gtk-3.0/3.20/gtk-solid-dark.css | 28 ++++++++++------------------
common/gtk-3.0/3.20/gtk-solid-darker.css | 28 ++++++++++------------------
common/gtk-3.0/3.20/gtk-solid.css | 28 ++++++++++------------------
common/gtk-3.0/3.20/gtk.css | 28 ++++++++++------------------
common/gtk-3.0/3.20/sass/_common.scss | 23 ++++++++++-------------
7 files changed, 70 insertions(+), 121 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 41a7984..a0bda49 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -686,7 +686,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu
border-style: solid; }
menuitem.button.flat,
-modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled {
+modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button {
border-color: transparent;
background-color: transparent;
background-image: none;
@@ -2465,24 +2465,16 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294e2;
- color: #ffffff;
border-radius: 1.5px; }
calendar.header {
color: #D3DAE3;
- border: none;
- border-radius: 0; }
- calendar.button, calendar.button:focus {
- color: rgba(211, 218, 227, 0.45);
- border-color: transparent;
- background-color: transparent;
- background-image: none; }
- calendar.button:hover, calendar.button:focus:hover {
+ border: none; }
+ calendar.button {
+ color: rgba(211, 218, 227, 0.45); }
+ calendar.button:hover {
color: #D3DAE3; }
- calendar.button:disabled, calendar.button:focus:disabled {
- color: rgba(211, 218, 227, 0.45);
- background-color: transparent;
- background-image: none; }
+ calendar.button:disabled {
+ color: rgba(211, 218, 227, 0.45); }
calendar:indeterminate {
color: alpha(currentColor,0.55); }
calendar.highlight {
@@ -3011,7 +3003,7 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
-modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3025,7 +3017,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
- modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3037,7 +3029,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:disabled:active,
modelbutton.flat:active arrow:disabled,
modelbutton.flat:disabled:selected,
- modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
+ modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover {
color: #a9caf1; }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 9d120f7..50004eb 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -685,7 +685,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu
border-style: solid; }
menuitem.button.flat,
-modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled {
+modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button {
border-color: transparent;
background-color: transparent;
background-image: none;
@@ -2464,24 +2464,16 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294e2;
- color: #ffffff;
border-radius: 1.5px; }
calendar.header {
color: #5c616c;
- border: none;
- border-radius: 0; }
- calendar.button, calendar.button:focus {
- color: rgba(92, 97, 108, 0.45);
- border-color: transparent;
- background-color: transparent;
- background-image: none; }
- calendar.button:hover, calendar.button:focus:hover {
+ border: none; }
+ calendar.button {
+ color: rgba(92, 97, 108, 0.45); }
+ calendar.button:hover {
color: #5c616c; }
- calendar.button:disabled, calendar.button:focus:disabled {
- color: rgba(92, 97, 108, 0.55);
- background-color: transparent;
- background-image: none; }
+ calendar.button:disabled {
+ color: rgba(92, 97, 108, 0.55); }
calendar:indeterminate {
color: alpha(currentColor,0.55); }
calendar.highlight {
@@ -3010,7 +3002,7 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
-modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3024,7 +3016,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
- modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3036,7 +3028,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:disabled:active,
modelbutton.flat:active arrow:disabled,
modelbutton.flat:disabled:selected,
- modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
+ modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover {
color: #a9caf1; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index e3d11ab..5c32655 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -686,7 +686,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu
border-style: solid; }
menuitem.button.flat,
-modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled {
+modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button {
border-color: transparent;
background-color: transparent;
background-image: none;
@@ -2465,24 +2465,16 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294e2;
- color: #ffffff;
border-radius: 1.5px; }
calendar.header {
color: #D3DAE3;
- border: none;
- border-radius: 0; }
- calendar.button, calendar.button:focus {
- color: rgba(211, 218, 227, 0.45);
- border-color: transparent;
- background-color: transparent;
- background-image: none; }
- calendar.button:hover, calendar.button:focus:hover {
+ border: none; }
+ calendar.button {
+ color: rgba(211, 218, 227, 0.45); }
+ calendar.button:hover {
color: #D3DAE3; }
- calendar.button:disabled, calendar.button:focus:disabled {
- color: rgba(211, 218, 227, 0.45);
- background-color: transparent;
- background-image: none; }
+ calendar.button:disabled {
+ color: rgba(211, 218, 227, 0.45); }
calendar:indeterminate {
color: alpha(currentColor,0.55); }
calendar.highlight {
@@ -3011,7 +3003,7 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
-modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3025,7 +3017,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
- modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3037,7 +3029,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:disabled:active,
modelbutton.flat:active arrow:disabled,
modelbutton.flat:disabled:selected,
- modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
+ modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover {
color: #a9caf1; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 734f784..45fbc9a 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -685,7 +685,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu
border-style: solid; }
menuitem.button.flat,
-modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled {
+modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button {
border-color: transparent;
background-color: transparent;
background-image: none;
@@ -2464,24 +2464,16 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294e2;
- color: #ffffff;
border-radius: 1.5px; }
calendar.header {
color: #5c616c;
- border: none;
- border-radius: 0; }
- calendar.button, calendar.button:focus {
- color: rgba(92, 97, 108, 0.45);
- border-color: transparent;
- background-color: transparent;
- background-image: none; }
- calendar.button:hover, calendar.button:focus:hover {
+ border: none; }
+ calendar.button {
+ color: rgba(92, 97, 108, 0.45); }
+ calendar.button:hover {
color: #5c616c; }
- calendar.button:disabled, calendar.button:focus:disabled {
- color: rgba(92, 97, 108, 0.55);
- background-color: transparent;
- background-image: none; }
+ calendar.button:disabled {
+ color: rgba(92, 97, 108, 0.55); }
calendar:indeterminate {
color: alpha(currentColor,0.55); }
calendar.highlight {
@@ -3010,7 +3002,7 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
-modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3024,7 +3016,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
- modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3036,7 +3028,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:disabled:active,
modelbutton.flat:active arrow:disabled,
modelbutton.flat:disabled:selected,
- modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
+ modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover {
color: #a9caf1; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index c4560eb..0399bff 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -685,7 +685,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu
border-style: solid; }
menuitem.button.flat,
-modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled {
+modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button {
border-color: transparent;
background-color: transparent;
background-image: none;
@@ -2468,24 +2468,16 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294e2;
- color: #ffffff;
border-radius: 1.5px; }
calendar.header {
color: #5c616c;
- border: none;
- border-radius: 0; }
- calendar.button, calendar.button:focus {
- color: rgba(92, 97, 108, 0.45);
- border-color: transparent;
- background-color: transparent;
- background-image: none; }
- calendar.button:hover, calendar.button:focus:hover {
+ border: none; }
+ calendar.button {
+ color: rgba(92, 97, 108, 0.45); }
+ calendar.button:hover {
color: #5c616c; }
- calendar.button:disabled, calendar.button:focus:disabled {
- color: rgba(92, 97, 108, 0.55);
- background-color: transparent;
- background-image: none; }
+ calendar.button:disabled {
+ color: rgba(92, 97, 108, 0.55); }
calendar:indeterminate {
color: alpha(currentColor,0.55); }
calendar.highlight {
@@ -3014,7 +3006,7 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
-modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3028,7 +3020,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
- modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3040,7 +3032,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:disabled:active,
modelbutton.flat:active arrow:disabled,
modelbutton.flat:disabled:selected,
- modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
+ modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover {
color: #a9caf1; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 56fd212..6f743ae 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -685,7 +685,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu
border-style: solid; }
menuitem.button.flat,
-modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled {
+modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button {
border-color: transparent;
background-color: transparent;
background-image: none;
@@ -2468,24 +2468,16 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
- background-color: #5294e2;
- color: #ffffff;
border-radius: 1.5px; }
calendar.header {
color: #5c616c;
- border: none;
- border-radius: 0; }
- calendar.button, calendar.button:focus {
- color: rgba(92, 97, 108, 0.45);
- border-color: transparent;
- background-color: transparent;
- background-image: none; }
- calendar.button:hover, calendar.button:focus:hover {
+ border: none; }
+ calendar.button {
+ color: rgba(92, 97, 108, 0.45); }
+ calendar.button:hover {
color: #5c616c; }
- calendar.button:disabled, calendar.button:focus:disabled {
- color: rgba(92, 97, 108, 0.55);
- background-color: transparent;
- background-image: none; }
+ calendar.button:disabled {
+ color: rgba(92, 97, 108, 0.55); }
calendar:indeterminate {
color: alpha(currentColor,0.55); }
calendar.highlight {
@@ -3014,7 +3006,7 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
-modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3028,7 +3020,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
- modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
+ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
@@ -3040,7 +3032,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:disabled:active,
modelbutton.flat:active arrow:disabled,
modelbutton.flat:disabled:selected,
- modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
+ modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover {
color: #a9caf1; }
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 649605c..4554de6 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -2509,28 +2509,25 @@ calendar {
padding: 2px;
&:selected {
- background-color: $selected_bg_color;
- color: $selected_fg_color;
+ @extend %selected_items;
border-radius: 1.5px;
}
+
&.header {
color: $fg_color;
border: none;
- border-radius: 0;
}
- &.button, &.button:focus {
+
+ &.button {
+ @extend %undecorated_button;
+
color: transparentize($fg_color,0.55);
- @include button(undecorated);
- &:hover {
- color: $fg_color;
- }
- &:disabled {
- color: $insensitive_fg_color;
- background-color: transparent;
- background-image: none;
- }
+ &:hover { color: $fg_color; }
+
+ &:disabled { color: $insensitive_fg_color; }
}
+
&:indeterminate { color: gtkalpha(currentColor,0.55); }
&.highlight { color: $fg_color; }
}
--
cgit v1.2.3
From 32017a269249480efe8906ff19d0f797ae665dd2 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 31 Aug 2016 14:02:58 +0200
Subject: fix infobar styling
---
common/gtk-3.0/3.20/gtk-dark.css | 101 +++++--------------------------
common/gtk-3.0/3.20/gtk-darker.css | 101 +++++--------------------------
common/gtk-3.0/3.20/gtk-solid-dark.css | 101 +++++--------------------------
common/gtk-3.0/3.20/gtk-solid-darker.css | 101 +++++--------------------------
common/gtk-3.0/3.20/gtk-solid.css | 101 +++++--------------------------
common/gtk-3.0/3.20/gtk.css | 101 +++++--------------------------
common/gtk-3.0/3.20/sass/_common.scss | 26 ++++----
7 files changed, 109 insertions(+), 523 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index a0bda49..3cd3877 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -737,16 +737,7 @@ modelbutton.flat arrow.right {
color: #a9caf1; }
*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
color: #dceaf9; }
- .info *:link, .info button:link, .info button:visited,
- .question *:link,
- .question button:link,
- .question button:visited,
- .warning *:link,
- .warning button:link,
- .warning button:visited,
- .error *:link,
- .error button:link,
- .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
+ infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
@@ -2645,104 +2636,44 @@ paned.vertical > separator {
infobar {
border-style: none; }
+ infobar.info, infobar.question, infobar.warning, infobar.error {
+ background-color: #5294e2;
+ color: #ffffff;
+ caret-color: currentColor; }
+ infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
+ color: #5294e2;
+ background-color: #ffffff; }
-.info,
-.question,
-.warning,
-.error {
- background-color: #5294e2;
- color: #ffffff; }
- .info label:selected:focus, .info label:selected:hover, .info label:selected,
- .question label:selected:focus,
- .question label:selected:hover,
- .question label:selected,
- .warning label:selected:focus,
- .warning label:selected:hover,
- .warning label:selected,
- .error label:selected:focus,
- .error label:selected:hover,
- .error label:selected {
- color: #5294e2;
- background-color: #ffffff; }
-
-.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
-.question button,
-.warning button,
-.error button, .nautilus-window .floating-bar button {
+.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button {
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
-row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button,
-.question button.flat,
-.question button.sidebar-button,
-.warning button.flat,
-.warning button.sidebar-button,
-.error button.flat,
-.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
+row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0); }
- .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, .info button.flat:disabled, .info button.sidebar-button:disabled,
- .question button.flat:disabled,
- .question button.sidebar-button:disabled,
- .warning button.flat:disabled,
- .warning button.sidebar-button:disabled,
- .error button.flat:disabled,
- .error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, .info button.flat:disabled label, .info button.sidebar-button:disabled label,
- .question button.flat:disabled label,
- .question button.sidebar-button:disabled label,
- .warning button.flat:disabled label,
- .warning button.sidebar-button:disabled label,
- .error button.flat:disabled label,
- .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
+ .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
color: rgba(255, 255, 255, 0.4); }
-row:selected button:hover, .info button:hover,
-.question button:hover,
-.warning button:hover,
-.error button:hover, .nautilus-window .floating-bar button:hover {
+row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
-.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, .info button:active,
-.question button:active,
-.warning button:active,
-.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, .info button:active:hover,
-.question button:active:hover,
-.warning button:active:hover,
-.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked,
-.question button:checked,
-.warning button:checked,
-.error button:checked, .nautilus-window .floating-bar button:checked {
+.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
background-color: #ffffff;
border-color: #ffffff; }
-row:selected button:disabled, .info button:disabled,
-.question button:disabled,
-.warning button:disabled,
-.error button:disabled, .nautilus-window .floating-bar button:disabled {
+row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled {
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.4); }
- row:selected button:disabled, .info button:disabled,
- .question button:disabled,
- .warning button:disabled,
- .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label,
- .question button:disabled label,
- .warning button:disabled label,
- .error button:disabled label, .nautilus-window .floating-bar button:disabled label {
+ row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label {
color: rgba(255, 255, 255, 0.5); }
- .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, .info button:disabled:active,
- .question button:disabled:active,
- .warning button:disabled:active,
- .error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, .info button:disabled:checked,
- .question button:disabled:checked,
- .warning button:disabled:checked,
- .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
+ .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 50004eb..132211e 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -736,16 +736,7 @@ modelbutton.flat arrow.right {
color: #2679db; }
*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
color: #dceaf9; }
- .info *:link, .info button:link, .info button:visited,
- .question *:link,
- .question button:link,
- .question button:visited,
- .warning *:link,
- .warning button:link,
- .warning button:visited,
- .error *:link,
- .error button:link,
- .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
+ infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
@@ -2644,104 +2635,44 @@ paned.vertical > separator {
infobar {
border-style: none; }
+ infobar.info, infobar.question, infobar.warning, infobar.error {
+ background-color: #5294e2;
+ color: #ffffff;
+ caret-color: currentColor; }
+ infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
+ color: #5294e2;
+ background-color: #ffffff; }
-.info,
-.question,
-.warning,
-.error {
- background-color: #5294e2;
- color: #ffffff; }
- .info label:selected:focus, .info label:selected:hover, .info label:selected,
- .question label:selected:focus,
- .question label:selected:hover,
- .question label:selected,
- .warning label:selected:focus,
- .warning label:selected:hover,
- .warning label:selected,
- .error label:selected:focus,
- .error label:selected:hover,
- .error label:selected {
- color: #5294e2;
- background-color: #ffffff; }
-
-.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
-.question button,
-.warning button,
-.error button, .nautilus-window .floating-bar button {
+.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button {
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
-row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button,
-.question button.flat,
-.question button.sidebar-button,
-.warning button.flat,
-.warning button.sidebar-button,
-.error button.flat,
-.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
+row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0); }
- .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, .info button.flat:disabled, .info button.sidebar-button:disabled,
- .question button.flat:disabled,
- .question button.sidebar-button:disabled,
- .warning button.flat:disabled,
- .warning button.sidebar-button:disabled,
- .error button.flat:disabled,
- .error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, .info button.flat:disabled label, .info button.sidebar-button:disabled label,
- .question button.flat:disabled label,
- .question button.sidebar-button:disabled label,
- .warning button.flat:disabled label,
- .warning button.sidebar-button:disabled label,
- .error button.flat:disabled label,
- .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
+ .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
color: rgba(255, 255, 255, 0.4); }
-row:selected button:hover, .info button:hover,
-.question button:hover,
-.warning button:hover,
-.error button:hover, .nautilus-window .floating-bar button:hover {
+row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
-.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, .info button:active,
-.question button:active,
-.warning button:active,
-.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, .info button:active:hover,
-.question button:active:hover,
-.warning button:active:hover,
-.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked,
-.question button:checked,
-.warning button:checked,
-.error button:checked, .nautilus-window .floating-bar button:checked {
+.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
background-color: #ffffff;
border-color: #ffffff; }
-row:selected button:disabled, .info button:disabled,
-.question button:disabled,
-.warning button:disabled,
-.error button:disabled, .nautilus-window .floating-bar button:disabled {
+row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled {
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.4); }
- row:selected button:disabled, .info button:disabled,
- .question button:disabled,
- .warning button:disabled,
- .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label,
- .question button:disabled label,
- .warning button:disabled label,
- .error button:disabled label, .nautilus-window .floating-bar button:disabled label {
+ row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label {
color: rgba(255, 255, 255, 0.5); }
- .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, .info button:disabled:active,
- .question button:disabled:active,
- .warning button:disabled:active,
- .error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, .info button:disabled:checked,
- .question button:disabled:checked,
- .warning button:disabled:checked,
- .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
+ .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 5c32655..8cf3c9f 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -737,16 +737,7 @@ modelbutton.flat arrow.right {
color: #a9caf1; }
*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
color: #dceaf9; }
- .info *:link, .info button:link, .info button:visited,
- .question *:link,
- .question button:link,
- .question button:visited,
- .warning *:link,
- .warning button:link,
- .warning button:visited,
- .error *:link,
- .error button:link,
- .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
+ infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
@@ -2645,104 +2636,44 @@ paned.vertical > separator {
infobar {
border-style: none; }
+ infobar.info, infobar.question, infobar.warning, infobar.error {
+ background-color: #5294e2;
+ color: #ffffff;
+ caret-color: currentColor; }
+ infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
+ color: #5294e2;
+ background-color: #ffffff; }
-.info,
-.question,
-.warning,
-.error {
- background-color: #5294e2;
- color: #ffffff; }
- .info label:selected:focus, .info label:selected:hover, .info label:selected,
- .question label:selected:focus,
- .question label:selected:hover,
- .question label:selected,
- .warning label:selected:focus,
- .warning label:selected:hover,
- .warning label:selected,
- .error label:selected:focus,
- .error label:selected:hover,
- .error label:selected {
- color: #5294e2;
- background-color: #ffffff; }
-
-.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
-.question button,
-.warning button,
-.error button, .nautilus-window .floating-bar button {
+.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button {
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
-row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button,
-.question button.flat,
-.question button.sidebar-button,
-.warning button.flat,
-.warning button.sidebar-button,
-.error button.flat,
-.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
+row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0); }
- .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, .info button.flat:disabled, .info button.sidebar-button:disabled,
- .question button.flat:disabled,
- .question button.sidebar-button:disabled,
- .warning button.flat:disabled,
- .warning button.sidebar-button:disabled,
- .error button.flat:disabled,
- .error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, .info button.flat:disabled label, .info button.sidebar-button:disabled label,
- .question button.flat:disabled label,
- .question button.sidebar-button:disabled label,
- .warning button.flat:disabled label,
- .warning button.sidebar-button:disabled label,
- .error button.flat:disabled label,
- .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
+ .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
color: rgba(255, 255, 255, 0.4); }
-row:selected button:hover, .info button:hover,
-.question button:hover,
-.warning button:hover,
-.error button:hover, .nautilus-window .floating-bar button:hover {
+row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
-.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, .info button:active,
-.question button:active,
-.warning button:active,
-.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, .info button:active:hover,
-.question button:active:hover,
-.warning button:active:hover,
-.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked,
-.question button:checked,
-.warning button:checked,
-.error button:checked, .nautilus-window .floating-bar button:checked {
+.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
background-color: #ffffff;
border-color: #ffffff; }
-row:selected button:disabled, .info button:disabled,
-.question button:disabled,
-.warning button:disabled,
-.error button:disabled, .nautilus-window .floating-bar button:disabled {
+row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled {
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.4); }
- row:selected button:disabled, .info button:disabled,
- .question button:disabled,
- .warning button:disabled,
- .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label,
- .question button:disabled label,
- .warning button:disabled label,
- .error button:disabled label, .nautilus-window .floating-bar button:disabled label {
+ row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label {
color: rgba(255, 255, 255, 0.5); }
- .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, .info button:disabled:active,
- .question button:disabled:active,
- .warning button:disabled:active,
- .error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, .info button:disabled:checked,
- .question button:disabled:checked,
- .warning button:disabled:checked,
- .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
+ .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 45fbc9a..38926df 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -736,16 +736,7 @@ modelbutton.flat arrow.right {
color: #2679db; }
*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
color: #dceaf9; }
- .info *:link, .info button:link, .info button:visited,
- .question *:link,
- .question button:link,
- .question button:visited,
- .warning *:link,
- .warning button:link,
- .warning button:visited,
- .error *:link,
- .error button:link,
- .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
+ infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
@@ -2644,104 +2635,44 @@ paned.vertical > separator {
infobar {
border-style: none; }
+ infobar.info, infobar.question, infobar.warning, infobar.error {
+ background-color: #5294e2;
+ color: #ffffff;
+ caret-color: currentColor; }
+ infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
+ color: #5294e2;
+ background-color: #ffffff; }
-.info,
-.question,
-.warning,
-.error {
- background-color: #5294e2;
- color: #ffffff; }
- .info label:selected:focus, .info label:selected:hover, .info label:selected,
- .question label:selected:focus,
- .question label:selected:hover,
- .question label:selected,
- .warning label:selected:focus,
- .warning label:selected:hover,
- .warning label:selected,
- .error label:selected:focus,
- .error label:selected:hover,
- .error label:selected {
- color: #5294e2;
- background-color: #ffffff; }
-
-.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
-.question button,
-.warning button,
-.error button, .nautilus-window .floating-bar button {
+.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button {
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
-row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button,
-.question button.flat,
-.question button.sidebar-button,
-.warning button.flat,
-.warning button.sidebar-button,
-.error button.flat,
-.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
+row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0); }
- .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, .info button.flat:disabled, .info button.sidebar-button:disabled,
- .question button.flat:disabled,
- .question button.sidebar-button:disabled,
- .warning button.flat:disabled,
- .warning button.sidebar-button:disabled,
- .error button.flat:disabled,
- .error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, .info button.flat:disabled label, .info button.sidebar-button:disabled label,
- .question button.flat:disabled label,
- .question button.sidebar-button:disabled label,
- .warning button.flat:disabled label,
- .warning button.sidebar-button:disabled label,
- .error button.flat:disabled label,
- .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
+ .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
color: rgba(255, 255, 255, 0.4); }
-row:selected button:hover, .info button:hover,
-.question button:hover,
-.warning button:hover,
-.error button:hover, .nautilus-window .floating-bar button:hover {
+row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
-.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, .info button:active,
-.question button:active,
-.warning button:active,
-.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, .info button:active:hover,
-.question button:active:hover,
-.warning button:active:hover,
-.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked,
-.question button:checked,
-.warning button:checked,
-.error button:checked, .nautilus-window .floating-bar button:checked {
+.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
background-color: #ffffff;
border-color: #ffffff; }
-row:selected button:disabled, .info button:disabled,
-.question button:disabled,
-.warning button:disabled,
-.error button:disabled, .nautilus-window .floating-bar button:disabled {
+row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled {
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.4); }
- row:selected button:disabled, .info button:disabled,
- .question button:disabled,
- .warning button:disabled,
- .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label,
- .question button:disabled label,
- .warning button:disabled label,
- .error button:disabled label, .nautilus-window .floating-bar button:disabled label {
+ row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label {
color: rgba(255, 255, 255, 0.5); }
- .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, .info button:disabled:active,
- .question button:disabled:active,
- .warning button:disabled:active,
- .error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, .info button:disabled:checked,
- .question button:disabled:checked,
- .warning button:disabled:checked,
- .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
+ .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 0399bff..19cae90 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -736,16 +736,7 @@ modelbutton.flat arrow.right {
color: #2679db; }
*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
color: #dceaf9; }
- .info *:link, .info button:link, .info button:visited,
- .question *:link,
- .question button:link,
- .question button:visited,
- .warning *:link,
- .warning button:link,
- .warning button:visited,
- .error *:link,
- .error button:link,
- .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
+ infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
@@ -2648,104 +2639,44 @@ paned.vertical > separator {
infobar {
border-style: none; }
+ infobar.info, infobar.question, infobar.warning, infobar.error {
+ background-color: #5294e2;
+ color: #ffffff;
+ caret-color: currentColor; }
+ infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
+ color: #5294e2;
+ background-color: #ffffff; }
-.info,
-.question,
-.warning,
-.error {
- background-color: #5294e2;
- color: #ffffff; }
- .info label:selected:focus, .info label:selected:hover, .info label:selected,
- .question label:selected:focus,
- .question label:selected:hover,
- .question label:selected,
- .warning label:selected:focus,
- .warning label:selected:hover,
- .warning label:selected,
- .error label:selected:focus,
- .error label:selected:hover,
- .error label:selected {
- color: #5294e2;
- background-color: #ffffff; }
-
-.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
-.question button,
-.warning button,
-.error button, .nautilus-window .floating-bar button {
+.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button {
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
-row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button,
-.question button.flat,
-.question button.sidebar-button,
-.warning button.flat,
-.warning button.sidebar-button,
-.error button.flat,
-.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
+row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0); }
- .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, .info button.flat:disabled, .info button.sidebar-button:disabled,
- .question button.flat:disabled,
- .question button.sidebar-button:disabled,
- .warning button.flat:disabled,
- .warning button.sidebar-button:disabled,
- .error button.flat:disabled,
- .error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, .info button.flat:disabled label, .info button.sidebar-button:disabled label,
- .question button.flat:disabled label,
- .question button.sidebar-button:disabled label,
- .warning button.flat:disabled label,
- .warning button.sidebar-button:disabled label,
- .error button.flat:disabled label,
- .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
+ .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
color: rgba(255, 255, 255, 0.4); }
-row:selected button:hover, .info button:hover,
-.question button:hover,
-.warning button:hover,
-.error button:hover, .nautilus-window .floating-bar button:hover {
+row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
-.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, .info button:active,
-.question button:active,
-.warning button:active,
-.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, .info button:active:hover,
-.question button:active:hover,
-.warning button:active:hover,
-.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked,
-.question button:checked,
-.warning button:checked,
-.error button:checked, .nautilus-window .floating-bar button:checked {
+.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
background-color: #ffffff;
border-color: #ffffff; }
-row:selected button:disabled, .info button:disabled,
-.question button:disabled,
-.warning button:disabled,
-.error button:disabled, .nautilus-window .floating-bar button:disabled {
+row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled {
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.4); }
- row:selected button:disabled, .info button:disabled,
- .question button:disabled,
- .warning button:disabled,
- .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label,
- .question button:disabled label,
- .warning button:disabled label,
- .error button:disabled label, .nautilus-window .floating-bar button:disabled label {
+ row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label {
color: rgba(255, 255, 255, 0.5); }
- .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, .info button:disabled:active,
- .question button:disabled:active,
- .warning button:disabled:active,
- .error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, .info button:disabled:checked,
- .question button:disabled:checked,
- .warning button:disabled:checked,
- .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
+ .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 6f743ae..9787481 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -736,16 +736,7 @@ modelbutton.flat arrow.right {
color: #2679db; }
*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
color: #dceaf9; }
- .info *:link, .info button:link, .info button:visited,
- .question *:link,
- .question button:link,
- .question button:visited,
- .warning *:link,
- .warning button:link,
- .warning button:visited,
- .error *:link,
- .error button:link,
- .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
+ infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
@@ -2648,104 +2639,44 @@ paned.vertical > separator {
infobar {
border-style: none; }
+ infobar.info, infobar.question, infobar.warning, infobar.error {
+ background-color: #5294e2;
+ color: #ffffff;
+ caret-color: currentColor; }
+ infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
+ color: #5294e2;
+ background-color: #ffffff; }
-.info,
-.question,
-.warning,
-.error {
- background-color: #5294e2;
- color: #ffffff; }
- .info label:selected:focus, .info label:selected:hover, .info label:selected,
- .question label:selected:focus,
- .question label:selected:hover,
- .question label:selected,
- .warning label:selected:focus,
- .warning label:selected:hover,
- .warning label:selected,
- .error label:selected:focus,
- .error label:selected:hover,
- .error label:selected {
- color: #5294e2;
- background-color: #ffffff; }
-
-.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
-.question button,
-.warning button,
-.error button, .nautilus-window .floating-bar button {
+.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button {
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
-row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button,
-.question button.flat,
-.question button.sidebar-button,
-.warning button.flat,
-.warning button.sidebar-button,
-.error button.flat,
-.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
+row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0); }
- .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, .info button.flat:disabled, .info button.sidebar-button:disabled,
- .question button.flat:disabled,
- .question button.sidebar-button:disabled,
- .warning button.flat:disabled,
- .warning button.sidebar-button:disabled,
- .error button.flat:disabled,
- .error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, .info button.flat:disabled label, .info button.sidebar-button:disabled label,
- .question button.flat:disabled label,
- .question button.sidebar-button:disabled label,
- .warning button.flat:disabled label,
- .warning button.sidebar-button:disabled label,
- .error button.flat:disabled label,
- .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
+ .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
color: rgba(255, 255, 255, 0.4); }
-row:selected button:hover, .info button:hover,
-.question button:hover,
-.warning button:hover,
-.error button:hover, .nautilus-window .floating-bar button:hover {
+row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
-.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, .info button:active,
-.question button:active,
-.warning button:active,
-.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, .info button:active:hover,
-.question button:active:hover,
-.warning button:active:hover,
-.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked,
-.question button:checked,
-.warning button:checked,
-.error button:checked, .nautilus-window .floating-bar button:checked {
+.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294e2;
background-color: #ffffff;
border-color: #ffffff; }
-row:selected button:disabled, .info button:disabled,
-.question button:disabled,
-.warning button:disabled,
-.error button:disabled, .nautilus-window .floating-bar button:disabled {
+row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled {
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.4); }
- row:selected button:disabled, .info button:disabled,
- .question button:disabled,
- .warning button:disabled,
- .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label,
- .question button:disabled label,
- .warning button:disabled label,
- .error button:disabled label, .nautilus-window .floating-bar button:disabled label {
+ row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label {
color: rgba(255, 255, 255, 0.5); }
- .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, .info button:disabled:active,
- .question button:disabled:active,
- .warning button:disabled:active,
- .error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, .info button:disabled:checked,
- .question button:disabled:checked,
- .warning button:disabled:checked,
- .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
+ .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 4554de6..8e6d371 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -2781,28 +2781,28 @@ paned {
//
// GtkInfoBar
//
-infobar { border-style: none; }
+infobar {
+ border-style: none;
-.info,
-.question,
-.warning,
-.error {
- background-color: $selected_bg_color;
- color: $selected_fg_color;
+ &.info,
+ &.question,
+ &.warning,
+ &.error {
+ background-color: $selected_bg_color;
+ color: $selected_fg_color;
+ caret-color: currentColor;
- button { @extend %selected-button }
+ button { @extend %selected-button }
- label:selected {
- &:focus, &:hover, & {
+ selection {
color: $selected_bg_color;
background-color: $selected_fg_color;
}
- }
- *:link { @extend %link_selected; }
+ *:link { @extend %link_selected; }
+ }
}
-
//
// Buttons on selected backgrounds
//
--
cgit v1.2.3
From c374cbaba24a07264790295ae2a8647f717aee1a Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 31 Aug 2016 14:11:33 +0200
Subject: clean up treeview style properties
---
common/gtk-3.0/3.20/gtk-dark.css | 14 +++++++-------
common/gtk-3.0/3.20/gtk-darker.css | 14 +++++++-------
common/gtk-3.0/3.20/gtk-solid-dark.css | 14 +++++++-------
common/gtk-3.0/3.20/gtk-solid-darker.css | 14 +++++++-------
common/gtk-3.0/3.20/gtk-solid.css | 14 +++++++-------
common/gtk-3.0/3.20/gtk.css | 14 +++++++-------
common/gtk-3.0/3.20/sass/_common.scss | 16 ++++++++--------
7 files changed, 50 insertions(+), 50 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 3cd3877..58c1670 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -4,8 +4,6 @@
-GtkTextView-error-underline-color: #FC4138;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
- -GtkTreeView-expander-size: 11;
- -GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
@@ -1343,13 +1341,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
padding-right: 4px; }
treeview.view {
- -GtkTreeView-grid-line-width: 1;
- -GtkTreeView-grid-line-pattern: '';
- -GtkTreeView-tree-line-width: 1;
- -GtkTreeView-tree-line-pattern: '';
- -GtkTreeView-expander-size: 16;
border-left-color: rgba(211, 218, 227, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
+ * {
+ -GtkTreeView-horizontal-separator: 4;
+ -GtkTreeView-grid-line-width: 1;
+ -GtkTreeView-grid-line-pattern: '';
+ -GtkTreeView-tree-line-width: 1;
+ -GtkTreeView-tree-line-pattern: '';
+ -GtkTreeView-expander-size: 16; }
treeview.view acceleditor > label {
background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 132211e..74f3b5a 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -4,8 +4,6 @@
-GtkTextView-error-underline-color: #FC4138;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
- -GtkTreeView-expander-size: 11;
- -GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
@@ -1342,13 +1340,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
padding-right: 4px; }
treeview.view {
- -GtkTreeView-grid-line-width: 1;
- -GtkTreeView-grid-line-pattern: '';
- -GtkTreeView-tree-line-width: 1;
- -GtkTreeView-tree-line-pattern: '';
- -GtkTreeView-expander-size: 16;
border-left-color: rgba(92, 97, 108, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
+ * {
+ -GtkTreeView-horizontal-separator: 4;
+ -GtkTreeView-grid-line-width: 1;
+ -GtkTreeView-grid-line-pattern: '';
+ -GtkTreeView-tree-line-width: 1;
+ -GtkTreeView-tree-line-pattern: '';
+ -GtkTreeView-expander-size: 16; }
treeview.view acceleditor > label {
background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 8cf3c9f..9eaebe1 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -4,8 +4,6 @@
-GtkTextView-error-underline-color: #FC4138;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
- -GtkTreeView-expander-size: 11;
- -GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
@@ -1343,13 +1341,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
padding-right: 4px; }
treeview.view {
- -GtkTreeView-grid-line-width: 1;
- -GtkTreeView-grid-line-pattern: '';
- -GtkTreeView-tree-line-width: 1;
- -GtkTreeView-tree-line-pattern: '';
- -GtkTreeView-expander-size: 16;
border-left-color: rgba(211, 218, 227, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
+ * {
+ -GtkTreeView-horizontal-separator: 4;
+ -GtkTreeView-grid-line-width: 1;
+ -GtkTreeView-grid-line-pattern: '';
+ -GtkTreeView-tree-line-width: 1;
+ -GtkTreeView-tree-line-pattern: '';
+ -GtkTreeView-expander-size: 16; }
treeview.view acceleditor > label {
background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 38926df..e313446 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -4,8 +4,6 @@
-GtkTextView-error-underline-color: #FC4138;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
- -GtkTreeView-expander-size: 11;
- -GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
@@ -1342,13 +1340,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
padding-right: 4px; }
treeview.view {
- -GtkTreeView-grid-line-width: 1;
- -GtkTreeView-grid-line-pattern: '';
- -GtkTreeView-tree-line-width: 1;
- -GtkTreeView-tree-line-pattern: '';
- -GtkTreeView-expander-size: 16;
border-left-color: rgba(92, 97, 108, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
+ * {
+ -GtkTreeView-horizontal-separator: 4;
+ -GtkTreeView-grid-line-width: 1;
+ -GtkTreeView-grid-line-pattern: '';
+ -GtkTreeView-tree-line-width: 1;
+ -GtkTreeView-tree-line-pattern: '';
+ -GtkTreeView-expander-size: 16; }
treeview.view acceleditor > label {
background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 19cae90..e7f7450 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -4,8 +4,6 @@
-GtkTextView-error-underline-color: #FC4138;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
- -GtkTreeView-expander-size: 11;
- -GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
@@ -1346,13 +1344,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
padding-right: 4px; }
treeview.view {
- -GtkTreeView-grid-line-width: 1;
- -GtkTreeView-grid-line-pattern: '';
- -GtkTreeView-tree-line-width: 1;
- -GtkTreeView-tree-line-pattern: '';
- -GtkTreeView-expander-size: 16;
border-left-color: rgba(92, 97, 108, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
+ * {
+ -GtkTreeView-horizontal-separator: 4;
+ -GtkTreeView-grid-line-width: 1;
+ -GtkTreeView-grid-line-pattern: '';
+ -GtkTreeView-tree-line-width: 1;
+ -GtkTreeView-tree-line-pattern: '';
+ -GtkTreeView-expander-size: 16; }
treeview.view acceleditor > label {
background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 9787481..184364a 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -4,8 +4,6 @@
-GtkTextView-error-underline-color: #FC4138;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
- -GtkTreeView-expander-size: 11;
- -GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
@@ -1346,13 +1344,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
padding-right: 4px; }
treeview.view {
- -GtkTreeView-grid-line-width: 1;
- -GtkTreeView-grid-line-pattern: '';
- -GtkTreeView-tree-line-width: 1;
- -GtkTreeView-tree-line-pattern: '';
- -GtkTreeView-expander-size: 16;
border-left-color: rgba(92, 97, 108, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
+ * {
+ -GtkTreeView-horizontal-separator: 4;
+ -GtkTreeView-grid-line-width: 1;
+ -GtkTreeView-grid-line-pattern: '';
+ -GtkTreeView-tree-line-width: 1;
+ -GtkTreeView-tree-line-pattern: '';
+ -GtkTreeView-expander-size: 16; }
treeview.view acceleditor > label {
background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 8e6d371..bf38100 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -15,9 +15,6 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix);
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
- -GtkTreeView-expander-size: 11;
-
- -GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
@@ -1409,11 +1406,14 @@ headerbar {
// Tree Views
//
treeview.view {
- -GtkTreeView-grid-line-width: 1;
- -GtkTreeView-grid-line-pattern: '';
- -GtkTreeView-tree-line-width: 1;
- -GtkTreeView-tree-line-pattern: '';
- -GtkTreeView-expander-size: 16;
+ @at-root * {
+ -GtkTreeView-horizontal-separator: 4;
+ -GtkTreeView-grid-line-width: 1;
+ -GtkTreeView-grid-line-pattern: '';
+ -GtkTreeView-tree-line-width: 1;
+ -GtkTreeView-tree-line-pattern: '';
+ -GtkTreeView-expander-size: 16;
+ }
border-left-color: transparentize($fg_color, 0.85); // this is actually the tree lines color,
border-top-color: transparentize(black, 0.9); // while this is the grid lines color, better then nothing
--
cgit v1.2.3
From ed153bb55bd8ec176a1af1678a06ddcbb7b7b01f Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Mon, 12 Sep 2016 14:19:10 +0200
Subject: separate disabled linked buttons more clearly
---
common/gtk-3.0/3.20/gtk-dark.css | 62 +++++++++++++++++++++-----------
common/gtk-3.0/3.20/gtk-darker.css | 62 +++++++++++++++++++++-----------
common/gtk-3.0/3.20/gtk-solid-dark.css | 62 +++++++++++++++++++++-----------
common/gtk-3.0/3.20/gtk-solid-darker.css | 62 +++++++++++++++++++++-----------
common/gtk-3.0/3.20/gtk-solid.css | 62 +++++++++++++++++++++-----------
common/gtk-3.0/3.20/gtk.css | 62 +++++++++++++++++++++-----------
common/gtk-3.0/3.20/sass/_common.scss | 25 +++++++++----
7 files changed, 271 insertions(+), 126 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 58c1670..c78b92f 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -551,26 +551,37 @@ button {
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 1px 0 #2b2e39; }
-.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
+
.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
.linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); }
-
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
+.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); }
+
.linked.vertical > entry + entry {
border-top-color: rgba(43, 46, 57, 0.3); }
@@ -633,12 +644,23 @@ button {
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 0 1px #2b2e39; }
-.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); }
+
.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry,
@@ -1095,7 +1117,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
border-radius: 3px;
border-style: solid; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: none; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
@@ -1114,15 +1136,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
-
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(21, 23, 28, 0); }
@@ -3081,15 +3103,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
-
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
+
.caja-notebook {
border-top: 1px solid #2b2e39; }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 74f3b5a..80cbb3a 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -550,26 +550,37 @@ button {
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 1px 0 #cfd6e6; }
-.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
+
.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
.linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
-
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
+.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
+
.linked.vertical > entry + entry {
border-top-color: rgba(207, 214, 230, 0.3); }
@@ -632,12 +643,23 @@ button {
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 0 1px #cfd6e6; }
-.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); }
+
.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry,
@@ -1094,7 +1116,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
border-radius: 3px;
border-style: solid; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: none; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
@@ -1113,15 +1135,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
-
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(21, 23, 28, 0); }
@@ -3079,15 +3101,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
-
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
+
.caja-notebook {
border-top: 1px solid #dcdfe3; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 9eaebe1..dde6b79 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -551,26 +551,37 @@ button {
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 1px 0 #2b2e39; }
-.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
+
.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
.linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); }
-
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
+.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); }
+
.linked.vertical > entry + entry {
border-top-color: rgba(43, 46, 57, 0.3); }
@@ -633,12 +644,23 @@ button {
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 0 1px #2b2e39; }
-.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); }
+
.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry,
@@ -1095,7 +1117,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
border-radius: 3px;
border-style: solid; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: none; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
@@ -1114,15 +1136,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
-
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(21, 23, 28, 0); }
@@ -3081,15 +3103,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
-
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
+
.caja-notebook {
border-top: 1px solid #2b2e39; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index e313446..1630b26 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -550,26 +550,37 @@ button {
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 1px 0 #cfd6e6; }
-.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
+
.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
.linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
-
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
+.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
+
.linked.vertical > entry + entry {
border-top-color: rgba(207, 214, 230, 0.3); }
@@ -632,12 +643,23 @@ button {
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 0 1px #cfd6e6; }
-.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); }
+
.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry,
@@ -1094,7 +1116,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
border-radius: 3px;
border-style: solid; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: none; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
@@ -1113,15 +1135,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
-
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(21, 23, 28, 0); }
@@ -3079,15 +3101,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
-
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
+
.caja-notebook {
border-top: 1px solid #dcdfe3; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index e7f7450..78d2b05 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -550,26 +550,37 @@ button {
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 1px 0 #cfd6e6; }
-.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
+
.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
.linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
-
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
+.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
+
.linked.vertical > entry + entry {
border-top-color: rgba(207, 214, 230, 0.3); }
@@ -632,12 +643,23 @@ button {
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 0 1px #cfd6e6; }
-.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); }
+
.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry,
@@ -1094,7 +1116,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
border-radius: 3px;
border-style: solid; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: none; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
@@ -1113,15 +1135,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
-
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(82, 93, 118, 0); }
@@ -3083,15 +3105,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
-
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
+
.caja-notebook {
border-top: 1px solid #dcdfe3; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 184364a..62e996d 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -550,26 +550,37 @@ button {
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 1px 0 #cfd6e6; }
-.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
+
.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
.linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
-
-.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
+.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
+
.linked.vertical > entry + entry {
border-top-color: rgba(207, 214, 230, 0.3); }
@@ -632,12 +643,23 @@ button {
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 0 1px #cfd6e6; }
-.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+ box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); }
+
.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
-.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) {
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
+.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
+.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none; }
toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry,
@@ -1094,7 +1116,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
border-radius: 3px;
border-style: solid; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: none; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
@@ -1113,15 +1135,15 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
-
-.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(82, 93, 118, 0); }
@@ -3083,15 +3105,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
-
-.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
+.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
+
.caja-notebook {
border-top: 1px solid #dcdfe3; }
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index bf38100..dd15aa9 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -626,12 +626,23 @@ toolbar.inline-toolbar toolbutton {
> #{$_uncolored_button}:hover:not(:only-child),
> #{$_uncolored_button}:hover + #{$_uncolored_button} { box-shadow: inset if($vert=='false', 1px 0, 0 1px) $b_border; }
- > #{$_uncolored_button}:first-child:hover,
+ > #{$_uncolored_button}:disabled:not(:only-child),
+ > #{$_uncolored_button}:disabled + #{$_uncolored_button}:not(:hover) { box-shadow: inset if($vert=='false', 1px 0, 0 1px) transparentize($b_border, 0.5); }
+
> button:active + #{$_uncolored_button}:hover,
> button:checked + #{$_uncolored_button}:hover,
> button.suggested-action + #{$_uncolored_button}:hover,
> button.destructive-action + #{$_uncolored_button}:hover,
- > entry + #{$_uncolored_button}:hover:not(:only-child) { box-shadow: none; }
+ > entry + #{$_uncolored_button}:hover:not(:only-child),
+
+ > #{$_uncolored_button}:first-child:disabled,
+ > #{$_uncolored_button}:disabled + #{$_uncolored_button}:disabled,
+ > #{$_uncolored_button}:first-child:hover,
+ > button:active + #{$_uncolored_button}:disabled,
+ > button:checked + #{$_uncolored_button}:disabled,
+ > button.suggested-action + #{$_uncolored_button}:disabled,
+ > button.destructive-action + #{$_uncolored_button}:disabled,
+ > entry + #{$_uncolored_button}:disabled:not(:only-child), { box-shadow: none; }
}
}
@@ -640,15 +651,15 @@ toolbar.inline-toolbar toolbutton {
> button + button { border-left-style: none; }
- > button:hover:not(:checked):not(:active):not(:only-child) {
+ > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child) {
&:hover {
box-shadow: inset 1px 0 $sep_color,
inset -1px 0 $sep_color;
}
- &:first-child:hover { box-shadow: inset -1px 0 $sep_color; }
- &:last-child:hover { box-shadow: inset 1px 0 $sep_color; }
}
+ button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 $sep_color; }
+ button:nth-last-child(2):not(:active):not(:checked) { box-shadow: inset -1px 0 $sep_color; }
}
// Apply the rules defined above
@@ -1210,7 +1221,9 @@ headerbar {
$_uncolored_button: 'button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action)';
> #{$_uncolored_button}:hover:not(:only-child),
- > #{$_uncolored_button}:hover + #{$_uncolored_button} { box-shadow: none; }
+ > #{$_uncolored_button}:hover + #{$_uncolored_button},
+ > #{$_uncolored_button}:disabled:not(:only-child),
+ > #{$_uncolored_button}:disabled + #{$_uncolored_button}:not(:hover) { box-shadow: none; }
}
// special case for path-bars and stack-switchers
--
cgit v1.2.3
From 6f765888d61c981887cad19ced8de6bc19864fdb Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 13 Sep 2016 17:13:52 +0200
Subject: fix bogus box-shadows in stack-switchers
---
common/gtk-3.0/3.20/gtk-dark.css | 3 +++
common/gtk-3.0/3.20/gtk-darker.css | 3 +++
common/gtk-3.0/3.20/gtk-solid-dark.css | 3 +++
common/gtk-3.0/3.20/gtk-solid-darker.css | 3 +++
common/gtk-3.0/3.20/gtk-solid.css | 3 +++
common/gtk-3.0/3.20/gtk.css | 3 +++
common/gtk-3.0/3.20/sass/_common.scss | 5 +++++
7 files changed, 23 insertions(+)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index c78b92f..9d77391 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -1145,6 +1145,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: none; }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(21, 23, 28, 0); }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 80cbb3a..746bd1d 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -1144,6 +1144,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: none; }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(21, 23, 28, 0); }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index dde6b79..eb790b2 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -1145,6 +1145,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: none; }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(21, 23, 28, 0); }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 1630b26..238043c 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -1144,6 +1144,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: none; }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(21, 23, 28, 0); }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 78d2b05..2fa9cfe 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -1144,6 +1144,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: none; }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(82, 93, 118, 0); }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 62e996d..7d54389 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -1144,6 +1144,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
+ box-shadow: none; }
+
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(82, 93, 118, 0); }
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index dd15aa9..005b615 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -1242,6 +1242,11 @@ headerbar {
@include pathbar_linking_rules($sep_color:$header_button_border);
}
+ .linked:not(.vertical):not(.path-bar).stack-switcher {
+ button:nth-child(2):not(:active):not(:checked),
+ button:nth-last-child(2):not(:active):not(:checked) { box-shadow: none; }
+ }
+
// use linking rules for entries only
.linked:not(.vertical):not(.path-bar) {
@include linking_rules( $a:0.5,
--
cgit v1.2.3
From e250405fdb7509b3d3f8fb9c7ca6a78f0f59bad6 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 13 Sep 2016 17:16:32 +0200
Subject: fix gnome-flashback panel background
---
common/gtk-3.0/3.20/gtk-dark.css | 39 +++++++++++++++++++++--------
common/gtk-3.0/3.20/gtk-darker.css | 39 +++++++++++++++++++++--------
common/gtk-3.0/3.20/gtk-solid-dark.css | 39 +++++++++++++++++++++--------
common/gtk-3.0/3.20/gtk-solid-darker.css | 39 +++++++++++++++++++++--------
common/gtk-3.0/3.20/gtk-solid.css | 39 +++++++++++++++++++++--------
common/gtk-3.0/3.20/gtk.css | 39 +++++++++++++++++++++--------
common/gtk-3.0/3.20/sass/_applications.scss | 3 ++-
7 files changed, 170 insertions(+), 67 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 9d77391..05f4f17 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -3312,7 +3312,9 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
.mate-panel-menu-bar,
-.mate-panel-menu-bar menubar {
+.mate-panel-menu-bar menubar,
+panel-toplevel.background,
+panel-toplevel.background menubar {
background-color: rgba(43, 46, 55, 0.95); }
.gnome-panel-menu-bar menubar,
@@ -3320,7 +3322,10 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar #PanelApplet image,
.mate-panel-menu-bar menubar,
.mate-panel-menu-bar #PanelApplet label,
-.mate-panel-menu-bar #PanelApplet image {
+.mate-panel-menu-bar #PanelApplet image,
+panel-toplevel.background menubar,
+panel-toplevel.background #PanelApplet label,
+panel-toplevel.background #PanelApplet image {
color: #BAC3CF; }
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
@@ -3329,23 +3334,31 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button label,
.mate-panel-menu-bar button image,
.mate-panel-menu-bar #tasklist-button label,
-.mate-panel-menu-bar #tasklist-button image {
+.mate-panel-menu-bar #tasklist-button image,
+panel-toplevel.background button label,
+panel-toplevel.background button image,
+panel-toplevel.background #tasklist-button label,
+panel-toplevel.background #tasklist-button image {
color: inherit; }
.gnome-panel-menu-bar .wnck-pager,
-.mate-panel-menu-bar .wnck-pager {
+.mate-panel-menu-bar .wnck-pager,
+panel-toplevel.background .wnck-pager {
color: #5d6268;
background-color: rgba(20, 22, 27, 0.95); }
.gnome-panel-menu-bar .wnck-pager:hover,
- .mate-panel-menu-bar .wnck-pager:hover {
+ .mate-panel-menu-bar .wnck-pager:hover,
+ panel-toplevel.background .wnck-pager:hover {
background-color: rgba(54, 58, 70, 0.95); }
.gnome-panel-menu-bar .wnck-pager:selected,
- .mate-panel-menu-bar .wnck-pager:selected {
+ .mate-panel-menu-bar .wnck-pager:selected,
+ panel-toplevel.background .wnck-pager:selected {
color: #a9caf1;
background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
-.mate-panel-menu-bar na-tray-applet {
+.mate-panel-menu-bar na-tray-applet,
+panel-toplevel.background na-tray-applet {
-NaTrayApplet-icon-padding: 0;
-NaTrayApplet-icon-size: 16px; }
@@ -3368,18 +3381,22 @@ button.documents-favorite:active:hover {
box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
-.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
+.mate-panel-menu-bar button:not(#tasklist-button),
+panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
border-radius: 0;
border: none;
background-color: rgba(43, 46, 55, 0); }
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
- .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
+ .mate-panel-menu-bar button:hover:not(#tasklist-button),
+ panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: rgba(65, 70, 84, 0.95); }
.gnome-panel-menu-bar button:active:not(#tasklist-button),
- .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
- .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
+ .mate-panel-menu-bar button:active:not(#tasklist-button),
+ panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
+ .mate-panel-menu-bar button:checked:not(#tasklist-button),
+ panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: #5294e2; }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 746bd1d..adb7231 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -3311,7 +3311,9 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
.mate-panel-menu-bar,
-.mate-panel-menu-bar menubar {
+.mate-panel-menu-bar menubar,
+panel-toplevel.background,
+panel-toplevel.background menubar {
background-color: rgba(43, 46, 55, 0.95); }
.gnome-panel-menu-bar menubar,
@@ -3319,7 +3321,10 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar #PanelApplet image,
.mate-panel-menu-bar menubar,
.mate-panel-menu-bar #PanelApplet label,
-.mate-panel-menu-bar #PanelApplet image {
+.mate-panel-menu-bar #PanelApplet image,
+panel-toplevel.background menubar,
+panel-toplevel.background #PanelApplet label,
+panel-toplevel.background #PanelApplet image {
color: #BAC3CF; }
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
@@ -3328,23 +3333,31 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button label,
.mate-panel-menu-bar button image,
.mate-panel-menu-bar #tasklist-button label,
-.mate-panel-menu-bar #tasklist-button image {
+.mate-panel-menu-bar #tasklist-button image,
+panel-toplevel.background button label,
+panel-toplevel.background button image,
+panel-toplevel.background #tasklist-button label,
+panel-toplevel.background #tasklist-button image {
color: inherit; }
.gnome-panel-menu-bar .wnck-pager,
-.mate-panel-menu-bar .wnck-pager {
+.mate-panel-menu-bar .wnck-pager,
+panel-toplevel.background .wnck-pager {
color: #5d6268;
background-color: rgba(20, 22, 27, 0.95); }
.gnome-panel-menu-bar .wnck-pager:hover,
- .mate-panel-menu-bar .wnck-pager:hover {
+ .mate-panel-menu-bar .wnck-pager:hover,
+ panel-toplevel.background .wnck-pager:hover {
background-color: rgba(54, 58, 70, 0.95); }
.gnome-panel-menu-bar .wnck-pager:selected,
- .mate-panel-menu-bar .wnck-pager:selected {
+ .mate-panel-menu-bar .wnck-pager:selected,
+ panel-toplevel.background .wnck-pager:selected {
color: #a9caf1;
background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
-.mate-panel-menu-bar na-tray-applet {
+.mate-panel-menu-bar na-tray-applet,
+panel-toplevel.background na-tray-applet {
-NaTrayApplet-icon-padding: 0;
-NaTrayApplet-icon-size: 16px; }
@@ -3367,18 +3380,22 @@ button.documents-favorite:active:hover {
box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
-.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
+.mate-panel-menu-bar button:not(#tasklist-button),
+panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
border-radius: 0;
border: none;
background-color: rgba(43, 46, 55, 0); }
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
- .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
+ .mate-panel-menu-bar button:hover:not(#tasklist-button),
+ panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: rgba(65, 70, 84, 0.95); }
.gnome-panel-menu-bar button:active:not(#tasklist-button),
- .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
- .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
+ .mate-panel-menu-bar button:active:not(#tasklist-button),
+ panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
+ .mate-panel-menu-bar button:checked:not(#tasklist-button),
+ panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: #5294e2; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index eb790b2..eca4ec2 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -3312,7 +3312,9 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
.mate-panel-menu-bar,
-.mate-panel-menu-bar menubar {
+.mate-panel-menu-bar menubar,
+panel-toplevel.background,
+panel-toplevel.background menubar {
background-color: #2b2e37; }
.gnome-panel-menu-bar menubar,
@@ -3320,7 +3322,10 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar #PanelApplet image,
.mate-panel-menu-bar menubar,
.mate-panel-menu-bar #PanelApplet label,
-.mate-panel-menu-bar #PanelApplet image {
+.mate-panel-menu-bar #PanelApplet image,
+panel-toplevel.background menubar,
+panel-toplevel.background #PanelApplet label,
+panel-toplevel.background #PanelApplet image {
color: #BAC3CF; }
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
@@ -3329,23 +3334,31 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button label,
.mate-panel-menu-bar button image,
.mate-panel-menu-bar #tasklist-button label,
-.mate-panel-menu-bar #tasklist-button image {
+.mate-panel-menu-bar #tasklist-button image,
+panel-toplevel.background button label,
+panel-toplevel.background button image,
+panel-toplevel.background #tasklist-button label,
+panel-toplevel.background #tasklist-button image {
color: inherit; }
.gnome-panel-menu-bar .wnck-pager,
-.mate-panel-menu-bar .wnck-pager {
+.mate-panel-menu-bar .wnck-pager,
+panel-toplevel.background .wnck-pager {
color: #5d6268;
background-color: #14161b; }
.gnome-panel-menu-bar .wnck-pager:hover,
- .mate-panel-menu-bar .wnck-pager:hover {
+ .mate-panel-menu-bar .wnck-pager:hover,
+ panel-toplevel.background .wnck-pager:hover {
background-color: #363a46; }
.gnome-panel-menu-bar .wnck-pager:selected,
- .mate-panel-menu-bar .wnck-pager:selected {
+ .mate-panel-menu-bar .wnck-pager:selected,
+ panel-toplevel.background .wnck-pager:selected {
color: #a9caf1;
background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
-.mate-panel-menu-bar na-tray-applet {
+.mate-panel-menu-bar na-tray-applet,
+panel-toplevel.background na-tray-applet {
-NaTrayApplet-icon-padding: 0;
-NaTrayApplet-icon-size: 16px; }
@@ -3368,18 +3381,22 @@ button.documents-favorite:active:hover {
box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
-.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
+.mate-panel-menu-bar button:not(#tasklist-button),
+panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
border-radius: 0;
border: none;
background-color: rgba(43, 46, 55, 0); }
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
- .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
+ .mate-panel-menu-bar button:hover:not(#tasklist-button),
+ panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: #414654; }
.gnome-panel-menu-bar button:active:not(#tasklist-button),
- .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
- .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
+ .mate-panel-menu-bar button:active:not(#tasklist-button),
+ panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
+ .mate-panel-menu-bar button:checked:not(#tasklist-button),
+ panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: #5294e2; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 238043c..1bbf62f 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -3311,7 +3311,9 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
.mate-panel-menu-bar,
-.mate-panel-menu-bar menubar {
+.mate-panel-menu-bar menubar,
+panel-toplevel.background,
+panel-toplevel.background menubar {
background-color: #2b2e37; }
.gnome-panel-menu-bar menubar,
@@ -3319,7 +3321,10 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar #PanelApplet image,
.mate-panel-menu-bar menubar,
.mate-panel-menu-bar #PanelApplet label,
-.mate-panel-menu-bar #PanelApplet image {
+.mate-panel-menu-bar #PanelApplet image,
+panel-toplevel.background menubar,
+panel-toplevel.background #PanelApplet label,
+panel-toplevel.background #PanelApplet image {
color: #BAC3CF; }
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
@@ -3328,23 +3333,31 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button label,
.mate-panel-menu-bar button image,
.mate-panel-menu-bar #tasklist-button label,
-.mate-panel-menu-bar #tasklist-button image {
+.mate-panel-menu-bar #tasklist-button image,
+panel-toplevel.background button label,
+panel-toplevel.background button image,
+panel-toplevel.background #tasklist-button label,
+panel-toplevel.background #tasklist-button image {
color: inherit; }
.gnome-panel-menu-bar .wnck-pager,
-.mate-panel-menu-bar .wnck-pager {
+.mate-panel-menu-bar .wnck-pager,
+panel-toplevel.background .wnck-pager {
color: #5d6268;
background-color: #14161b; }
.gnome-panel-menu-bar .wnck-pager:hover,
- .mate-panel-menu-bar .wnck-pager:hover {
+ .mate-panel-menu-bar .wnck-pager:hover,
+ panel-toplevel.background .wnck-pager:hover {
background-color: #363a46; }
.gnome-panel-menu-bar .wnck-pager:selected,
- .mate-panel-menu-bar .wnck-pager:selected {
+ .mate-panel-menu-bar .wnck-pager:selected,
+ panel-toplevel.background .wnck-pager:selected {
color: #a9caf1;
background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
-.mate-panel-menu-bar na-tray-applet {
+.mate-panel-menu-bar na-tray-applet,
+panel-toplevel.background na-tray-applet {
-NaTrayApplet-icon-padding: 0;
-NaTrayApplet-icon-size: 16px; }
@@ -3367,18 +3380,22 @@ button.documents-favorite:active:hover {
box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
-.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
+.mate-panel-menu-bar button:not(#tasklist-button),
+panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
border-radius: 0;
border: none;
background-color: rgba(43, 46, 55, 0); }
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
- .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
+ .mate-panel-menu-bar button:hover:not(#tasklist-button),
+ panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: #414654; }
.gnome-panel-menu-bar button:active:not(#tasklist-button),
- .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
- .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
+ .mate-panel-menu-bar button:active:not(#tasklist-button),
+ panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
+ .mate-panel-menu-bar button:checked:not(#tasklist-button),
+ panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: #5294e2; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 2fa9cfe..5792d76 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -3315,7 +3315,9 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
.mate-panel-menu-bar,
-.mate-panel-menu-bar menubar {
+.mate-panel-menu-bar menubar,
+panel-toplevel.background,
+panel-toplevel.background menubar {
background-color: #2b2e37; }
.gnome-panel-menu-bar menubar,
@@ -3323,7 +3325,10 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar #PanelApplet image,
.mate-panel-menu-bar menubar,
.mate-panel-menu-bar #PanelApplet label,
-.mate-panel-menu-bar #PanelApplet image {
+.mate-panel-menu-bar #PanelApplet image,
+panel-toplevel.background menubar,
+panel-toplevel.background #PanelApplet label,
+panel-toplevel.background #PanelApplet image {
color: #BAC3CF; }
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
@@ -3332,23 +3337,31 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button label,
.mate-panel-menu-bar button image,
.mate-panel-menu-bar #tasklist-button label,
-.mate-panel-menu-bar #tasklist-button image {
+.mate-panel-menu-bar #tasklist-button image,
+panel-toplevel.background button label,
+panel-toplevel.background button image,
+panel-toplevel.background #tasklist-button label,
+panel-toplevel.background #tasklist-button image {
color: inherit; }
.gnome-panel-menu-bar .wnck-pager,
-.mate-panel-menu-bar .wnck-pager {
+.mate-panel-menu-bar .wnck-pager,
+panel-toplevel.background .wnck-pager {
color: #5d6268;
background-color: #14161b; }
.gnome-panel-menu-bar .wnck-pager:hover,
- .mate-panel-menu-bar .wnck-pager:hover {
+ .mate-panel-menu-bar .wnck-pager:hover,
+ panel-toplevel.background .wnck-pager:hover {
background-color: #363a46; }
.gnome-panel-menu-bar .wnck-pager:selected,
- .mate-panel-menu-bar .wnck-pager:selected {
+ .mate-panel-menu-bar .wnck-pager:selected,
+ panel-toplevel.background .wnck-pager:selected {
color: #a9caf1;
background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
-.mate-panel-menu-bar na-tray-applet {
+.mate-panel-menu-bar na-tray-applet,
+panel-toplevel.background na-tray-applet {
-NaTrayApplet-icon-padding: 0;
-NaTrayApplet-icon-size: 16px; }
@@ -3371,18 +3384,22 @@ button.documents-favorite:active:hover {
box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
-.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
+.mate-panel-menu-bar button:not(#tasklist-button),
+panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
border-radius: 0;
border: none;
background-color: rgba(43, 46, 55, 0); }
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
- .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
+ .mate-panel-menu-bar button:hover:not(#tasklist-button),
+ panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: #414654; }
.gnome-panel-menu-bar button:active:not(#tasklist-button),
- .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
- .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
+ .mate-panel-menu-bar button:active:not(#tasklist-button),
+ panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
+ .mate-panel-menu-bar button:checked:not(#tasklist-button),
+ panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: #5294e2; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 7d54389..962d5a2 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -3315,7 +3315,9 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
.mate-panel-menu-bar,
-.mate-panel-menu-bar menubar {
+.mate-panel-menu-bar menubar,
+panel-toplevel.background,
+panel-toplevel.background menubar {
background-color: rgba(43, 46, 55, 0.95); }
.gnome-panel-menu-bar menubar,
@@ -3323,7 +3325,10 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar #PanelApplet image,
.mate-panel-menu-bar menubar,
.mate-panel-menu-bar #PanelApplet label,
-.mate-panel-menu-bar #PanelApplet image {
+.mate-panel-menu-bar #PanelApplet image,
+panel-toplevel.background menubar,
+panel-toplevel.background #PanelApplet label,
+panel-toplevel.background #PanelApplet image {
color: #BAC3CF; }
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
@@ -3332,23 +3337,31 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button label,
.mate-panel-menu-bar button image,
.mate-panel-menu-bar #tasklist-button label,
-.mate-panel-menu-bar #tasklist-button image {
+.mate-panel-menu-bar #tasklist-button image,
+panel-toplevel.background button label,
+panel-toplevel.background button image,
+panel-toplevel.background #tasklist-button label,
+panel-toplevel.background #tasklist-button image {
color: inherit; }
.gnome-panel-menu-bar .wnck-pager,
-.mate-panel-menu-bar .wnck-pager {
+.mate-panel-menu-bar .wnck-pager,
+panel-toplevel.background .wnck-pager {
color: #5d6268;
background-color: rgba(20, 22, 27, 0.95); }
.gnome-panel-menu-bar .wnck-pager:hover,
- .mate-panel-menu-bar .wnck-pager:hover {
+ .mate-panel-menu-bar .wnck-pager:hover,
+ panel-toplevel.background .wnck-pager:hover {
background-color: rgba(54, 58, 70, 0.95); }
.gnome-panel-menu-bar .wnck-pager:selected,
- .mate-panel-menu-bar .wnck-pager:selected {
+ .mate-panel-menu-bar .wnck-pager:selected,
+ panel-toplevel.background .wnck-pager:selected {
color: #a9caf1;
background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
-.mate-panel-menu-bar na-tray-applet {
+.mate-panel-menu-bar na-tray-applet,
+panel-toplevel.background na-tray-applet {
-NaTrayApplet-icon-padding: 0;
-NaTrayApplet-icon-size: 16px; }
@@ -3371,18 +3384,22 @@ button.documents-favorite:active:hover {
box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
-.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
+.mate-panel-menu-bar button:not(#tasklist-button),
+panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
border-radius: 0;
border: none;
background-color: rgba(43, 46, 55, 0); }
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
- .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
+ .mate-panel-menu-bar button:hover:not(#tasklist-button),
+ panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: rgba(65, 70, 84, 0.95); }
.gnome-panel-menu-bar button:active:not(#tasklist-button),
- .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
- .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
+ .mate-panel-menu-bar button:active:not(#tasklist-button),
+ panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
+ .mate-panel-menu-bar button:checked:not(#tasklist-button),
+ panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: #5294e2; }
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss
index c6cb1dd..6b9d8df 100644
--- a/common/gtk-3.0/3.20/sass/_applications.scss
+++ b/common/gtk-3.0/3.20/sass/_applications.scss
@@ -434,7 +434,8 @@ button.documents-favorite:active:hover {
// Mate/Gnome Flashback Panel
//
.gnome-panel-menu-bar,
-.mate-panel-menu-bar {
+.mate-panel-menu-bar,
+panel-toplevel.background {
&, menubar { background-color: $panel_bg; }
--
cgit v1.2.3
From 28dfc77210aa27314ac545a225586220d7078adf Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Wed, 14 Sep 2016 12:17:35 +0200
Subject: cinnamon: add proper popup-combo-menu styling (#634)
---
common/cinnamon/cinnamon-dark.css | 34 +++++++++++++++-------------------
common/cinnamon/cinnamon.css | 34 +++++++++++++++-------------------
common/cinnamon/sass/_common.scss | 11 ++++-------
3 files changed, 34 insertions(+), 45 deletions(-)
(limited to 'common')
diff --git a/common/cinnamon/cinnamon-dark.css b/common/cinnamon/cinnamon-dark.css
index 2da56b1..4531658 100644
--- a/common/cinnamon/cinnamon-dark.css
+++ b/common/cinnamon/cinnamon-dark.css
@@ -249,42 +249,43 @@ StScrollBar {
font-weight: normal;
text-align: center; }
-.popup-menu {
+.popup-menu,
+.popup-combo-menu {
color: white;
min-width: 200px;
color: #D3DAE3;
border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; }
.popup-menu-arrow {
icon-size: 16px; }
- .popup-menu .popup-sub-menu {
+ .popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu {
background-gradient-direction: none;
box-shadow: none;
border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; }
- .popup-menu .popup-sub-menu .popup-menu-item:ltr {
+ .popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr {
padding-right: 0em; }
- .popup-menu .popup-sub-menu .popup-menu-item:rtl {
+ .popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl {
padding-left: 0em; }
- .popup-menu .popup-sub-menu StScrollBar {
+ .popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar {
padding: 4px; }
- .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle {
+ .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle {
border-width: 0; }
- .popup-menu .popup-menu-content {
+ .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content {
padding: 1em 0em 1em 0em; }
- .popup-menu .popup-menu-item {
+ .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item {
padding: .4em 1.75em;
spacing: 1em; }
- .popup-menu .popup-menu-item:active {
+ .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active {
color: #ffffff;
background-color: transparent;
border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
- .popup-menu .popup-menu-item:insensitive {
+ .popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive {
color: rgba(211, 218, 227, 0.5);
background: none; }
- .popup-menu .popup-inactive-menu-item {
+ .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item {
color: #D3DAE3; }
- .popup-menu .popup-inactive-menu-item:insensitive {
+ .popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive {
color: rgba(211, 218, 227, 0.45); }
- .popup-menu .popup-menu-item:active .popup-inactive-menu-item {
+ .popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item {
color: #ffffff; }
.popup-menu-icon {
icon-size: 16px; }
@@ -297,13 +298,8 @@ StScrollBar {
-arrow-base: 0;
-arrow-rise: 0; }
-/*Don't know what this does*/
.popup-combo-menu {
- background-color: rgba(0, 0, 0, 0.4);
- padding: 1em 0em;
- color: red;
- border: 1px solid rgba(0, 0, 0, 0.6);
- border-radius: 3px; }
+ padding: 10px 1px; }
.popup-combobox-item {
spacing: 1em; }
diff --git a/common/cinnamon/cinnamon.css b/common/cinnamon/cinnamon.css
index 5ea0a46..e0ea24a 100644
--- a/common/cinnamon/cinnamon.css
+++ b/common/cinnamon/cinnamon.css
@@ -249,42 +249,43 @@ StScrollBar {
font-weight: normal;
text-align: center; }
-.popup-menu {
+.popup-menu,
+.popup-combo-menu {
color: white;
min-width: 200px;
color: #5c616c;
border-image: url("light-assets/menu/menu.svg") 9 9 9 9; }
.popup-menu-arrow {
icon-size: 16px; }
- .popup-menu .popup-sub-menu {
+ .popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu {
background-gradient-direction: none;
box-shadow: none;
border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; }
- .popup-menu .popup-sub-menu .popup-menu-item:ltr {
+ .popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr {
padding-right: 0em; }
- .popup-menu .popup-sub-menu .popup-menu-item:rtl {
+ .popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl {
padding-left: 0em; }
- .popup-menu .popup-sub-menu StScrollBar {
+ .popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar {
padding: 4px; }
- .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle {
+ .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle {
border-width: 0; }
- .popup-menu .popup-menu-content {
+ .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content {
padding: 1em 0em 1em 0em; }
- .popup-menu .popup-menu-item {
+ .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item {
padding: .4em 1.75em;
spacing: 1em; }
- .popup-menu .popup-menu-item:active {
+ .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active {
color: #ffffff;
background-color: transparent;
border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
- .popup-menu .popup-menu-item:insensitive {
+ .popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive {
color: rgba(92, 97, 108, 0.5);
background: none; }
- .popup-menu .popup-inactive-menu-item {
+ .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item {
color: #5c616c; }
- .popup-menu .popup-inactive-menu-item:insensitive {
+ .popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive {
color: rgba(92, 97, 108, 0.55); }
- .popup-menu .popup-menu-item:active .popup-inactive-menu-item {
+ .popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item {
color: #ffffff; }
.popup-menu-icon {
icon-size: 16px; }
@@ -297,13 +298,8 @@ StScrollBar {
-arrow-base: 0;
-arrow-rise: 0; }
-/*Don't know what this does*/
.popup-combo-menu {
- background-color: rgba(0, 0, 0, 0.4);
- padding: 1em 0em;
- color: red;
- border: 1px solid rgba(0, 0, 0, 0.6);
- border-radius: 3px; }
+ padding: 10px 1px; }
.popup-combobox-item {
spacing: 1em; }
diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss
index 73c0529..6760dcc 100644
--- a/common/cinnamon/sass/_common.scss
+++ b/common/cinnamon/sass/_common.scss
@@ -267,7 +267,8 @@ StScrollBar {
//
// Popvers/Menus
//
-.popup-menu {
+.popup-menu,
+%menu {
color: white;
min-width: 200px;
color: $fg_color;
@@ -325,13 +326,9 @@ StScrollBar {
-arrow-rise: 0;
}
-/*Don't know what this does*/
.popup-combo-menu {
- background-color: rgba(0,0,0,0.4);
- padding: 1em 0em;
- color: red;
- border: 1px solid rgba(0,0,0,0.6);
- border-radius: 3px;
+ @extend %menu;
+ padding: 10px 1px;
}
.popup-image-menu-item {}
--
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-dark.css | 3 ++-
common/gnome-shell/3.14/gnome-shell.css | 3 ++-
common/gnome-shell/3.14/sass/_common.scss | 1 +
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 +
common/gnome-shell/3.18/gnome-shell-dark.css | 3 ++-
common/gnome-shell/3.18/gnome-shell.css | 3 ++-
common/gnome-shell/3.18/sass/_common.scss | 1 +
9 files changed, 15 insertions(+), 6 deletions(-)
(limited to 'common')
diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css
index 1f66115..00e0bc5 100644
--- a/common/gnome-shell/3.14/gnome-shell-dark.css
+++ b/common/gnome-shell/3.14/gnome-shell-dark.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; }
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; }
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss
index 4bf7d46..91508cb 100644
--- a/common/gnome-shell/3.14/sass/_common.scss
+++ b/common/gnome-shell/3.14/sass/_common.scss
@@ -710,6 +710,7 @@ StScrollBar {
.item-box {
padding: 8px;
border-radius: 2px;
+ border: 1px solid transparent;
&:outlined {
padding: 8px;
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;
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css
index 9b7463c..3c5ac2a 100644
--- a/common/gnome-shell/3.18/gnome-shell-dark.css
+++ b/common/gnome-shell/3.18/gnome-shell-dark.css
@@ -548,7 +548,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.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index 761e9a7..b9e3983 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -548,7 +548,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.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index b573e9b..ce364c7 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/sass/_common.scss
@@ -732,6 +732,7 @@ StScrollBar {
.item-box {
padding: 8px;
border-radius: 2px;
+ border: 1px solid transparent;
&:outlined {
padding: 8px;
--
cgit v1.2.3
From 871f7752940f94f47d27a63060dd588bff5ee7e2 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Mon, 19 Sep 2016 18:51:19 +0200
Subject: gtk2: fix unreadable text in VMware horizon client (#628)
---
common/gtk-2.0/main.rc | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
(limited to 'common')
diff --git a/common/gtk-2.0/main.rc b/common/gtk-2.0/main.rc
index 5effd1f..8b8f824 100644
--- a/common/gtk-2.0/main.rc
+++ b/common/gtk-2.0/main.rc
@@ -2245,10 +2245,15 @@ style "chrome_menu_item" {
}
# Text Style
-style "text" {
+style "text" = "default" {
engine "murrine" { textstyle = 0 }
}
+style "menu_text" = "menu_item" {
+ engine "murrine" { textstyle = 0 }
+}
+
+
style "null" {
engine "pixmap" {
@@ -2337,7 +2342,8 @@ widget "xfwm4-tabwin*" style "xfwm-
widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button"
# Fixes ugly text shadows for insensitive text
-widget_class "*" style "text"
+widget_class "*" style "text"
+widget_class "**" style "menu_text"
widget_class "**" style "text"
widget_class "**" style "text"
widget_class "**" style "text"
--
cgit v1.2.3
From c58544cf6bbc4b138d4a91e14c824778e227f047 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Mon, 19 Sep 2016 19:12:11 +0200
Subject: gtk2: improve combobox styling
---
common/gtk-2.0/assets-dark.svg | 170 ++++++++++++++++----
.../combo-entry-button-insensitive-rtl.png | Bin 239 -> 236 bytes
.../assets-dark/combo-entry-button-insensitive.png | Bin 238 -> 234 bytes
.../gtk-2.0/assets-dark/combo-entry-button-rtl.png | Bin 243 -> 240 bytes
common/gtk-2.0/assets-dark/combo-entry-button.png | Bin 234 -> 230 bytes
.../assets-dark/combo-entry-focus-notebook-rtl.png | Bin 222 -> 225 bytes
.../assets-dark/combo-entry-focus-notebook.png | Bin 225 -> 227 bytes
.../gtk-2.0/assets-dark/combo-entry-focus-rtl.png | Bin 232 -> 233 bytes
common/gtk-2.0/assets-dark/combo-entry-focus.png | Bin 233 -> 233 bytes
.../combo-entry-insensitive-notebook-rtl.png | Bin 232 -> 236 bytes
.../combo-entry-insensitive-notebook.png | Bin 217 -> 221 bytes
.../assets-dark/combo-entry-insensitive-rtl.png | Bin 233 -> 237 bytes
.../assets-dark/combo-entry-insensitive.png | Bin 225 -> 228 bytes
.../assets-dark/combo-entry-notebook-rtl.png | Bin 238 -> 242 bytes
.../gtk-2.0/assets-dark/combo-entry-notebook.png | Bin 225 -> 228 bytes
common/gtk-2.0/assets-dark/combo-entry-rtl.png | Bin 231 -> 235 bytes
common/gtk-2.0/assets-dark/combo-entry.png | Bin 228 -> 231 bytes
common/gtk-2.0/assets.svg | 172 +++++++++++++++++----
.../assets/combo-entry-button-insensitive-rtl.png | Bin 239 -> 236 bytes
.../assets/combo-entry-button-insensitive.png | Bin 235 -> 231 bytes
common/gtk-2.0/assets/combo-entry-button-rtl.png | Bin 243 -> 240 bytes
common/gtk-2.0/assets/combo-entry-button.png | Bin 231 -> 227 bytes
.../assets/combo-entry-focus-notebook-rtl.png | Bin 231 -> 232 bytes
.../gtk-2.0/assets/combo-entry-focus-notebook.png | Bin 222 -> 222 bytes
common/gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 234 -> 235 bytes
common/gtk-2.0/assets/combo-entry-focus.png | Bin 225 -> 225 bytes
.../combo-entry-insensitive-notebook-rtl.png | Bin 226 -> 230 bytes
.../assets/combo-entry-insensitive-notebook.png | Bin 218 -> 222 bytes
.../gtk-2.0/assets/combo-entry-insensitive-rtl.png | Bin 220 -> 224 bytes
common/gtk-2.0/assets/combo-entry-insensitive.png | Bin 213 -> 216 bytes
common/gtk-2.0/assets/combo-entry-notebook-rtl.png | Bin 216 -> 217 bytes
common/gtk-2.0/assets/combo-entry-notebook.png | Bin 214 -> 214 bytes
common/gtk-2.0/assets/combo-entry-rtl.png | Bin 220 -> 224 bytes
common/gtk-2.0/assets/combo-entry.png | Bin 217 -> 220 bytes
34 files changed, 279 insertions(+), 63 deletions(-)
(limited to 'common')
diff --git a/common/gtk-2.0/assets-dark.svg b/common/gtk-2.0/assets-dark.svg
index b7c6f1e..906d531 100644
--- a/common/gtk-2.0/assets-dark.svg
+++ b/common/gtk-2.0/assets-dark.svg
@@ -19,6 +19,13 @@
sodipodi:docname="assets-dark.svg">
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
-
-
header.top > tabs > tab:checked {
box-shadow: inset 0 -1px #2b2e39; }
-terminal-window notebook > header.top {
+terminal-window notebook > header.top,
+.mate-terminal notebook > header.top {
padding-top: 3px;
box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; }
- terminal-window notebook > header.top button {
+ terminal-window notebook > header.top button,
+ .mate-terminal notebook > header.top button {
padding: 0;
min-width: 24px;
min-height: 24px; }
@@ -3198,6 +3200,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
+.pluma-window statusbar frame > border {
+ border: none; }
+
+.pluma-window notebook > stack scrolledwindow {
+ border-width: 0 0 1px 0; }
+
+#pluma-status-combo-button {
+ min-height: 0;
+ padding: 0;
+ border-top: none;
+ border-bottom: none;
+ border-radius: 0; }
+
.gb-search-entry-occurrences-tag {
background: none; }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 8b5aa7f..a9690ad 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -2993,10 +2993,12 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
terminal-window notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -1px #dcdfe3; }
-terminal-window notebook > header.top {
+terminal-window notebook > header.top,
+.mate-terminal notebook > header.top {
padding-top: 3px;
box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; }
- terminal-window notebook > header.top button {
+ terminal-window notebook > header.top button,
+ .mate-terminal notebook > header.top button {
padding: 0;
min-width: 24px;
min-height: 24px; }
@@ -3197,6 +3199,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
+.pluma-window statusbar frame > border {
+ border: none; }
+
+.pluma-window notebook > stack scrolledwindow {
+ border-width: 0 0 1px 0; }
+
+#pluma-status-combo-button {
+ min-height: 0;
+ padding: 0;
+ border-top: none;
+ border-bottom: none;
+ border-radius: 0; }
+
.gb-search-entry-occurrences-tag {
background: none; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index e8785bc..fdba665 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -2994,10 +2994,12 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
terminal-window notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -1px #2b2e39; }
-terminal-window notebook > header.top {
+terminal-window notebook > header.top,
+.mate-terminal notebook > header.top {
padding-top: 3px;
box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; }
- terminal-window notebook > header.top button {
+ terminal-window notebook > header.top button,
+ .mate-terminal notebook > header.top button {
padding: 0;
min-width: 24px;
min-height: 24px; }
@@ -3198,6 +3200,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
+.pluma-window statusbar frame > border {
+ border: none; }
+
+.pluma-window notebook > stack scrolledwindow {
+ border-width: 0 0 1px 0; }
+
+#pluma-status-combo-button {
+ min-height: 0;
+ padding: 0;
+ border-top: none;
+ border-bottom: none;
+ border-radius: 0; }
+
.gb-search-entry-occurrences-tag {
background: none; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 9d6816a..14dae86 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -2993,10 +2993,12 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
terminal-window notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -1px #dcdfe3; }
-terminal-window notebook > header.top {
+terminal-window notebook > header.top,
+.mate-terminal notebook > header.top {
padding-top: 3px;
box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; }
- terminal-window notebook > header.top button {
+ terminal-window notebook > header.top button,
+ .mate-terminal notebook > header.top button {
padding: 0;
min-width: 24px;
min-height: 24px; }
@@ -3197,6 +3199,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
+.pluma-window statusbar frame > border {
+ border: none; }
+
+.pluma-window notebook > stack scrolledwindow {
+ border-width: 0 0 1px 0; }
+
+#pluma-status-combo-button {
+ min-height: 0;
+ padding: 0;
+ border-top: none;
+ border-bottom: none;
+ border-radius: 0; }
+
.gb-search-entry-occurrences-tag {
background: none; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 62aefc6..9a838c9 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -2997,10 +2997,12 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
terminal-window notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -1px #dcdfe3; }
-terminal-window notebook > header.top {
+terminal-window notebook > header.top,
+.mate-terminal notebook > header.top {
padding-top: 3px;
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
- terminal-window notebook > header.top button {
+ terminal-window notebook > header.top button,
+ .mate-terminal notebook > header.top button {
padding: 0;
min-width: 24px;
min-height: 24px; }
@@ -3201,6 +3203,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
+.pluma-window statusbar frame > border {
+ border: none; }
+
+.pluma-window notebook > stack scrolledwindow {
+ border-width: 0 0 1px 0; }
+
+#pluma-status-combo-button {
+ min-height: 0;
+ padding: 0;
+ border-top: none;
+ border-bottom: none;
+ border-radius: 0; }
+
.gb-search-entry-occurrences-tag {
background: none; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 7326f5c..9b709bf 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -2997,10 +2997,12 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
terminal-window notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -1px #dcdfe3; }
-terminal-window notebook > header.top {
+terminal-window notebook > header.top,
+.mate-terminal notebook > header.top {
padding-top: 3px;
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
- terminal-window notebook > header.top button {
+ terminal-window notebook > header.top button,
+ .mate-terminal notebook > header.top button {
padding: 0;
min-width: 24px;
min-height: 24px; }
@@ -3201,6 +3203,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
+.pluma-window statusbar frame > border {
+ border: none; }
+
+.pluma-window notebook > stack scrolledwindow {
+ border-width: 0 0 1px 0; }
+
+#pluma-status-combo-button {
+ min-height: 0;
+ padding: 0;
+ border-top: none;
+ border-bottom: none;
+ border-radius: 0; }
+
.gb-search-entry-occurrences-tag {
background: none; }
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss
index ea98120..c5882b0 100644
--- a/common/gtk-3.0/3.20/sass/_applications.scss
+++ b/common/gtk-3.0/3.20/sass/_applications.scss
@@ -7,9 +7,10 @@ terminal-window notebook {
}
//
-// GNOME Terminal
+// GNOME Terminal, MATE Terminal
//
-terminal-window {
+terminal-window,
+.mate-terminal {
notebook {
> header.top {
@@ -264,6 +265,23 @@ $disk_space_free: darken($bg_color, 3%);
}
}
+//
+// Pluma
+//
+
+.pluma-window statusbar frame > border { border: none; }
+
+.pluma-window notebook > stack scrolledwindow { border-width: 0 0 1px 0; }
+
+#pluma-status-combo-button {
+ min-height: 0;
+ padding: 0;
+
+ border-top: none;
+ border-bottom: none;
+ border-radius: 0;
+}
+
//
// Gnome Builder
//
--
cgit v1.2.3
From 3e6c57d230cf67df5e57f8cc41a21efe5a4fcda6 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Mon, 19 Sep 2016 23:51:09 +0200
Subject: fix bold font in wingpanel popovers
---
common/gtk-3.0/3.18/gtk-dark.css | 1 +
common/gtk-3.0/3.18/gtk-darker.css | 1 +
common/gtk-3.0/3.18/gtk-solid-dark.css | 1 +
common/gtk-3.0/3.18/gtk-solid-darker.css | 1 +
common/gtk-3.0/3.18/gtk-solid.css | 1 +
common/gtk-3.0/3.18/gtk.css | 1 +
common/gtk-3.0/3.18/sass/_applications.scss | 1 +
7 files changed, 7 insertions(+)
(limited to 'common')
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index e798faf..074b84d 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -3232,6 +3232,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
WingpanelWidgetsIndicatorPopover.popover {
padding: 0;
+ font: initial;
text-shadow: none;
icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index 6444f98..c7fea89 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -3238,6 +3238,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
WingpanelWidgetsIndicatorPopover.popover {
padding: 0;
+ font: initial;
text-shadow: none;
icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index 4e03b80..928b08a 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -3232,6 +3232,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
WingpanelWidgetsIndicatorPopover.popover {
padding: 0;
+ font: initial;
text-shadow: none;
icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index 03e11a0..632a152 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -3238,6 +3238,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
WingpanelWidgetsIndicatorPopover.popover {
padding: 0;
+ font: initial;
text-shadow: none;
icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index 4f9c9b5..da8daaf 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -3242,6 +3242,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
WingpanelWidgetsIndicatorPopover.popover {
padding: 0;
+ font: initial;
text-shadow: none;
icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index 75e8f4c..7efd3eb 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -3242,6 +3242,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
WingpanelWidgetsIndicatorPopover.popover {
padding: 0;
+ font: initial;
text-shadow: none;
icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index 5a3ef18..3be8002 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -759,6 +759,7 @@ MarlinViewWindow {
WingpanelWidgetsIndicatorPopover.popover {
padding: 0;
+ font: initial;
text-shadow: none;
icon-shadow: none;
--
cgit v1.2.3
From bee90f08d3bed97586f58d5f6ffb439b6f951939 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 20 Sep 2016 00:02:38 +0200
Subject: use blue highlight in wingpanel popovers
---
common/gtk-3.0/3.18/gtk-dark.css | 33 +++++++++++++++++++++++------
common/gtk-3.0/3.18/gtk-darker.css | 33 +++++++++++++++++++++++------
common/gtk-3.0/3.18/gtk-solid-dark.css | 33 +++++++++++++++++++++++------
common/gtk-3.0/3.18/gtk-solid-darker.css | 33 +++++++++++++++++++++++------
common/gtk-3.0/3.18/gtk-solid.css | 33 +++++++++++++++++++++++------
common/gtk-3.0/3.18/gtk.css | 33 +++++++++++++++++++++++------
common/gtk-3.0/3.18/sass/_applications.scss | 7 ++----
common/gtk-3.0/3.18/sass/_common.scss | 4 ++++
8 files changed, 168 insertions(+), 41 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index 074b84d..1a02d0a 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -1679,6 +1679,7 @@ GtkSwitch {
GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough,
.menu .menuitem:hover GtkSwitch.trough,
.list-row:selected GtkSwitch.trough,
GtkInfoBar GtkSwitch.trough {
@@ -1691,6 +1692,7 @@ GtkInfoBar GtkSwitch.trough {
GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active,
.menu .menuitem:hover GtkSwitch.trough:active,
.list-row:selected GtkSwitch.trough:active,
GtkInfoBar GtkSwitch.trough:active {
@@ -1703,6 +1705,7 @@ GtkInfoBar GtkSwitch.trough:active {
GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:insensitive,
.menu .menuitem:hover GtkSwitch.trough:insensitive,
.list-row:selected GtkSwitch.trough:insensitive,
GtkInfoBar GtkSwitch.trough:insensitive {
@@ -1715,6 +1718,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active:insensitive,
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
.list-row:selected GtkSwitch.trough:active:insensitive,
GtkInfoBar GtkSwitch.trough:active:insensitive {
@@ -1731,6 +1735,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check,
.menu .menuitem.check:hover,
GtkTreeView.view.check:selected,
.list-row:selected .check,
@@ -1744,6 +1749,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:insensitive,
.menu .menuitem.check:insensitive:hover,
GtkTreeView.view.check:insensitive:selected,
.list-row:selected .check:insensitive,
@@ -1757,6 +1763,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent,
.menu .menuitem.check:inconsistent:hover,
GtkTreeView.view.check:inconsistent:selected,
.list-row:selected .check:inconsistent,
@@ -1770,6 +1777,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent:insensitive,
.menu .menuitem.check:inconsistent:insensitive:hover,
GtkTreeView.view.check:inconsistent:insensitive:selected,
.list-row:selected .check:inconsistent:insensitive,
@@ -1783,6 +1791,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked,
.menu .menuitem.check:checked:hover,
GtkTreeView.view.check:checked:selected,
.list-row:selected .check:checked,
@@ -1796,6 +1805,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked:insensitive,
.menu .menuitem.check:checked:insensitive:hover,
GtkTreeView.view.check:checked:insensitive:selected,
.list-row:selected .check:checked:insensitive,
@@ -1809,6 +1819,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio,
.menu .menuitem.radio:hover,
GtkTreeView.view.radio:selected,
.list-row:selected .radio,
@@ -1822,6 +1833,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:insensitive,
.menu .menuitem.radio:insensitive:hover,
GtkTreeView.view.radio:insensitive:selected,
.list-row:selected .radio:insensitive,
@@ -1835,6 +1847,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent,
.menu .menuitem.radio:inconsistent:hover,
GtkTreeView.view.radio:inconsistent:selected,
.list-row:selected .radio:inconsistent,
@@ -1848,6 +1861,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent:insensitive,
.menu .menuitem.radio:inconsistent:insensitive:hover,
GtkTreeView.view.radio:inconsistent:insensitive:selected,
.list-row:selected .radio:inconsistent:insensitive,
@@ -1861,6 +1875,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked,
.menu .menuitem.radio:checked:hover,
GtkTreeView.view.radio:checked:selected,
.list-row:selected .radio:checked,
@@ -1874,6 +1889,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked:insensitive,
.menu .menuitem.radio:checked:insensitive:hover,
GtkTreeView.view.radio:checked:insensitive:selected,
.list-row:selected .radio:checked:insensitive,
@@ -1929,21 +1945,25 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider,
.menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider,
GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover,
.menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active,
.menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive,
.menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive {
@@ -1965,18 +1985,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294e2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough,
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight,
.menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive,
.menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive,
.menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive {
@@ -3239,15 +3263,12 @@ WingpanelWidgetsIndicatorPopover.popover {
padding: 5px;
outline-color: transparent;
text-shadow: none;
- icon-shadow: none;
- border: solid transparent;
- border-width: 1px 0; }
+ icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
padding: 0 3px; }
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
- background-color: rgba(255, 255, 255, 0.05);
- border: solid rgba(255, 255, 255, 0.07);
- border-width: 1px 0; }
+ color: #ffffff;
+ background-color: #5294e2; }
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
color: rgba(211, 218, 227, 0.45); }
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index c7fea89..b74d13c 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -1682,6 +1682,7 @@ GtkSwitch {
GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough,
.menu .menuitem:hover GtkSwitch.trough,
.list-row:selected GtkSwitch.trough,
GtkInfoBar GtkSwitch.trough {
@@ -1694,6 +1695,7 @@ GtkInfoBar GtkSwitch.trough {
GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active,
.menu .menuitem:hover GtkSwitch.trough:active,
.list-row:selected GtkSwitch.trough:active,
GtkInfoBar GtkSwitch.trough:active {
@@ -1706,6 +1708,7 @@ GtkInfoBar GtkSwitch.trough:active {
GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:insensitive,
.menu .menuitem:hover GtkSwitch.trough:insensitive,
.list-row:selected GtkSwitch.trough:insensitive,
GtkInfoBar GtkSwitch.trough:insensitive {
@@ -1718,6 +1721,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active:insensitive,
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
.list-row:selected GtkSwitch.trough:active:insensitive,
GtkInfoBar GtkSwitch.trough:active:insensitive {
@@ -1734,6 +1738,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check,
.menu .menuitem.check:hover,
GtkTreeView.view.check:selected,
.list-row:selected .check,
@@ -1747,6 +1752,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:insensitive,
.menu .menuitem.check:insensitive:hover,
GtkTreeView.view.check:insensitive:selected,
.list-row:selected .check:insensitive,
@@ -1760,6 +1766,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent,
.menu .menuitem.check:inconsistent:hover,
GtkTreeView.view.check:inconsistent:selected,
.list-row:selected .check:inconsistent,
@@ -1773,6 +1780,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent:insensitive,
.menu .menuitem.check:inconsistent:insensitive:hover,
GtkTreeView.view.check:inconsistent:insensitive:selected,
.list-row:selected .check:inconsistent:insensitive,
@@ -1786,6 +1794,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked,
.menu .menuitem.check:checked:hover,
GtkTreeView.view.check:checked:selected,
.list-row:selected .check:checked,
@@ -1799,6 +1808,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked:insensitive,
.menu .menuitem.check:checked:insensitive:hover,
GtkTreeView.view.check:checked:insensitive:selected,
.list-row:selected .check:checked:insensitive,
@@ -1812,6 +1822,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio,
.menu .menuitem.radio:hover,
GtkTreeView.view.radio:selected,
.list-row:selected .radio,
@@ -1825,6 +1836,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:insensitive,
.menu .menuitem.radio:insensitive:hover,
GtkTreeView.view.radio:insensitive:selected,
.list-row:selected .radio:insensitive,
@@ -1838,6 +1850,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent,
.menu .menuitem.radio:inconsistent:hover,
GtkTreeView.view.radio:inconsistent:selected,
.list-row:selected .radio:inconsistent,
@@ -1851,6 +1864,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent:insensitive,
.menu .menuitem.radio:inconsistent:insensitive:hover,
GtkTreeView.view.radio:inconsistent:insensitive:selected,
.list-row:selected .radio:inconsistent:insensitive,
@@ -1864,6 +1878,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked,
.menu .menuitem.radio:checked:hover,
GtkTreeView.view.radio:checked:selected,
.list-row:selected .radio:checked,
@@ -1877,6 +1892,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked:insensitive,
.menu .menuitem.radio:checked:insensitive:hover,
GtkTreeView.view.radio:checked:insensitive:selected,
.list-row:selected .radio:checked:insensitive,
@@ -1932,21 +1948,25 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider,
.menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider,
GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover,
.menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active,
.menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive,
.menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive {
@@ -1968,18 +1988,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294e2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough,
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight,
.menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive,
.menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive,
.menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive {
@@ -3245,15 +3269,12 @@ WingpanelWidgetsIndicatorPopover.popover {
padding: 5px;
outline-color: transparent;
text-shadow: none;
- icon-shadow: none;
- border: solid transparent;
- border-width: 1px 0; }
+ icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
padding: 0 3px; }
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
- background-color: rgba(0, 0, 0, 0.04);
- border: solid rgba(0, 0, 0, 0.08);
- border-width: 1px 0; }
+ color: #ffffff;
+ background-color: #5294e2; }
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
color: rgba(92, 97, 108, 0.55); }
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index 928b08a..b94202a 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -1679,6 +1679,7 @@ GtkSwitch {
GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough,
.menu .menuitem:hover GtkSwitch.trough,
.list-row:selected GtkSwitch.trough,
GtkInfoBar GtkSwitch.trough {
@@ -1691,6 +1692,7 @@ GtkInfoBar GtkSwitch.trough {
GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active,
.menu .menuitem:hover GtkSwitch.trough:active,
.list-row:selected GtkSwitch.trough:active,
GtkInfoBar GtkSwitch.trough:active {
@@ -1703,6 +1705,7 @@ GtkInfoBar GtkSwitch.trough:active {
GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:insensitive,
.menu .menuitem:hover GtkSwitch.trough:insensitive,
.list-row:selected GtkSwitch.trough:insensitive,
GtkInfoBar GtkSwitch.trough:insensitive {
@@ -1715,6 +1718,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active:insensitive,
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
.list-row:selected GtkSwitch.trough:active:insensitive,
GtkInfoBar GtkSwitch.trough:active:insensitive {
@@ -1731,6 +1735,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check,
.menu .menuitem.check:hover,
GtkTreeView.view.check:selected,
.list-row:selected .check,
@@ -1744,6 +1749,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:insensitive,
.menu .menuitem.check:insensitive:hover,
GtkTreeView.view.check:insensitive:selected,
.list-row:selected .check:insensitive,
@@ -1757,6 +1763,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent,
.menu .menuitem.check:inconsistent:hover,
GtkTreeView.view.check:inconsistent:selected,
.list-row:selected .check:inconsistent,
@@ -1770,6 +1777,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent:insensitive,
.menu .menuitem.check:inconsistent:insensitive:hover,
GtkTreeView.view.check:inconsistent:insensitive:selected,
.list-row:selected .check:inconsistent:insensitive,
@@ -1783,6 +1791,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked,
.menu .menuitem.check:checked:hover,
GtkTreeView.view.check:checked:selected,
.list-row:selected .check:checked,
@@ -1796,6 +1805,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked:insensitive,
.menu .menuitem.check:checked:insensitive:hover,
GtkTreeView.view.check:checked:insensitive:selected,
.list-row:selected .check:checked:insensitive,
@@ -1809,6 +1819,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio,
.menu .menuitem.radio:hover,
GtkTreeView.view.radio:selected,
.list-row:selected .radio,
@@ -1822,6 +1833,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:insensitive,
.menu .menuitem.radio:insensitive:hover,
GtkTreeView.view.radio:insensitive:selected,
.list-row:selected .radio:insensitive,
@@ -1835,6 +1847,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent,
.menu .menuitem.radio:inconsistent:hover,
GtkTreeView.view.radio:inconsistent:selected,
.list-row:selected .radio:inconsistent,
@@ -1848,6 +1861,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent:insensitive,
.menu .menuitem.radio:inconsistent:insensitive:hover,
GtkTreeView.view.radio:inconsistent:insensitive:selected,
.list-row:selected .radio:inconsistent:insensitive,
@@ -1861,6 +1875,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked,
.menu .menuitem.radio:checked:hover,
GtkTreeView.view.radio:checked:selected,
.list-row:selected .radio:checked,
@@ -1874,6 +1889,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked:insensitive,
.menu .menuitem.radio:checked:insensitive:hover,
GtkTreeView.view.radio:checked:insensitive:selected,
.list-row:selected .radio:checked:insensitive,
@@ -1929,21 +1945,25 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider,
.menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider,
GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover,
.menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active,
.menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive,
.menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive {
@@ -1965,18 +1985,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294e2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough,
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight,
.menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive,
.menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive,
.menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive {
@@ -3239,15 +3263,12 @@ WingpanelWidgetsIndicatorPopover.popover {
padding: 5px;
outline-color: transparent;
text-shadow: none;
- icon-shadow: none;
- border: solid transparent;
- border-width: 1px 0; }
+ icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
padding: 0 3px; }
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
- background-color: rgba(255, 255, 255, 0.05);
- border: solid rgba(255, 255, 255, 0.07);
- border-width: 1px 0; }
+ color: #ffffff;
+ background-color: #5294e2; }
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
color: rgba(211, 218, 227, 0.45); }
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index 632a152..692bb97 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -1682,6 +1682,7 @@ GtkSwitch {
GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough,
.menu .menuitem:hover GtkSwitch.trough,
.list-row:selected GtkSwitch.trough,
GtkInfoBar GtkSwitch.trough {
@@ -1694,6 +1695,7 @@ GtkInfoBar GtkSwitch.trough {
GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active,
.menu .menuitem:hover GtkSwitch.trough:active,
.list-row:selected GtkSwitch.trough:active,
GtkInfoBar GtkSwitch.trough:active {
@@ -1706,6 +1708,7 @@ GtkInfoBar GtkSwitch.trough:active {
GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:insensitive,
.menu .menuitem:hover GtkSwitch.trough:insensitive,
.list-row:selected GtkSwitch.trough:insensitive,
GtkInfoBar GtkSwitch.trough:insensitive {
@@ -1718,6 +1721,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active:insensitive,
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
.list-row:selected GtkSwitch.trough:active:insensitive,
GtkInfoBar GtkSwitch.trough:active:insensitive {
@@ -1734,6 +1738,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check,
.menu .menuitem.check:hover,
GtkTreeView.view.check:selected,
.list-row:selected .check,
@@ -1747,6 +1752,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:insensitive,
.menu .menuitem.check:insensitive:hover,
GtkTreeView.view.check:insensitive:selected,
.list-row:selected .check:insensitive,
@@ -1760,6 +1766,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent,
.menu .menuitem.check:inconsistent:hover,
GtkTreeView.view.check:inconsistent:selected,
.list-row:selected .check:inconsistent,
@@ -1773,6 +1780,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent:insensitive,
.menu .menuitem.check:inconsistent:insensitive:hover,
GtkTreeView.view.check:inconsistent:insensitive:selected,
.list-row:selected .check:inconsistent:insensitive,
@@ -1786,6 +1794,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked,
.menu .menuitem.check:checked:hover,
GtkTreeView.view.check:checked:selected,
.list-row:selected .check:checked,
@@ -1799,6 +1808,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked:insensitive,
.menu .menuitem.check:checked:insensitive:hover,
GtkTreeView.view.check:checked:insensitive:selected,
.list-row:selected .check:checked:insensitive,
@@ -1812,6 +1822,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio,
.menu .menuitem.radio:hover,
GtkTreeView.view.radio:selected,
.list-row:selected .radio,
@@ -1825,6 +1836,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:insensitive,
.menu .menuitem.radio:insensitive:hover,
GtkTreeView.view.radio:insensitive:selected,
.list-row:selected .radio:insensitive,
@@ -1838,6 +1850,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent,
.menu .menuitem.radio:inconsistent:hover,
GtkTreeView.view.radio:inconsistent:selected,
.list-row:selected .radio:inconsistent,
@@ -1851,6 +1864,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent:insensitive,
.menu .menuitem.radio:inconsistent:insensitive:hover,
GtkTreeView.view.radio:inconsistent:insensitive:selected,
.list-row:selected .radio:inconsistent:insensitive,
@@ -1864,6 +1878,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked,
.menu .menuitem.radio:checked:hover,
GtkTreeView.view.radio:checked:selected,
.list-row:selected .radio:checked,
@@ -1877,6 +1892,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked:insensitive,
.menu .menuitem.radio:checked:insensitive:hover,
GtkTreeView.view.radio:checked:insensitive:selected,
.list-row:selected .radio:checked:insensitive,
@@ -1932,21 +1948,25 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider,
.menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider,
GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover,
.menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active,
.menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive,
.menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive {
@@ -1968,18 +1988,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294e2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough,
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight,
.menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive,
.menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive,
.menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive {
@@ -3245,15 +3269,12 @@ WingpanelWidgetsIndicatorPopover.popover {
padding: 5px;
outline-color: transparent;
text-shadow: none;
- icon-shadow: none;
- border: solid transparent;
- border-width: 1px 0; }
+ icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
padding: 0 3px; }
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
- background-color: rgba(0, 0, 0, 0.04);
- border: solid rgba(0, 0, 0, 0.08);
- border-width: 1px 0; }
+ color: #ffffff;
+ background-color: #5294e2; }
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
color: rgba(92, 97, 108, 0.55); }
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index da8daaf..196dc54 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -1686,6 +1686,7 @@ GtkSwitch {
GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough,
.menu .menuitem:hover GtkSwitch.trough,
.list-row:selected GtkSwitch.trough,
GtkInfoBar GtkSwitch.trough {
@@ -1698,6 +1699,7 @@ GtkInfoBar GtkSwitch.trough {
GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active,
.menu .menuitem:hover GtkSwitch.trough:active,
.list-row:selected GtkSwitch.trough:active,
GtkInfoBar GtkSwitch.trough:active {
@@ -1710,6 +1712,7 @@ GtkInfoBar GtkSwitch.trough:active {
GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:insensitive,
.menu .menuitem:hover GtkSwitch.trough:insensitive,
.list-row:selected GtkSwitch.trough:insensitive,
GtkInfoBar GtkSwitch.trough:insensitive {
@@ -1722,6 +1725,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active:insensitive,
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
.list-row:selected GtkSwitch.trough:active:insensitive,
GtkInfoBar GtkSwitch.trough:active:insensitive {
@@ -1738,6 +1742,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check,
.menu .menuitem.check:hover,
GtkTreeView.view.check:selected,
.list-row:selected .check,
@@ -1751,6 +1756,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:insensitive,
.menu .menuitem.check:insensitive:hover,
GtkTreeView.view.check:insensitive:selected,
.list-row:selected .check:insensitive,
@@ -1764,6 +1770,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent,
.menu .menuitem.check:inconsistent:hover,
GtkTreeView.view.check:inconsistent:selected,
.list-row:selected .check:inconsistent,
@@ -1777,6 +1784,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent:insensitive,
.menu .menuitem.check:inconsistent:insensitive:hover,
GtkTreeView.view.check:inconsistent:insensitive:selected,
.list-row:selected .check:inconsistent:insensitive,
@@ -1790,6 +1798,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked,
.menu .menuitem.check:checked:hover,
GtkTreeView.view.check:checked:selected,
.list-row:selected .check:checked,
@@ -1803,6 +1812,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked:insensitive,
.menu .menuitem.check:checked:insensitive:hover,
GtkTreeView.view.check:checked:insensitive:selected,
.list-row:selected .check:checked:insensitive,
@@ -1816,6 +1826,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio,
.menu .menuitem.radio:hover,
GtkTreeView.view.radio:selected,
.list-row:selected .radio,
@@ -1829,6 +1840,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:insensitive,
.menu .menuitem.radio:insensitive:hover,
GtkTreeView.view.radio:insensitive:selected,
.list-row:selected .radio:insensitive,
@@ -1842,6 +1854,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent,
.menu .menuitem.radio:inconsistent:hover,
GtkTreeView.view.radio:inconsistent:selected,
.list-row:selected .radio:inconsistent,
@@ -1855,6 +1868,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent:insensitive,
.menu .menuitem.radio:inconsistent:insensitive:hover,
GtkTreeView.view.radio:inconsistent:insensitive:selected,
.list-row:selected .radio:inconsistent:insensitive,
@@ -1868,6 +1882,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked,
.menu .menuitem.radio:checked:hover,
GtkTreeView.view.radio:checked:selected,
.list-row:selected .radio:checked,
@@ -1881,6 +1896,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked:insensitive,
.menu .menuitem.radio:checked:insensitive:hover,
GtkTreeView.view.radio:checked:insensitive:selected,
.list-row:selected .radio:checked:insensitive,
@@ -1936,21 +1952,25 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider,
.menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider,
GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover,
.menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active,
.menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive,
.menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive {
@@ -1972,18 +1992,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294e2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough,
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight,
.menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive,
.menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive,
.menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive {
@@ -3249,15 +3273,12 @@ WingpanelWidgetsIndicatorPopover.popover {
padding: 5px;
outline-color: transparent;
text-shadow: none;
- icon-shadow: none;
- border: solid transparent;
- border-width: 1px 0; }
+ icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
padding: 0 3px; }
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
- background-color: rgba(0, 0, 0, 0.04);
- border: solid rgba(0, 0, 0, 0.08);
- border-width: 1px 0; }
+ color: #ffffff;
+ background-color: #5294e2; }
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
color: rgba(92, 97, 108, 0.55); }
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index 7efd3eb..d236a8b 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -1686,6 +1686,7 @@ GtkSwitch {
GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough,
.menu .menuitem:hover GtkSwitch.trough,
.list-row:selected GtkSwitch.trough,
GtkInfoBar GtkSwitch.trough {
@@ -1698,6 +1699,7 @@ GtkInfoBar GtkSwitch.trough {
GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active,
.menu .menuitem:hover GtkSwitch.trough:active,
.list-row:selected GtkSwitch.trough:active,
GtkInfoBar GtkSwitch.trough:active {
@@ -1710,6 +1712,7 @@ GtkInfoBar GtkSwitch.trough:active {
GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:insensitive,
.menu .menuitem:hover GtkSwitch.trough:insensitive,
.list-row:selected GtkSwitch.trough:insensitive,
GtkInfoBar GtkSwitch.trough:insensitive {
@@ -1722,6 +1725,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough:active:insensitive,
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
.list-row:selected GtkSwitch.trough:active:insensitive,
GtkInfoBar GtkSwitch.trough:active:insensitive {
@@ -1738,6 +1742,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check,
.menu .menuitem.check:hover,
GtkTreeView.view.check:selected,
.list-row:selected .check,
@@ -1751,6 +1756,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:insensitive,
.menu .menuitem.check:insensitive:hover,
GtkTreeView.view.check:insensitive:selected,
.list-row:selected .check:insensitive,
@@ -1764,6 +1770,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent,
.menu .menuitem.check:inconsistent:hover,
GtkTreeView.view.check:inconsistent:selected,
.list-row:selected .check:inconsistent,
@@ -1777,6 +1784,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:inconsistent:insensitive,
.menu .menuitem.check:inconsistent:insensitive:hover,
GtkTreeView.view.check:inconsistent:insensitive:selected,
.list-row:selected .check:inconsistent:insensitive,
@@ -1790,6 +1798,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked,
.menu .menuitem.check:checked:hover,
GtkTreeView.view.check:checked:selected,
.list-row:selected .check:checked,
@@ -1803,6 +1812,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .check:checked:insensitive,
.menu .menuitem.check:checked:insensitive:hover,
GtkTreeView.view.check:checked:insensitive:selected,
.list-row:selected .check:checked:insensitive,
@@ -1816,6 +1826,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio,
.menu .menuitem.radio:hover,
GtkTreeView.view.radio:selected,
.list-row:selected .radio,
@@ -1829,6 +1840,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:insensitive,
.menu .menuitem.radio:insensitive:hover,
GtkTreeView.view.radio:insensitive:selected,
.list-row:selected .radio:insensitive,
@@ -1842,6 +1854,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent,
.menu .menuitem.radio:inconsistent:hover,
GtkTreeView.view.radio:inconsistent:selected,
.list-row:selected .radio:inconsistent,
@@ -1855,6 +1868,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:inconsistent:insensitive,
.menu .menuitem.radio:inconsistent:insensitive:hover,
GtkTreeView.view.radio:inconsistent:insensitive:selected,
.list-row:selected .radio:inconsistent:insensitive,
@@ -1868,6 +1882,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked,
.menu .menuitem.radio:checked:hover,
GtkTreeView.view.radio:checked:selected,
.list-row:selected .radio:checked,
@@ -1881,6 +1896,7 @@ GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action
GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
+WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .radio:checked:insensitive,
.menu .menuitem.radio:checked:insensitive:hover,
GtkTreeView.view.radio:checked:insensitive:selected,
.list-row:selected .radio:checked:insensitive,
@@ -1936,21 +1952,25 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider,
.menu .menuitem:hover .scale.slider,
.list-row:selected .scale.slider,
GtkInfoBar .scale.slider {
background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover,
.menu .menuitem:hover .scale.slider:hover,
.list-row:selected .scale.slider:hover,
GtkInfoBar .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active,
.menu .menuitem:hover .scale.slider:active,
.list-row:selected .scale.slider:active,
GtkInfoBar .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive,
.menu .menuitem:hover .scale.slider:insensitive,
.list-row:selected .scale.slider:insensitive,
GtkInfoBar .scale.slider:insensitive {
@@ -1972,18 +1992,22 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294e2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough,
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight,
.menu .menuitem:hover .scale.trough.highlight,
.list-row:selected .scale.trough.highlight,
GtkInfoBar .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive,
.menu .menuitem:hover .scale.trough.highlight:insensitive,
.list-row:selected .scale.trough.highlight:insensitive,
GtkInfoBar .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); }
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive,
.menu .menuitem:hover .scale.trough:insensitive,
.list-row:selected .scale.trough:insensitive,
GtkInfoBar .scale.trough:insensitive {
@@ -3249,15 +3273,12 @@ WingpanelWidgetsIndicatorPopover.popover {
padding: 5px;
outline-color: transparent;
text-shadow: none;
- icon-shadow: none;
- border: solid transparent;
- border-width: 1px 0; }
+ icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
padding: 0 3px; }
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
- background-color: rgba(0, 0, 0, 0.04);
- border: solid rgba(0, 0, 0, 0.08);
- border-width: 1px 0; }
+ color: #ffffff;
+ background-color: #5294e2; }
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
color: rgba(92, 97, 108, 0.55); }
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index 3be8002..fcc199d 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -768,15 +768,12 @@ WingpanelWidgetsIndicatorPopover.popover {
outline-color: transparent;
text-shadow: none;
icon-shadow: none;
- border: solid transparent;
- border-width: 1px 0;
GtkLabel, GtkImage { padding: 0 3px; }
&:hover, &:active {
- background-color: if($variant == 'light', transparentize(black, 0.96), transparentize(white, 0.95));
- border: solid if($variant == 'light', transparentize(black, 0.92), transparentize(white, 0.93));
- border-width: 1px 0;
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
}
*:insensitive { color: $insensitive_fg_color; }
}
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index e77031d..4cd4e6e 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -1916,6 +1916,7 @@ GtkSwitch {
background-image: -gtk-scaled(url("assets/switch#{$l}#{$asset_suffix}.png"),url("assets/switch#{$l}#{$asset_suffix}@2.png"));
}
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover GtkSwitch.trough#{$k},
.menu .menuitem:hover GtkSwitch.trough#{$k},
.list-row:selected GtkSwitch.trough#{$k},
GtkInfoBar GtkSwitch.trough#{$k} {
@@ -1955,6 +1956,7 @@ GtkSwitch {
// the borders of checks and radios are
// too similar in luminosity to the selected background color, hence
// we need special casing.
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .#{$w}#{$s},
.menu .menuitem.#{$w}#{$s}:hover,
GtkTreeView.view.#{$w}#{$s}:selected,
.list-row:selected .#{$w}#{$s},
@@ -2036,6 +2038,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
}
}
//selected list-row and infobar sliders
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover &,
.menu .menuitem:hover &,
.list-row:selected &,
GtkInfoBar & {
@@ -2085,6 +2088,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
&:insensitive { }
}
// troughs in selected list-rows and infobars
+ WingpanelWidgetsIndicatorPopover.popover .menuitem:hover &,
.menu .menuitem:hover &,
.list-row:selected &,
GtkInfoBar & {
--
cgit v1.2.3
From 045273f4d83e38988f7c182b8e96d032d27b90dc Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 20 Sep 2016 00:04:22 +0200
Subject: remove unneeded pantheon terminal styling
---
common/gtk-3.0/3.18/gtk-dark.css | 15 +++------------
common/gtk-3.0/3.18/gtk-darker.css | 15 +++------------
common/gtk-3.0/3.18/gtk-solid-dark.css | 15 +++------------
common/gtk-3.0/3.18/gtk-solid-darker.css | 15 +++------------
common/gtk-3.0/3.18/gtk-solid.css | 15 +++------------
common/gtk-3.0/3.18/gtk.css | 15 +++------------
common/gtk-3.0/3.18/sass/_applications.scss | 6 ++----
7 files changed, 20 insertions(+), 76 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index 1a02d0a..ee5dfa4 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -2686,23 +2686,14 @@ TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
-TerminalWindow .notebook tab.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
+TerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; }
-TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top {
+TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
-TerminalWindow .notebook.header.top,
-PantheonTerminalPantheonTerminalWindow .notebook.header.top {
+TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; }
GtkHTML {
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index b74d13c..029abc9 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -2689,23 +2689,14 @@ TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
-TerminalWindow .notebook tab.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
+TerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
-TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top {
+TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
-TerminalWindow .notebook.header.top,
-PantheonTerminalPantheonTerminalWindow .notebook.header.top {
+TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; }
GtkHTML {
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index b94202a..dc16dbd 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -2686,23 +2686,14 @@ TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
-TerminalWindow .notebook tab.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
+TerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; }
-TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top {
+TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
-TerminalWindow .notebook.header.top,
-PantheonTerminalPantheonTerminalWindow .notebook.header.top {
+TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; }
GtkHTML {
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index 692bb97..380a19f 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -2689,23 +2689,14 @@ TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
-TerminalWindow .notebook tab.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
+TerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
-TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top {
+TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
-TerminalWindow .notebook.header.top,
-PantheonTerminalPantheonTerminalWindow .notebook.header.top {
+TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; }
GtkHTML {
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index 196dc54..3130f7b 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -2693,23 +2693,14 @@ TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
-TerminalWindow .notebook tab.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
+TerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
-TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top {
+TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
-TerminalWindow .notebook.header.top,
-PantheonTerminalPantheonTerminalWindow .notebook.header.top {
+TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
GtkHTML {
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index d236a8b..10108d5 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -2693,23 +2693,14 @@ TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
-TerminalWindow .notebook tab.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
+TerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
-TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
-PantheonTerminalPantheonTerminalWindow .notebook tab.top {
+TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
-TerminalWindow .notebook.header.top,
-PantheonTerminalPantheonTerminalWindow .notebook.header.top {
+TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
GtkHTML {
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index fcc199d..ee28adc 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -5,8 +5,7 @@ GeditNotebook.notebook,
ScratchMainWindow .notebook,
EphyNotebook.notebook,
MidoriNotebook .notebook,
-TerminalWindow .notebook,
-PantheonTerminalPantheonTerminalWindow .notebook {
+TerminalWindow .notebook {
tab.reorderable-page.top, tab.top {
&:active, &.active-page, &.active-page:hover {
@@ -18,8 +17,7 @@ PantheonTerminalPantheonTerminalWindow .notebook {
}
}
-TerminalWindow .notebook,
-PantheonTerminalPantheonTerminalWindow .notebook {
+TerminalWindow .notebook {
tab.reorderable-page.top, tab.top {
padding-top: 7px;
--
cgit v1.2.3
From 2d2a3bab2a2f3f52edc24c540c6545140ba04fd5 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 20 Sep 2016 00:27:52 +0200
Subject: update wingpanel styling
---
common/gtk-3.0/3.18/gtk-dark.css | 7 +++++++
common/gtk-3.0/3.18/gtk-darker.css | 7 +++++++
common/gtk-3.0/3.18/gtk-solid-dark.css | 7 +++++++
common/gtk-3.0/3.18/gtk-solid-darker.css | 7 +++++++
common/gtk-3.0/3.18/gtk-solid.css | 7 +++++++
common/gtk-3.0/3.18/gtk.css | 7 +++++++
common/gtk-3.0/3.18/sass/_applications.scss | 12 ++++++++++++
7 files changed, 54 insertions(+)
(limited to 'common')
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index ee5dfa4..c4fd17e 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -3203,6 +3203,9 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
font-weight: bold;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
+ .panel .maximized {
+ background-color: rgba(43, 46, 55, 0.95);
+ box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
.panel-shadow {
background-image: none;
background-color: transparent; }
@@ -3237,6 +3240,10 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.composited-indicator > .popup > .menu {
padding-top: 8px;
padding-bottom: 8px; }
+ .color-light .composited-indicator {
+ color: rgba(0, 0, 0, 0.65);
+ text-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25);
+ icon-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25); }
.panel-app-button > GtkWidget > GtkWidget:first-child {
padding: 0 2px 0 4px; }
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index 029abc9..95c513c 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -3209,6 +3209,9 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
font-weight: bold;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
+ .panel .maximized {
+ background-color: rgba(43, 46, 55, 0.95);
+ box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
.panel-shadow {
background-image: none;
background-color: transparent; }
@@ -3243,6 +3246,10 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.composited-indicator > .popup > .menu {
padding-top: 8px;
padding-bottom: 8px; }
+ .color-light .composited-indicator {
+ color: rgba(0, 0, 0, 0.65);
+ text-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25);
+ icon-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25); }
.panel-app-button > GtkWidget > GtkWidget:first-child {
padding: 0 2px 0 4px; }
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index dc16dbd..84cb62b 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -3203,6 +3203,9 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
font-weight: bold;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
+ .panel .maximized {
+ background-color: #2b2e37;
+ box-shadow: inset 0 -1px #1b1d23; }
.panel-shadow {
background-image: none;
background-color: transparent; }
@@ -3237,6 +3240,10 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.composited-indicator > .popup > .menu {
padding-top: 8px;
padding-bottom: 8px; }
+ .color-light .composited-indicator {
+ color: rgba(0, 0, 0, 0.65);
+ text-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25);
+ icon-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25); }
.panel-app-button > GtkWidget > GtkWidget:first-child {
padding: 0 2px 0 4px; }
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index 380a19f..ee9c7a4 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -3209,6 +3209,9 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
font-weight: bold;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
+ .panel .maximized {
+ background-color: #2b2e37;
+ box-shadow: inset 0 -1px #1b1d23; }
.panel-shadow {
background-image: none;
background-color: transparent; }
@@ -3243,6 +3246,10 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.composited-indicator > .popup > .menu {
padding-top: 8px;
padding-bottom: 8px; }
+ .color-light .composited-indicator {
+ color: rgba(0, 0, 0, 0.65);
+ text-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25);
+ icon-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25); }
.panel-app-button > GtkWidget > GtkWidget:first-child {
padding: 0 2px 0 4px; }
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index 3130f7b..c16607f 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -3213,6 +3213,9 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
font-weight: bold;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
+ .panel .maximized {
+ background-color: #2b2e37;
+ box-shadow: inset 0 -1px #1b1d23; }
.panel-shadow {
background-image: none;
background-color: transparent; }
@@ -3247,6 +3250,10 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.composited-indicator > .popup > .menu {
padding-top: 8px;
padding-bottom: 8px; }
+ .color-light .composited-indicator {
+ color: rgba(0, 0, 0, 0.65);
+ text-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25);
+ icon-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25); }
.panel-app-button > GtkWidget > GtkWidget:first-child {
padding: 0 2px 0 4px; }
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index 10108d5..a053d34 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -3213,6 +3213,9 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
font-weight: bold;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
+ .panel .maximized {
+ background-color: rgba(43, 46, 55, 0.95);
+ box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
.panel-shadow {
background-image: none;
background-color: transparent; }
@@ -3247,6 +3250,10 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.composited-indicator > .popup > .menu {
padding-top: 8px;
padding-bottom: 8px; }
+ .color-light .composited-indicator {
+ color: rgba(0, 0, 0, 0.65);
+ text-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25);
+ icon-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25); }
.panel-app-button > GtkWidget > GtkWidget:first-child {
padding: 0 2px 0 4px; }
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index ee28adc..1cf5936 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -697,6 +697,11 @@ MarlinViewWindow {
text-shadow: 0 1px 2px transparentize(black, 0.4);
icon-shadow: 0 1px 2px transparentize(black, 0.4);
+ .maximized {
+ background-color: $panel_bg;
+ box-shadow: inset 0 -1px darken($panel_bg, 7%);
+ }
+
&-shadow {
background-image: none;
background-color: transparent;
@@ -742,6 +747,13 @@ MarlinViewWindow {
padding-top: 8px;
padding-bottom: 8px;
}
+
+ .color-light & {
+ color: transparentize(black, 0.35);
+
+ text-shadow: 0 0 2px transparentize(white, 0.7), 0 1px 0 transparentize(white, 0.75);
+ icon-shadow: 0 0 2px transparentize(white, 0.7), 0 1px 0 transparentize(white, 0.75);
+ }
}
.panel-app-button > GtkWidget > GtkWidget:first-child {
--
cgit v1.2.3
From ad3103818d443630c99bb132eea4d8261c254ca7 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 20 Sep 2016 00:42:12 +0200
Subject: fix jumping granite tabs
---
common/gtk-3.0/3.18/gtk-dark.css | 3 +++
common/gtk-3.0/3.18/gtk-darker.css | 3 +++
common/gtk-3.0/3.18/gtk-solid-dark.css | 3 +++
common/gtk-3.0/3.18/gtk-solid-darker.css | 3 +++
common/gtk-3.0/3.18/gtk-solid.css | 3 +++
common/gtk-3.0/3.18/gtk.css | 3 +++
common/gtk-3.0/3.18/sass/_granite.scss | 7 +++++++
7 files changed, 25 insertions(+)
(limited to 'common')
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index c4fd17e..710ed8b 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -3504,6 +3504,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+.dynamic-notebook .notebook tab .button > GtkImage {
+ padding: 0; }
+
GraniteWidgetsWelcome {
background-color: #404552; }
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index 95c513c..a8671df 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -3510,6 +3510,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+.dynamic-notebook .notebook tab .button > GtkImage {
+ padding: 0; }
+
GraniteWidgetsWelcome {
background-color: #ffffff; }
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index 84cb62b..01e354b 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -3504,6 +3504,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+.dynamic-notebook .notebook tab .button > GtkImage {
+ padding: 0; }
+
GraniteWidgetsWelcome {
background-color: #404552; }
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index ee9c7a4..dea8abb 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -3510,6 +3510,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+.dynamic-notebook .notebook tab .button > GtkImage {
+ padding: 0; }
+
GraniteWidgetsWelcome {
background-color: #ffffff; }
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index c16607f..b6d2eda 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -3514,6 +3514,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+.dynamic-notebook .notebook tab .button > GtkImage {
+ padding: 0; }
+
GraniteWidgetsWelcome {
background-color: #ffffff; }
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index a053d34..6b46532 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -3514,6 +3514,9 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
+.dynamic-notebook .notebook tab .button > GtkImage {
+ padding: 0; }
+
GraniteWidgetsWelcome {
background-color: #ffffff; }
diff --git a/common/gtk-3.0/3.18/sass/_granite.scss b/common/gtk-3.0/3.18/sass/_granite.scss
index 8e3b35d..c6c59dd 100644
--- a/common/gtk-3.0/3.18/sass/_granite.scss
+++ b/common/gtk-3.0/3.18/sass/_granite.scss
@@ -142,6 +142,13 @@ GraniteWidgetsStaticNotebook .frame {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
+//
+// Notebook
+//
+.dynamic-notebook .notebook tab {
+ .button > GtkImage { padding: 0; }
+}
+
//
// Welcome
//
--
cgit v1.2.3
From b7bebc5acd64908a3f1f49aec9b46690fec369af Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 20 Sep 2016 00:53:16 +0200
Subject: remove sidebar background in wingpanel popovers
---
common/gtk-3.0/3.18/gtk-dark.css | 2 ++
common/gtk-3.0/3.18/gtk-darker.css | 2 ++
common/gtk-3.0/3.18/gtk-solid-dark.css | 2 ++
common/gtk-3.0/3.18/gtk-solid-darker.css | 2 ++
common/gtk-3.0/3.18/gtk-solid.css | 2 ++
common/gtk-3.0/3.18/gtk.css | 2 ++
common/gtk-3.0/3.18/sass/_applications.scss | 2 ++
7 files changed, 14 insertions(+)
(limited to 'common')
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index 710ed8b..d55bfec 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -3257,6 +3257,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index a8671df..4cba945 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -3263,6 +3263,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index 01e354b..f5340c5 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -3257,6 +3257,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index dea8abb..2e27795 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -3263,6 +3263,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index b6d2eda..926f008 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -3267,6 +3267,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index 6b46532..e730841 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -3267,6 +3267,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index 1cf5936..1bbcde6 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -773,6 +773,8 @@ WingpanelWidgetsIndicatorPopover.popover {
text-shadow: none;
icon-shadow: none;
+ .sidebar { background: none; }
+
.menuitem {
padding: 5px;
outline-color: transparent;
--
cgit v1.2.3
From 6e3491ff801c9488218460f720e20df3f034d6e8 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 20 Sep 2016 11:13:56 +0200
Subject: tweak treeview progressbars
---
common/gtk-3.0/3.14/gtk-dark.css | 11 ++++++++---
common/gtk-3.0/3.14/gtk-darker.css | 11 ++++++++---
common/gtk-3.0/3.14/gtk-solid-dark.css | 11 ++++++++---
common/gtk-3.0/3.14/gtk-solid-darker.css | 11 ++++++++---
common/gtk-3.0/3.14/gtk-solid.css | 11 ++++++++---
common/gtk-3.0/3.14/gtk.css | 11 ++++++++---
common/gtk-3.0/3.14/sass/_common.scss | 13 ++++++++++---
common/gtk-3.0/3.16/gtk-dark.css | 11 ++++++++---
common/gtk-3.0/3.16/gtk-darker.css | 11 ++++++++---
common/gtk-3.0/3.16/gtk-solid-dark.css | 11 ++++++++---
common/gtk-3.0/3.16/gtk-solid-darker.css | 11 ++++++++---
common/gtk-3.0/3.16/gtk-solid.css | 11 ++++++++---
common/gtk-3.0/3.16/gtk.css | 11 ++++++++---
common/gtk-3.0/3.16/sass/_common.scss | 13 ++++++++++---
common/gtk-3.0/3.18/gtk-dark.css | 11 ++++++++---
common/gtk-3.0/3.18/gtk-darker.css | 11 ++++++++---
common/gtk-3.0/3.18/gtk-solid-dark.css | 11 ++++++++---
common/gtk-3.0/3.18/gtk-solid-darker.css | 11 ++++++++---
common/gtk-3.0/3.18/gtk-solid.css | 11 ++++++++---
common/gtk-3.0/3.18/gtk.css | 11 ++++++++---
common/gtk-3.0/3.18/sass/_common.scss | 13 ++++++++++---
common/gtk-3.0/3.20/gtk-dark.css | 7 ++++++-
common/gtk-3.0/3.20/gtk-darker.css | 7 ++++++-
common/gtk-3.0/3.20/gtk-solid-dark.css | 7 ++++++-
common/gtk-3.0/3.20/gtk-solid-darker.css | 7 ++++++-
common/gtk-3.0/3.20/gtk-solid.css | 7 ++++++-
common/gtk-3.0/3.20/gtk.css | 7 ++++++-
common/gtk-3.0/3.20/sass/_common.scss | 9 ++++++++-
28 files changed, 218 insertions(+), 70 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css
index 06fea98..e7f5c21 100644
--- a/common/gtk-3.0/3.14/gtk-dark.css
+++ b/common/gtk-3.0/3.14/gtk-dark.css
@@ -1228,19 +1228,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #D3DAE3;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #b6bcc6;
diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css
index f0bab67..5c70d1c 100644
--- a/common/gtk-3.0/3.14/gtk-darker.css
+++ b/common/gtk-3.0/3.14/gtk-darker.css
@@ -1231,19 +1231,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css
index a5ffb1e..d3a212a 100644
--- a/common/gtk-3.0/3.14/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-solid-dark.css
@@ -1228,19 +1228,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #D3DAE3;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #b6bcc6;
diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css
index c4e3418..346b110 100644
--- a/common/gtk-3.0/3.14/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-solid-darker.css
@@ -1231,19 +1231,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css
index 17c7b2f..a2ca2ad 100644
--- a/common/gtk-3.0/3.14/gtk-solid.css
+++ b/common/gtk-3.0/3.14/gtk-solid.css
@@ -1231,19 +1231,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css
index 7e1aa43..cd5f9d9 100644
--- a/common/gtk-3.0/3.14/gtk.css
+++ b/common/gtk-3.0/3.14/gtk.css
@@ -1231,19 +1231,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index 4be71d9..5f98928 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -1435,22 +1435,29 @@ GtkTreeView.view { // treeview grid lines a
}
}
- &.progressbar { // progress bar in treeviews
+ &.progressbar, &.progressbar:focus { // progress bar in treeviews
color: $selected_fg_color;
border-radius: 3px;
background-image: linear-gradient(to bottom, $selected_bg_color);
- &:selected {
+ &:selected, &:selected:focus {
color: $selected_bg_color;
box-shadow: none;
background-image: linear-gradient(to bottom, $selected_fg_color);
}
}
- &.trough, &.trough:selected { // progress bar trough in treeviews
+ &.trough { // progress bar trough in treeviews
color: $fg_color;
background-image: linear-gradient(to bottom, $button_border);
border-radius: 3px;
border-width: 0;
+
+ &:selected, &:selected:focus {
+ color: $selected_fg_color;
+ background-image: linear-gradient(to bottom, transparentize(black, 0.8));
+ border-radius: 3px;
+ border-width: 0;
+ }
}
}
diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css
index a1db7d7..c45621e 100644
--- a/common/gtk-3.0/3.16/gtk-dark.css
+++ b/common/gtk-3.0/3.16/gtk-dark.css
@@ -1242,19 +1242,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #D3DAE3;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #b6bcc6;
diff --git a/common/gtk-3.0/3.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css
index e0f2b08..b42ea2c 100644
--- a/common/gtk-3.0/3.16/gtk-darker.css
+++ b/common/gtk-3.0/3.16/gtk-darker.css
@@ -1245,19 +1245,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css
index 0f30efe..99a4dc1 100644
--- a/common/gtk-3.0/3.16/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-solid-dark.css
@@ -1242,19 +1242,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #D3DAE3;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #b6bcc6;
diff --git a/common/gtk-3.0/3.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css
index 56329b9..a2154f2 100644
--- a/common/gtk-3.0/3.16/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-solid-darker.css
@@ -1245,19 +1245,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css
index ec42596..a8238d1 100644
--- a/common/gtk-3.0/3.16/gtk-solid.css
+++ b/common/gtk-3.0/3.16/gtk-solid.css
@@ -1245,19 +1245,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css
index 487b0a7..c25fa18 100644
--- a/common/gtk-3.0/3.16/gtk.css
+++ b/common/gtk-3.0/3.16/gtk.css
@@ -1245,19 +1245,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss
index cd32885..200adc0 100644
--- a/common/gtk-3.0/3.16/sass/_common.scss
+++ b/common/gtk-3.0/3.16/sass/_common.scss
@@ -1449,22 +1449,29 @@ GtkTreeView.view { // treeview grid lines a
}
}
- &.progressbar { // progress bar in treeviews
+ &.progressbar, &.progressbar:focus { // progress bar in treeviews
color: $selected_fg_color;
border-radius: 3px;
background-image: linear-gradient(to bottom, $selected_bg_color);
- &:selected {
+ &:selected, &:selected:focus {
color: $selected_bg_color;
box-shadow: none;
background-image: linear-gradient(to bottom, $selected_fg_color);
}
}
- &.trough, &.trough:selected { // progress bar trough in treeviews
+ &.trough { // progress bar trough in treeviews
color: $fg_color;
background-image: linear-gradient(to bottom, $button_border);
border-radius: 3px;
border-width: 0;
+
+ &:selected, &:selected:focus {
+ color: $selected_fg_color;
+ background-image: linear-gradient(to bottom, transparentize(black, 0.8));
+ border-radius: 3px;
+ border-width: 0;
+ }
}
}
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index d55bfec..0556032 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -1311,19 +1311,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #D3DAE3;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #b6bcc6;
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index 4cba945..37915c4 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -1314,19 +1314,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index f5340c5..d9716bd 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -1311,19 +1311,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #D3DAE3;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #b6bcc6;
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index 2e27795..4b77834 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -1314,19 +1314,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index 926f008..c7d9f25 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -1318,19 +1318,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index e730841..1e53899 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -1318,19 +1318,24 @@ GtkTreeView.view {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
- GtkTreeView.view.progressbar {
+ GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294e2); }
- GtkTreeView.view.progressbar:selected {
+ GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus {
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
- GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
+ GtkTreeView.view.trough {
color: #5c616c;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }
+ GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2));
+ border-radius: 3px;
+ border-width: 0; }
column-header .button {
color: #7d8189;
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index 4cd4e6e..d60f175 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -1394,22 +1394,29 @@ GtkTreeView.view { // treeview grid lines a
}
}
- &.progressbar { // progress bar in treeviews
+ &.progressbar, &.progressbar:focus { // progress bar in treeviews
color: $selected_fg_color;
border-radius: 3px;
background-image: linear-gradient(to bottom, $selected_bg_color);
- &:selected {
+ &:selected, &:selected:focus {
color: $selected_bg_color;
box-shadow: none;
background-image: linear-gradient(to bottom, $selected_fg_color);
}
}
- &.trough, &.trough:selected { // progress bar trough in treeviews
+ &.trough { // progress bar trough in treeviews
color: $fg_color;
background-image: linear-gradient(to bottom, $button_border);
border-radius: 3px;
border-width: 0;
+
+ &:selected, &:selected:focus {
+ color: $selected_fg_color;
+ background-image: linear-gradient(to bottom, transparentize(black, 0.8));
+ border-radius: 3px;
+ border-width: 0;
+ }
}
}
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index d45c866..63e3e4b 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -1417,11 +1417,16 @@ treeview.view {
color: #5294e2;
box-shadow: none;
background-color: #ffffff; }
- treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ treeview.view.trough {
color: #D3DAE3;
background-color: #2b2e39;
border-radius: 3px;
border-width: 0; }
+ treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ color: #ffffff;
+ background-color: rgba(0, 0, 0, 0.2);
+ border-radius: 3px;
+ border-width: 0; }
treeview.view header button {
min-height: 0;
min-width: 0;
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index a9690ad..8ee4e4e 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -1416,11 +1416,16 @@ treeview.view {
color: #5294e2;
box-shadow: none;
background-color: #ffffff; }
- treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ treeview.view.trough {
color: #5c616c;
background-color: #cfd6e6;
border-radius: 3px;
border-width: 0; }
+ treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ color: #ffffff;
+ background-color: rgba(0, 0, 0, 0.2);
+ border-radius: 3px;
+ border-width: 0; }
treeview.view header button {
min-height: 0;
min-width: 0;
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index fdba665..6cc3be6 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -1417,11 +1417,16 @@ treeview.view {
color: #5294e2;
box-shadow: none;
background-color: #ffffff; }
- treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ treeview.view.trough {
color: #D3DAE3;
background-color: #2b2e39;
border-radius: 3px;
border-width: 0; }
+ treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ color: #ffffff;
+ background-color: rgba(0, 0, 0, 0.2);
+ border-radius: 3px;
+ border-width: 0; }
treeview.view header button {
min-height: 0;
min-width: 0;
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 14dae86..78ef016 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -1416,11 +1416,16 @@ treeview.view {
color: #5294e2;
box-shadow: none;
background-color: #ffffff; }
- treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ treeview.view.trough {
color: #5c616c;
background-color: #cfd6e6;
border-radius: 3px;
border-width: 0; }
+ treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ color: #ffffff;
+ background-color: rgba(0, 0, 0, 0.2);
+ border-radius: 3px;
+ border-width: 0; }
treeview.view header button {
min-height: 0;
min-width: 0;
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 9a838c9..dc7fb6b 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -1420,11 +1420,16 @@ treeview.view {
color: #5294e2;
box-shadow: none;
background-color: #ffffff; }
- treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ treeview.view.trough {
color: #5c616c;
background-color: #cfd6e6;
border-radius: 3px;
border-width: 0; }
+ treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ color: #ffffff;
+ background-color: rgba(0, 0, 0, 0.2);
+ border-radius: 3px;
+ border-width: 0; }
treeview.view header button {
min-height: 0;
min-width: 0;
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 9b709bf..0cadf30 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -1420,11 +1420,16 @@ treeview.view {
color: #5294e2;
box-shadow: none;
background-color: #ffffff; }
- treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ treeview.view.trough {
color: #5c616c;
background-color: #cfd6e6;
border-radius: 3px;
border-width: 0; }
+ treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ color: #ffffff;
+ background-color: rgba(0, 0, 0, 0.2);
+ border-radius: 3px;
+ border-width: 0; }
treeview.view header button {
min-height: 0;
min-width: 0;
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 005b615..9d27a68 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -1500,11 +1500,18 @@ treeview.view {
background-color: $selected_fg_color;
}
}
- &.trough, &.trough:selected, &.trough:selected:focus { // progress bar trough in treeviews
+ &.trough { // progress bar trough in treeviews
color: $fg_color;
background-color: $button_border;
border-radius: 3px;
border-width: 0;
+
+ &:selected, &:selected:focus {
+ color: $selected_fg_color;
+ background-color: transparentize(black, 0.8);
+ border-radius: 3px;
+ border-width: 0;
+ }
}
header {
--
cgit v1.2.3
From 97d96272f05eb9692203cea422d70af739bb154d Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 20 Sep 2016 21:09:23 +0200
Subject: fix color of disabled labels in checked buttons
---
common/gtk-3.0/3.14/gtk-dark.css | 3 +++
common/gtk-3.0/3.14/gtk-darker.css | 3 +++
common/gtk-3.0/3.14/gtk-solid-dark.css | 3 +++
common/gtk-3.0/3.14/gtk-solid-darker.css | 3 +++
common/gtk-3.0/3.14/gtk-solid.css | 3 +++
common/gtk-3.0/3.14/gtk.css | 3 +++
common/gtk-3.0/3.14/sass/_common.scss | 2 ++
common/gtk-3.0/3.16/gtk-dark.css | 3 +++
common/gtk-3.0/3.16/gtk-darker.css | 3 +++
common/gtk-3.0/3.16/gtk-solid-dark.css | 3 +++
common/gtk-3.0/3.16/gtk-solid-darker.css | 3 +++
common/gtk-3.0/3.16/gtk-solid.css | 3 +++
common/gtk-3.0/3.16/gtk.css | 3 +++
common/gtk-3.0/3.16/sass/_common.scss | 2 ++
common/gtk-3.0/3.18/gtk-dark.css | 3 +++
common/gtk-3.0/3.18/gtk-darker.css | 3 +++
common/gtk-3.0/3.18/gtk-solid-dark.css | 3 +++
common/gtk-3.0/3.18/gtk-solid-darker.css | 3 +++
common/gtk-3.0/3.18/gtk-solid.css | 3 +++
common/gtk-3.0/3.18/gtk.css | 3 +++
common/gtk-3.0/3.18/sass/_common.scss | 2 ++
common/gtk-3.0/3.20/gtk-dark.css | 3 +++
common/gtk-3.0/3.20/gtk-darker.css | 3 +++
common/gtk-3.0/3.20/gtk-solid-dark.css | 3 +++
common/gtk-3.0/3.20/gtk-solid-darker.css | 3 +++
common/gtk-3.0/3.20/gtk-solid.css | 3 +++
common/gtk-3.0/3.20/gtk.css | 3 +++
common/gtk-3.0/3.20/sass/_common.scss | 2 ++
28 files changed, 80 insertions(+)
(limited to 'common')
diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css
index e7f5c21..2ce4775 100644
--- a/common/gtk-3.0/3.14/gtk-dark.css
+++ b/common/gtk-3.0/3.14/gtk-dark.css
@@ -283,6 +283,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css
index 5c70d1c..ea8c6ea 100644
--- a/common/gtk-3.0/3.14/gtk-darker.css
+++ b/common/gtk-3.0/3.14/gtk-darker.css
@@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css
index d3a212a..13af444 100644
--- a/common/gtk-3.0/3.14/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-solid-dark.css
@@ -283,6 +283,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css
index 346b110..ba00ae4 100644
--- a/common/gtk-3.0/3.14/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-solid-darker.css
@@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css
index a2ca2ad..387b7bf 100644
--- a/common/gtk-3.0/3.14/gtk-solid.css
+++ b/common/gtk-3.0/3.14/gtk-solid.css
@@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css
index cd5f9d9..b504fdf 100644
--- a/common/gtk-3.0/3.14/gtk.css
+++ b/common/gtk-3.0/3.14/gtk.css
@@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index 5f98928..b78af3b 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -384,6 +384,8 @@ $_dot_color: $selected_bg_color;
background-clip: if($variant=='light', border-box, padding-box);
@include button(active);
transition-duration: 50ms;
+
+ .label:insensitive { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start
diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css
index c45621e..a36fd3f 100644
--- a/common/gtk-3.0/3.16/gtk-dark.css
+++ b/common/gtk-3.0/3.16/gtk-dark.css
@@ -283,6 +283,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css
index b42ea2c..54baadd 100644
--- a/common/gtk-3.0/3.16/gtk-darker.css
+++ b/common/gtk-3.0/3.16/gtk-darker.css
@@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css
index 99a4dc1..f49c484 100644
--- a/common/gtk-3.0/3.16/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-solid-dark.css
@@ -283,6 +283,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css
index a2154f2..4d9e252 100644
--- a/common/gtk-3.0/3.16/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-solid-darker.css
@@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css
index a8238d1..04fc939 100644
--- a/common/gtk-3.0/3.16/gtk-solid.css
+++ b/common/gtk-3.0/3.16/gtk-solid.css
@@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css
index c25fa18..f89832f 100644
--- a/common/gtk-3.0/3.16/gtk.css
+++ b/common/gtk-3.0/3.16/gtk.css
@@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss
index 200adc0..e7a4d53 100644
--- a/common/gtk-3.0/3.16/sass/_common.scss
+++ b/common/gtk-3.0/3.16/sass/_common.scss
@@ -384,6 +384,8 @@ $_dot_color: $selected_bg_color;
background-clip: if($variant=='light', border-box, padding-box);
@include button(active);
transition-duration: 50ms;
+
+ .label:insensitive { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index 0556032..e50daf4 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -249,6 +249,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index 37915c4..6ef66bc 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -248,6 +248,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index d9716bd..736d02d 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -249,6 +249,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index 4b77834..210c2ab 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -248,6 +248,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index c7d9f25..6ce867c 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -248,6 +248,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index 1e53899..dc27169 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -248,6 +248,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
+ .button:active .label:insensitive, .button:checked .label:insensitive {
+ color: inherit;
+ opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index d60f175..e215b31 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -327,6 +327,8 @@ $_dot_color: $selected_bg_color;
background-clip: if($variant=='light', border-box, padding-box);
@include button(active);
transition-duration: 50ms;
+
+ .label:insensitive { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 63e3e4b..2780847 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -271,6 +271,9 @@ button {
background-color: #5294e2;
background-clip: padding-box;
transition-duration: 50ms; }
+ button:active label:disabled, button:checked label:disabled {
+ color: inherit;
+ opacity: 0.6; }
button:active {
color: #D3DAE3; }
button:active:hover, button:checked {
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 8ee4e4e..25dd5b3 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -270,6 +270,9 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
+ button:active label:disabled, button:checked label:disabled {
+ color: inherit;
+ opacity: 0.6; }
button:active {
color: #5c616c; }
button:active:hover, button:checked {
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 6cc3be6..35e57af 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -271,6 +271,9 @@ button {
background-color: #5294e2;
background-clip: padding-box;
transition-duration: 50ms; }
+ button:active label:disabled, button:checked label:disabled {
+ color: inherit;
+ opacity: 0.6; }
button:active {
color: #D3DAE3; }
button:active:hover, button:checked {
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 78ef016..dfabb1f 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -270,6 +270,9 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
+ button:active label:disabled, button:checked label:disabled {
+ color: inherit;
+ opacity: 0.6; }
button:active {
color: #5c616c; }
button:active:hover, button:checked {
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index dc7fb6b..b443196 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -270,6 +270,9 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
+ button:active label:disabled, button:checked label:disabled {
+ color: inherit;
+ opacity: 0.6; }
button:active {
color: #5c616c; }
button:active:hover, button:checked {
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 0cadf30..0bb60f0 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -270,6 +270,9 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
+ button:active label:disabled, button:checked label:disabled {
+ color: inherit;
+ opacity: 0.6; }
button:active {
color: #5c616c; }
button:active:hover, button:checked {
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 9d27a68..b361ab1 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -362,6 +362,8 @@ button {
background-clip: if($variant=='light', border-box, padding-box);
transition-duration: 50ms;
+
+ label:disabled { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start
--
cgit v1.2.3
From a7e9f80aab54181d8df5fbd3a77978b11f2f46c6 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 20 Sep 2016 21:30:16 +0200
Subject: spinbutton tweaks
---
common/gtk-3.0/3.14/gtk-dark.css | 3 ---
common/gtk-3.0/3.14/gtk-darker.css | 3 ---
common/gtk-3.0/3.14/gtk-solid-dark.css | 3 ---
common/gtk-3.0/3.14/gtk-solid-darker.css | 3 ---
common/gtk-3.0/3.14/gtk-solid.css | 3 ---
common/gtk-3.0/3.14/gtk.css | 3 ---
common/gtk-3.0/3.14/sass/_common.scss | 2 --
common/gtk-3.0/3.16/gtk-dark.css | 3 ---
common/gtk-3.0/3.16/gtk-darker.css | 3 ---
common/gtk-3.0/3.16/gtk-solid-dark.css | 3 ---
common/gtk-3.0/3.16/gtk-solid-darker.css | 3 ---
common/gtk-3.0/3.16/gtk-solid.css | 3 ---
common/gtk-3.0/3.16/gtk.css | 3 ---
common/gtk-3.0/3.16/sass/_common.scss | 2 --
common/gtk-3.0/3.18/gtk-dark.css | 2 +-
common/gtk-3.0/3.18/gtk-darker.css | 2 +-
common/gtk-3.0/3.18/gtk-solid-dark.css | 2 +-
common/gtk-3.0/3.18/gtk-solid-darker.css | 2 +-
common/gtk-3.0/3.18/gtk-solid.css | 2 +-
common/gtk-3.0/3.18/gtk.css | 2 +-
common/gtk-3.0/3.18/sass/_common.scss | 2 +-
common/gtk-3.0/3.20/gtk-dark.css | 9 ++++++++-
common/gtk-3.0/3.20/gtk-darker.css | 9 ++++++++-
common/gtk-3.0/3.20/gtk-solid-dark.css | 9 ++++++++-
common/gtk-3.0/3.20/gtk-solid-darker.css | 9 ++++++++-
common/gtk-3.0/3.20/gtk-solid.css | 9 ++++++++-
common/gtk-3.0/3.20/gtk.css | 9 ++++++++-
common/gtk-3.0/3.20/sass/_common.scss | 8 +++++++-
28 files changed, 62 insertions(+), 54 deletions(-)
(limited to 'common')
diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css
index 2ce4775..e7f5c21 100644
--- a/common/gtk-3.0/3.14/gtk-dark.css
+++ b/common/gtk-3.0/3.14/gtk-dark.css
@@ -283,9 +283,6 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css
index ea8c6ea..5c70d1c 100644
--- a/common/gtk-3.0/3.14/gtk-darker.css
+++ b/common/gtk-3.0/3.14/gtk-darker.css
@@ -282,9 +282,6 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css
index 13af444..d3a212a 100644
--- a/common/gtk-3.0/3.14/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-solid-dark.css
@@ -283,9 +283,6 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css
index ba00ae4..346b110 100644
--- a/common/gtk-3.0/3.14/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-solid-darker.css
@@ -282,9 +282,6 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css
index 387b7bf..a2ca2ad 100644
--- a/common/gtk-3.0/3.14/gtk-solid.css
+++ b/common/gtk-3.0/3.14/gtk-solid.css
@@ -282,9 +282,6 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css
index b504fdf..cd5f9d9 100644
--- a/common/gtk-3.0/3.14/gtk.css
+++ b/common/gtk-3.0/3.14/gtk.css
@@ -282,9 +282,6 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index b78af3b..5f98928 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -384,8 +384,6 @@ $_dot_color: $selected_bg_color;
background-clip: if($variant=='light', border-box, padding-box);
@include button(active);
transition-duration: 50ms;
-
- .label:insensitive { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start
diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css
index a36fd3f..c45621e 100644
--- a/common/gtk-3.0/3.16/gtk-dark.css
+++ b/common/gtk-3.0/3.16/gtk-dark.css
@@ -283,9 +283,6 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css
index 54baadd..b42ea2c 100644
--- a/common/gtk-3.0/3.16/gtk-darker.css
+++ b/common/gtk-3.0/3.16/gtk-darker.css
@@ -282,9 +282,6 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css
index f49c484..99a4dc1 100644
--- a/common/gtk-3.0/3.16/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-solid-dark.css
@@ -283,9 +283,6 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css
index 4d9e252..a2154f2 100644
--- a/common/gtk-3.0/3.16/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-solid-darker.css
@@ -282,9 +282,6 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css
index 04fc939..a8238d1 100644
--- a/common/gtk-3.0/3.16/gtk-solid.css
+++ b/common/gtk-3.0/3.16/gtk-solid.css
@@ -282,9 +282,6 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css
index f89832f..c25fa18 100644
--- a/common/gtk-3.0/3.16/gtk.css
+++ b/common/gtk-3.0/3.16/gtk.css
@@ -282,9 +282,6 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
- color: inherit;
- opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {
diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss
index e7a4d53..200adc0 100644
--- a/common/gtk-3.0/3.16/sass/_common.scss
+++ b/common/gtk-3.0/3.16/sass/_common.scss
@@ -384,8 +384,6 @@ $_dot_color: $selected_bg_color;
background-clip: if($variant=='light', border-box, padding-box);
@include button(active);
transition-duration: 50ms;
-
- .label:insensitive { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index e50daf4..c0bc9ed 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -249,7 +249,7 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
+ .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index 6ef66bc..d75228a 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -248,7 +248,7 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
+ .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index 736d02d..33ceccc 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -249,7 +249,7 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
+ .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index 210c2ab..bb8d873 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -248,7 +248,7 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
+ .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index 6ce867c..7a27856 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -248,7 +248,7 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
+ .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index dc27169..782d1e1 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -248,7 +248,7 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
- .button:active .label:insensitive, .button:checked .label:insensitive {
+ .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index e215b31..86ae0b7 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -328,7 +328,7 @@ $_dot_color: $selected_bg_color;
@include button(active);
transition-duration: 50ms;
- .label:insensitive { color: inherit; opacity: 0.6; }
+ &:not(:insensitive) .label:insensitive { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 2780847..772ce2d 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -271,7 +271,7 @@ button {
background-color: #5294e2;
background-clip: padding-box;
transition-duration: 50ms; }
- button:active label:disabled, button:checked label:disabled {
+ button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
@@ -792,6 +792,10 @@ spinbutton:not(.vertical) > button:hover:not(:active),
spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 #2b2e39; }
+spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
+spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
+
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
spinbutton:not(.vertical) > entry + button:not(:active):hover {
@@ -1274,6 +1278,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
+.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
+
.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 25dd5b3..ded7838 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -270,7 +270,7 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
- button:active label:disabled, button:checked label:disabled {
+ button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
@@ -791,6 +791,10 @@ spinbutton:not(.vertical) > button:hover:not(:active),
spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 #cfd6e6; }
+spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
+spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
+
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
spinbutton:not(.vertical) > entry + button:not(:active):hover {
@@ -1273,6 +1277,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
+.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
+
.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 35e57af..4c6709c 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -271,7 +271,7 @@ button {
background-color: #5294e2;
background-clip: padding-box;
transition-duration: 50ms; }
- button:active label:disabled, button:checked label:disabled {
+ button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
@@ -792,6 +792,10 @@ spinbutton:not(.vertical) > button:hover:not(:active),
spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 #2b2e39; }
+spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
+spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
+
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
spinbutton:not(.vertical) > entry + button:not(:active):hover {
@@ -1274,6 +1278,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
+.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
+
.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index dfabb1f..5468bd7 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -270,7 +270,7 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
- button:active label:disabled, button:checked label:disabled {
+ button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
@@ -791,6 +791,10 @@ spinbutton:not(.vertical) > button:hover:not(:active),
spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 #cfd6e6; }
+spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
+spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
+
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
spinbutton:not(.vertical) > entry + button:not(:active):hover {
@@ -1273,6 +1277,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
+.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
+
.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index b443196..22457f2 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -270,7 +270,7 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
- button:active label:disabled, button:checked label:disabled {
+ button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
@@ -791,6 +791,10 @@ spinbutton:not(.vertical) > button:hover:not(:active),
spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 #cfd6e6; }
+spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
+spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
+
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
spinbutton:not(.vertical) > entry + button:not(:active):hover {
@@ -1273,6 +1277,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
+.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
+
.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 0bb60f0..bc3037d 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -270,7 +270,7 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
- button:active label:disabled, button:checked label:disabled {
+ button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
@@ -791,6 +791,10 @@ spinbutton:not(.vertical) > button:hover:not(:active),
spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 #cfd6e6; }
+spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
+spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
+
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
spinbutton:not(.vertical) > entry + button:not(:active):hover {
@@ -1273,6 +1277,9 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
+.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
+
.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index b361ab1..847c5c7 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -363,7 +363,7 @@ button {
background-clip: if($variant=='light', border-box, padding-box);
transition-duration: 50ms;
- label:disabled { color: inherit; opacity: 0.6; }
+ &:not(:disabled) label:disabled { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start
@@ -809,6 +809,9 @@ spinbutton {
> button:hover:not(:active),
> button:hover + button { box-shadow: inset 1px 0 $button_border; }
+ > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
+ > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 transparentize($button_border, 0.5); }
+
> button:first-child:hover:not(:active),
> button.up:dir(rtl):hover:not(:active),
> entry + button:not(:active):hover { box-shadow: none; }
@@ -1302,6 +1305,9 @@ headerbar {
> button:hover:not(:active),
> button:hover + button { box-shadow: inset 1px 0 $header_button_border; }
+ > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
+ > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 $header_button_border; }
+
> button:first-child:hover:not(:active),
> entry + button:not(:active):hover { box-shadow: none; }
--
cgit v1.2.3
From fb1a401ba9c8b32a2c1159ea26816ad21750174a Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 20 Sep 2016 22:44:33 +0200
Subject: add more Gnome Flashback styling
---
common/gtk-3.0/3.20/gtk-dark.css | 53 +++++++++++++++++++++++++++++
common/gtk-3.0/3.20/gtk-darker.css | 53 +++++++++++++++++++++++++++++
common/gtk-3.0/3.20/gtk-solid-dark.css | 53 +++++++++++++++++++++++++++++
common/gtk-3.0/3.20/gtk-solid-darker.css | 53 +++++++++++++++++++++++++++++
common/gtk-3.0/3.20/gtk-solid.css | 53 +++++++++++++++++++++++++++++
common/gtk-3.0/3.20/gtk.css | 53 +++++++++++++++++++++++++++++
common/gtk-3.0/3.20/sass/_applications.scss | 50 +++++++++++++++++++++++++++
7 files changed, 368 insertions(+)
(limited to 'common')
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 772ce2d..198b0e6 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -3340,6 +3340,59 @@ button.documents-favorite:active:hover {
.tr-workarea overshoot {
border-color: transparent; }
+#gf-bubble, #gf-bubble.solid,
+#gf-osd-window,
+#gf-osd-window.solid,
+#gf-input-source-popup,
+#gf-input-source-popup.solid,
+#gf-candidate-popup,
+#gf-candidate-popup.solid {
+ color: #cfd5de;
+ background-color: rgba(53, 57, 69, 0.95);
+ border: 1px solid rgba(35, 38, 46, 0.95);
+ border-radius: 2px; }
+
+#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
+#gf-osd-window levelbar block.low,
+#gf-osd-window levelbar block.high,
+#gf-osd-window levelbar block.full,
+#gf-input-source-popup levelbar block.low,
+#gf-input-source-popup levelbar block.high,
+#gf-input-source-popup levelbar block.full,
+#gf-candidate-popup levelbar block.low,
+#gf-candidate-popup levelbar block.high,
+#gf-candidate-popup levelbar block.full {
+ background-color: #5294e2;
+ border-color: #5294e2; }
+
+#gf-bubble levelbar block.empty,
+#gf-osd-window levelbar block.empty,
+#gf-input-source-popup levelbar block.empty,
+#gf-candidate-popup levelbar block.empty {
+ background-color: rgba(42, 45, 55, 0.95); }
+
+#gf-bubble levelbar trough,
+#gf-osd-window levelbar trough,
+#gf-input-source-popup levelbar trough,
+#gf-candidate-popup levelbar trough {
+ background: none; }
+
+#gf-input-source {
+ min-height: 32px;
+ min-width: 40px; }
+ #gf-input-source:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
+gf-candidate-box label {
+ padding: 3px; }
+
+gf-candidate-box:hover, gf-candidate-box:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
panel-toplevel.background,
panel-toplevel.background menubar {
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index ded7838..bc2691f 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -3339,6 +3339,59 @@ button.documents-favorite:active:hover {
.tr-workarea overshoot {
border-color: transparent; }
+#gf-bubble, #gf-bubble.solid,
+#gf-osd-window,
+#gf-osd-window.solid,
+#gf-input-source-popup,
+#gf-input-source-popup.solid,
+#gf-candidate-popup,
+#gf-candidate-popup.solid {
+ color: #cfd5de;
+ background-color: rgba(53, 57, 69, 0.95);
+ border: 1px solid rgba(35, 38, 46, 0.95);
+ border-radius: 2px; }
+
+#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
+#gf-osd-window levelbar block.low,
+#gf-osd-window levelbar block.high,
+#gf-osd-window levelbar block.full,
+#gf-input-source-popup levelbar block.low,
+#gf-input-source-popup levelbar block.high,
+#gf-input-source-popup levelbar block.full,
+#gf-candidate-popup levelbar block.low,
+#gf-candidate-popup levelbar block.high,
+#gf-candidate-popup levelbar block.full {
+ background-color: #5294e2;
+ border-color: #5294e2; }
+
+#gf-bubble levelbar block.empty,
+#gf-osd-window levelbar block.empty,
+#gf-input-source-popup levelbar block.empty,
+#gf-candidate-popup levelbar block.empty {
+ background-color: rgba(42, 45, 55, 0.95); }
+
+#gf-bubble levelbar trough,
+#gf-osd-window levelbar trough,
+#gf-input-source-popup levelbar trough,
+#gf-candidate-popup levelbar trough {
+ background: none; }
+
+#gf-input-source {
+ min-height: 32px;
+ min-width: 40px; }
+ #gf-input-source:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
+gf-candidate-box label {
+ padding: 3px; }
+
+gf-candidate-box:hover, gf-candidate-box:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
panel-toplevel.background,
panel-toplevel.background menubar {
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 4c6709c..bfcc985 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -3340,6 +3340,59 @@ button.documents-favorite:active:hover {
.tr-workarea overshoot {
border-color: transparent; }
+#gf-bubble, #gf-bubble.solid,
+#gf-osd-window,
+#gf-osd-window.solid,
+#gf-input-source-popup,
+#gf-input-source-popup.solid,
+#gf-candidate-popup,
+#gf-candidate-popup.solid {
+ color: #cfd5de;
+ background-color: #353945;
+ border: 1px solid #23262e;
+ border-radius: 2px; }
+
+#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
+#gf-osd-window levelbar block.low,
+#gf-osd-window levelbar block.high,
+#gf-osd-window levelbar block.full,
+#gf-input-source-popup levelbar block.low,
+#gf-input-source-popup levelbar block.high,
+#gf-input-source-popup levelbar block.full,
+#gf-candidate-popup levelbar block.low,
+#gf-candidate-popup levelbar block.high,
+#gf-candidate-popup levelbar block.full {
+ background-color: #5294e2;
+ border-color: #5294e2; }
+
+#gf-bubble levelbar block.empty,
+#gf-osd-window levelbar block.empty,
+#gf-input-source-popup levelbar block.empty,
+#gf-candidate-popup levelbar block.empty {
+ background-color: #2a2d37; }
+
+#gf-bubble levelbar trough,
+#gf-osd-window levelbar trough,
+#gf-input-source-popup levelbar trough,
+#gf-candidate-popup levelbar trough {
+ background: none; }
+
+#gf-input-source {
+ min-height: 32px;
+ min-width: 40px; }
+ #gf-input-source:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
+gf-candidate-box label {
+ padding: 3px; }
+
+gf-candidate-box:hover, gf-candidate-box:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
panel-toplevel.background,
panel-toplevel.background menubar {
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 5468bd7..47a287a 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -3339,6 +3339,59 @@ button.documents-favorite:active:hover {
.tr-workarea overshoot {
border-color: transparent; }
+#gf-bubble, #gf-bubble.solid,
+#gf-osd-window,
+#gf-osd-window.solid,
+#gf-input-source-popup,
+#gf-input-source-popup.solid,
+#gf-candidate-popup,
+#gf-candidate-popup.solid {
+ color: #cfd5de;
+ background-color: #353945;
+ border: 1px solid #23262e;
+ border-radius: 2px; }
+
+#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
+#gf-osd-window levelbar block.low,
+#gf-osd-window levelbar block.high,
+#gf-osd-window levelbar block.full,
+#gf-input-source-popup levelbar block.low,
+#gf-input-source-popup levelbar block.high,
+#gf-input-source-popup levelbar block.full,
+#gf-candidate-popup levelbar block.low,
+#gf-candidate-popup levelbar block.high,
+#gf-candidate-popup levelbar block.full {
+ background-color: #5294e2;
+ border-color: #5294e2; }
+
+#gf-bubble levelbar block.empty,
+#gf-osd-window levelbar block.empty,
+#gf-input-source-popup levelbar block.empty,
+#gf-candidate-popup levelbar block.empty {
+ background-color: #2a2d37; }
+
+#gf-bubble levelbar trough,
+#gf-osd-window levelbar trough,
+#gf-input-source-popup levelbar trough,
+#gf-candidate-popup levelbar trough {
+ background: none; }
+
+#gf-input-source {
+ min-height: 32px;
+ min-width: 40px; }
+ #gf-input-source:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
+gf-candidate-box label {
+ padding: 3px; }
+
+gf-candidate-box:hover, gf-candidate-box:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
panel-toplevel.background,
panel-toplevel.background menubar {
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 22457f2..30fe0c7 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -3343,6 +3343,59 @@ button.documents-favorite:active:hover {
.tr-workarea overshoot {
border-color: transparent; }
+#gf-bubble, #gf-bubble.solid,
+#gf-osd-window,
+#gf-osd-window.solid,
+#gf-input-source-popup,
+#gf-input-source-popup.solid,
+#gf-candidate-popup,
+#gf-candidate-popup.solid {
+ color: #cfd5de;
+ background-color: #353945;
+ border: 1px solid #23262e;
+ border-radius: 2px; }
+
+#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
+#gf-osd-window levelbar block.low,
+#gf-osd-window levelbar block.high,
+#gf-osd-window levelbar block.full,
+#gf-input-source-popup levelbar block.low,
+#gf-input-source-popup levelbar block.high,
+#gf-input-source-popup levelbar block.full,
+#gf-candidate-popup levelbar block.low,
+#gf-candidate-popup levelbar block.high,
+#gf-candidate-popup levelbar block.full {
+ background-color: #5294e2;
+ border-color: #5294e2; }
+
+#gf-bubble levelbar block.empty,
+#gf-osd-window levelbar block.empty,
+#gf-input-source-popup levelbar block.empty,
+#gf-candidate-popup levelbar block.empty {
+ background-color: #2a2d37; }
+
+#gf-bubble levelbar trough,
+#gf-osd-window levelbar trough,
+#gf-input-source-popup levelbar trough,
+#gf-candidate-popup levelbar trough {
+ background: none; }
+
+#gf-input-source {
+ min-height: 32px;
+ min-width: 40px; }
+ #gf-input-source:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
+gf-candidate-box label {
+ padding: 3px; }
+
+gf-candidate-box:hover, gf-candidate-box:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
panel-toplevel.background,
panel-toplevel.background menubar {
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index bc3037d..2140fbd 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -3343,6 +3343,59 @@ button.documents-favorite:active:hover {
.tr-workarea overshoot {
border-color: transparent; }
+#gf-bubble, #gf-bubble.solid,
+#gf-osd-window,
+#gf-osd-window.solid,
+#gf-input-source-popup,
+#gf-input-source-popup.solid,
+#gf-candidate-popup,
+#gf-candidate-popup.solid {
+ color: #cfd5de;
+ background-color: rgba(53, 57, 69, 0.95);
+ border: 1px solid rgba(35, 38, 46, 0.95);
+ border-radius: 2px; }
+
+#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
+#gf-osd-window levelbar block.low,
+#gf-osd-window levelbar block.high,
+#gf-osd-window levelbar block.full,
+#gf-input-source-popup levelbar block.low,
+#gf-input-source-popup levelbar block.high,
+#gf-input-source-popup levelbar block.full,
+#gf-candidate-popup levelbar block.low,
+#gf-candidate-popup levelbar block.high,
+#gf-candidate-popup levelbar block.full {
+ background-color: #5294e2;
+ border-color: #5294e2; }
+
+#gf-bubble levelbar block.empty,
+#gf-osd-window levelbar block.empty,
+#gf-input-source-popup levelbar block.empty,
+#gf-candidate-popup levelbar block.empty {
+ background-color: rgba(42, 45, 55, 0.95); }
+
+#gf-bubble levelbar trough,
+#gf-osd-window levelbar trough,
+#gf-input-source-popup levelbar trough,
+#gf-candidate-popup levelbar trough {
+ background: none; }
+
+#gf-input-source {
+ min-height: 32px;
+ min-width: 40px; }
+ #gf-input-source:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
+gf-candidate-box label {
+ padding: 3px; }
+
+gf-candidate-box:hover, gf-candidate-box:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border-radius: 2px; }
+
.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
panel-toplevel.background,
panel-toplevel.background menubar {
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss
index c5882b0..2f4e4cb 100644
--- a/common/gtk-3.0/3.20/sass/_applications.scss
+++ b/common/gtk-3.0/3.20/sass/_applications.scss
@@ -448,6 +448,56 @@ button.documents-favorite:active:hover {
border-color: transparent; // Remove black border on over- and undershoot
}
+//
+// Gnome Flashback
+//
+#gf-bubble,
+#gf-osd-window,
+#gf-input-source-popup,
+#gf-candidate-popup {
+ &, &.solid {
+ color: lighten($osd_fg_color, 7%);
+ background-color: $osd_bg_color;
+ border: 1px solid darken($osd_bg_color, 8%);
+ border-radius: 2px;
+ }
+
+ levelbar {
+ block {
+ &.low, &.high, &.full {
+ background-color: $selected_bg_color;
+ border-color: $selected_bg_color;
+ }
+ &.empty { background-color: darken($osd_bg_color, 5%); }
+ }
+ trough { background: none; }
+ }
+
+ // FIXME still needs button styling
+}
+
+#gf-input-source {
+ min-height: 32px;
+ min-width: 40px;
+
+ &:selected {
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ border-radius: 2px;
+ }
+}
+
+gf-candidate-box {
+ label { padding: 3px; }
+
+ &:hover,
+ &:selected {
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ border-radius: 2px;
+ }
+}
+
//
// Mate/Gnome Flashback Panel
//
--
cgit v1.2.3
From 2fd0b4d13e1a256037f0435d29e05f0f4102fa80 Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Tue, 20 Sep 2016 22:57:29 +0200
Subject: add borders to metacity-1 and metacity-2 themes
---
common/metacity-1/metacity-theme-1-dark.xml | 7 ++++---
common/metacity-1/metacity-theme-1.xml | 8 ++++----
common/metacity-1/metacity-theme-2-dark.xml | 7 ++++---
common/metacity-1/metacity-theme-2.xml | 7 ++++---
4 files changed, 16 insertions(+), 13 deletions(-)
(limited to 'common')
diff --git a/common/metacity-1/metacity-theme-1-dark.xml b/common/metacity-1/metacity-theme-1-dark.xml
index 2b74362..4cb97be 100644
--- a/common/metacity-1/metacity-theme-1-dark.xml
+++ b/common/metacity-1/metacity-theme-1-dark.xml
@@ -41,9 +41,9 @@
-
-
-
+
+
+
@@ -58,6 +58,7 @@
+
-
-
-
+
+
+
-
@@ -59,6 +58,7 @@
+
-
-
-
+
+
+
@@ -58,6 +58,7 @@
+
-
-
-
+
+
+
@@ -58,6 +58,7 @@
+