aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14
diff options
context:
space:
mode:
authorHorst31802015-10-21 20:15:16 +0200
committerHorst31802015-10-21 20:42:35 +0200
commit6aa6cdbfd19dd711e89a4ffe7bad12d036eb691c (patch)
treea2ff99e45593613ad21c94f6f15e155fa3b96092 /common/gtk-3.0/3.14
parent1f204d6adc3445910d930fbd030c54ba71bb90b4 (diff)
downloadsolarc-theme-6aa6cdbfd19dd711e89a4ffe7bad12d036eb691c.tar.gz
solarc-theme-6aa6cdbfd19dd711e89a4ffe7bad12d036eb691c.tar.xz
solarc-theme-6aa6cdbfd19dd711e89a4ffe7bad12d036eb691c.zip
more pane-separator fixes
Diffstat (limited to 'common/gtk-3.0/3.14')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-dark.css8
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-darker.css8
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-dark.css8
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-darker.css8
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css8
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css8
-rw-r--r--common/gtk-3.0/3.14/sass/_transparent_widgets.scss8
7 files changed, 28 insertions, 28 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css
index 2373f8b..8cd1fb1 100644
--- a/common/gtk-3.0/3.14/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-dark.css
@@ -3849,7 +3849,7 @@ GtkFileChooserDialog,
NautilusWindow,
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
- background-color: rgba(42, 45, 55, 0.95); }
+ background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95)); }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: rgba(53, 57, 69, 0.95); }
@@ -3884,7 +3884,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
- background-color: rgba(38, 42, 51, 0.97); }
+ background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97)); }
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
@@ -3908,10 +3908,10 @@ GeditWindow.background.csd {
background-color: transparent; }
GeditWindow.background .gedit-side-panel-paned .pane-separator {
- background-color: rgba(42, 45, 55, 0.95); }
+ background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95)); }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-color: #2b2e39; }
+ background-image: linear-gradient(to bottom, #2b2e39); }
GeditWindow.background > .titlebar.default-decoration,
GeditWindow.background > .titlebar.default-decoration:backdrop {
diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css
index dfb6844..c4ff205 100644
--- a/common/gtk-3.0/3.14/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-darker.css
@@ -3842,7 +3842,7 @@ GtkFileChooserDialog,
NautilusWindow,
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
- background-color: rgba(53, 57, 69, 0.95); }
+ background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: rgba(53, 57, 69, 0.95); }
@@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
- background-color: rgba(38, 42, 51, 0.97); }
+ background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97)); }
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
@@ -3901,10 +3901,10 @@ GeditWindow.background.csd {
background-color: transparent; }
GeditWindow.background .gedit-side-panel-paned .pane-separator {
- background-color: rgba(53, 57, 69, 0.95); }
+ background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-color: #dbdfe3; }
+ background-image: linear-gradient(to bottom, #dbdfe3); }
GeditWindow.background > .titlebar.default-decoration,
GeditWindow.background > .titlebar.default-decoration:backdrop {
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
index a8e0867..4482277 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
@@ -3849,7 +3849,7 @@ GtkFileChooserDialog,
NautilusWindow,
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
- background-color: #2a2d37; }
+ background-image: linear-gradient(to bottom, #2a2d37); }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: #353945; }
@@ -3884,7 +3884,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
- background-color: #262a33; }
+ background-image: linear-gradient(to bottom, #262a33); }
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
@@ -3908,10 +3908,10 @@ GeditWindow.background.csd {
background-color: transparent; }
GeditWindow.background .gedit-side-panel-paned .pane-separator {
- background-color: #2a2d37; }
+ background-image: linear-gradient(to bottom, #2a2d37); }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-color: #2b2e39; }
+ background-image: linear-gradient(to bottom, #2b2e39); }
GeditWindow.background > .titlebar.default-decoration,
GeditWindow.background > .titlebar.default-decoration:backdrop {
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
index c48d25c..3d382b6 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
@@ -3842,7 +3842,7 @@ GtkFileChooserDialog,
NautilusWindow,
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
- background-color: #353945; }
+ background-image: linear-gradient(to bottom, #353945); }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: #353945; }
@@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
- background-color: #262a33; }
+ background-image: linear-gradient(to bottom, #262a33); }
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
@@ -3901,10 +3901,10 @@ GeditWindow.background.csd {
background-color: transparent; }
GeditWindow.background .gedit-side-panel-paned .pane-separator {
- background-color: #353945; }
+ background-image: linear-gradient(to bottom, #353945); }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-color: #dbdfe3; }
+ background-image: linear-gradient(to bottom, #dbdfe3); }
GeditWindow.background > .titlebar.default-decoration,
GeditWindow.background > .titlebar.default-decoration:backdrop {
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css
index baa379f..6e0b4a1 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -3842,7 +3842,7 @@ GtkFileChooserDialog,
NautilusWindow,
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
- background-color: #353945; }
+ background-image: linear-gradient(to bottom, #353945); }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: #353945; }
@@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
- background-color: #d4d5db; }
+ background-image: linear-gradient(to bottom, #d4d5db); }
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
@@ -3901,10 +3901,10 @@ GeditWindow.background.csd {
background-color: transparent; }
GeditWindow.background .gedit-side-panel-paned .pane-separator {
- background-color: #353945; }
+ background-image: linear-gradient(to bottom, #353945); }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-color: #dbdfe3; }
+ background-image: linear-gradient(to bottom, #dbdfe3); }
GeditWindow.background > .titlebar.default-decoration,
GeditWindow.background > .titlebar.default-decoration:backdrop {
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 4017245..5531430 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -3842,7 +3842,7 @@ GtkFileChooserDialog,
NautilusWindow,
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
- background-color: rgba(53, 57, 69, 0.95); }
+ background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: rgba(53, 57, 69, 0.95); }
@@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator,
GeditWindow.background.csd.maximized > .titlebar .pane-separator,
GeditWindow.background.csd > .titlebar .pane-separator:backdrop,
GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop {
- background-color: rgba(212, 213, 219, 0.95); }
+ background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95)); }
FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar,
GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar {
@@ -3901,10 +3901,10 @@ GeditWindow.background.csd {
background-color: transparent; }
GeditWindow.background .gedit-side-panel-paned .pane-separator {
- background-color: rgba(53, 57, 69, 0.95); }
+ background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-color: #dbdfe3; }
+ background-image: linear-gradient(to bottom, #dbdfe3); }
GeditWindow.background > .titlebar.default-decoration,
GeditWindow.background > .titlebar.default-decoration:backdrop {
diff --git a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss
index c89875f..85ece35 100644
--- a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss
@@ -58,7 +58,7 @@ MarlinViewWindow {
GtkFileChooserDialog,
NautilusWindow,
NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
-MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $dark_sidebar_border}
+MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-image: linear-gradient(to bottom, $dark_sidebar_border); }
GtkFileChooserDialog {
@@ -101,7 +101,7 @@ GeditWindow.background.csd {
> .titlebar .pane-separator,
&.maximized > .titlebar .pane-separator,
> .titlebar .pane-separator:backdrop,
- &.maximized > .titlebar .pane-separator:backdrop { background-color: $header_border; }
+ &.maximized > .titlebar .pane-separator:backdrop { background-image: linear-gradient(to bottom, $header_border); }
> .titlebar > GtkHeaderBar.header-bar.titlebar {
background-color: $header_bg;
@@ -125,8 +125,8 @@ GeditWindow.background.csd > .titlebar {
GeditWindow.background {
&.csd { background-color: transparent; }
- .gedit-side-panel-paned .pane-separator { background-color: $dark_sidebar_border; }
- .gedit-bottom-panel-paned .pane-separator { background-color: $borders_color; }
+ .gedit-side-panel-paned .pane-separator { background-image: linear-gradient(to bottom, $dark_sidebar_border); }
+ .gedit-bottom-panel-paned .pane-separator { background-image: linear-gradient(to bottom, $borders_color); }
> .titlebar.default-decoration,
> .titlebar.default-decoration:backdrop { background-color: opacify($header_bg, 1); } // fix for elementary OS