aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHorst31802015-10-21 20:47:33 +0200
committerHorst31802015-10-21 20:47:33 +0200
commitf4c71247cf9470037d052ae4a12b86073d0001ff (patch)
treeed4787e2e9bcdf884210394ac7c440082d269460 /common
parent6aa6cdbfd19dd711e89a4ffe7bad12d036eb691c (diff)
downloadsolarc-theme-f4c71247cf9470037d052ae4a12b86073d0001ff.tar.gz
solarc-theme-f4c71247cf9470037d052ae4a12b86073d0001ff.tar.xz
solarc-theme-f4c71247cf9470037d052ae4a12b86073d0001ff.zip
Revert "more pane-separator fixes"
This reverts commit 6aa6cdbfd19dd711e89a4ffe7bad12d036eb691c.
Diffstat (limited to 'common')
-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 8cd1fb1..2373f8b 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-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95)); }
+ background-color: 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-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97)); }
+ background-color: 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-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95)); }
+ background-color: rgba(42, 45, 55, 0.95); }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-image: linear-gradient(to bottom, #2b2e39); }
+ background-color: #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 c4ff205..dfb6844 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-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
+ background-color: 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-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97)); }
+ background-color: 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-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
+ background-color: rgba(53, 57, 69, 0.95); }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-image: linear-gradient(to bottom, #dbdfe3); }
+ background-color: #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 4482277..a8e0867 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-image: linear-gradient(to bottom, #2a2d37); }
+ background-color: #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-image: linear-gradient(to bottom, #262a33); }
+ background-color: #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-image: linear-gradient(to bottom, #2a2d37); }
+ background-color: #2a2d37; }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-image: linear-gradient(to bottom, #2b2e39); }
+ background-color: #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 3d382b6..c48d25c 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-image: linear-gradient(to bottom, #353945); }
+ background-color: #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-image: linear-gradient(to bottom, #262a33); }
+ background-color: #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-image: linear-gradient(to bottom, #353945); }
+ background-color: #353945; }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-image: linear-gradient(to bottom, #dbdfe3); }
+ background-color: #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 6e0b4a1..baa379f 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-image: linear-gradient(to bottom, #353945); }
+ background-color: #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-image: linear-gradient(to bottom, #d4d5db); }
+ background-color: #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-image: linear-gradient(to bottom, #353945); }
+ background-color: #353945; }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-image: linear-gradient(to bottom, #dbdfe3); }
+ background-color: #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 5531430..4017245 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-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
+ background-color: 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-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95)); }
+ background-color: 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-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); }
+ background-color: rgba(53, 57, 69, 0.95); }
GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
- background-image: linear-gradient(to bottom, #dbdfe3); }
+ background-color: #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 85ece35..c89875f 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-image: linear-gradient(to bottom, $dark_sidebar_border); }
+MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $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-image: linear-gradient(to bottom, $header_border); }
+ &.maximized > .titlebar .pane-separator:backdrop { background-color: $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-image: linear-gradient(to bottom, $dark_sidebar_border); }
- .gedit-bottom-panel-paned .pane-separator { background-image: linear-gradient(to bottom, $borders_color); }
+ .gedit-side-panel-paned .pane-separator { background-color: $dark_sidebar_border; }
+ .gedit-bottom-panel-paned .pane-separator { background-color: $borders_color; }
> .titlebar.default-decoration,
> .titlebar.default-decoration:backdrop { background-color: opacify($header_bg, 1); } // fix for elementary OS