aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-contained-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-dark.css')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-dark.css8
1 files changed, 4 insertions, 4 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 {