aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
diff options
context:
space:
mode:
authorHorst31802016-03-23 22:13:21 +0100
committerHorst31802016-03-23 22:13:21 +0100
commit73dabfebd980f9fa8417e7072a3ad4394a62666a (patch)
tree48329e7766ccb327f069bd54e57ada615b397fb4 /common/gtk-3.0/3.20/sass/_transparent_widgets.scss
parent5e982902a32c81844aefdb45d736a2f93db74d50 (diff)
downloadsolarc-theme-73dabfebd980f9fa8417e7072a3ad4394a62666a.tar.gz
solarc-theme-73dabfebd980f9fa8417e7072a3ad4394a62666a.tar.xz
solarc-theme-73dabfebd980f9fa8417e7072a3ad4394a62666a.zip
bring back dark sidebars in filechooser dialog
Diffstat (limited to 'common/gtk-3.0/3.20/sass/_transparent_widgets.scss')
-rw-r--r--common/gtk-3.0/3.20/sass/_transparent_widgets.scss53
1 files changed, 19 insertions, 34 deletions
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 11722bf..0a39e43 100644
--- a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
@@ -1,18 +1,19 @@
//NemoWindow GtkEventBox { background-color: $bg_color; } // fixes nemo statusbar
-//GtkFileChooserDialog,
//NemoWindow,
.nautilus-window {
paned > separator {
- background: $dark_sidebar_border;
+ background-image: linear-gradient(to top, $dark_sidebar_border);
&:dir(ltr) { margin-left: -1px; }
&:dir(rtl) { margin-right: -1px; }
}
}
+filechooser paned > separator { background-image: linear-gradient(to top, $dark_sidebar_border); }
+
// Dark transparent sidebars
-//GtkFileChooserDialog,
+filechooser,
.nautilus-window {
&.csd.background, placessidebar list { background-color: transparent; }
@@ -109,37 +110,21 @@
//NemoWindow.background > GtkGrid > paned > separator,
//MarlinViewWindow.background > GtkBox > paned > separator { background-color: $dark_sidebar_border }
-//GtkFileChooserDialog {
-//
-// &.background.csd, &.background { background-color: $dark_sidebar_bg }
-// scrolledwindow.sidebar { background-color: transparent }
-//
-// // Yeah, this is ugly, but prevents a transparent background in the image preview box
-// paned > .vertical > .horizontal { background-color: $bg_color; }
-//
-// // fix for non gnome environments
-// .dialog-action-box { background-color: $bg_color }
-//
-// .dialog-vbox > .frame {
-// color: $dark_sidebar_fg;
-// border-color: transparent;
-// }
-// GtkFileChooserWidget > actionbar > revealer > .action-bar.frame {
-// background-color: transparent;
-// border-color: if($variant =='light', darken($dark_sidebar_bg, 7%), darken($dark_sidebar_bg, 15%));
-// }
-//
-// GtkFileChooserWidget > actionbar > revealer > .action-bar.frame,
-// .dialog-vbox > .frame {
-//
-// button { @extend %dark_sidebar_button; }
-// entry { @extend %dark_sidebar_entry; }
-//
-// @extend %osd_check_radio;
-//
-// label, combobox { color: $dark_sidebar_fg; }
-// }
-//}
+filechooser {
+
+ actionbar {
+ color: $dark_sidebar_fg;
+ background-color: $dark_sidebar_bg;
+ border-color: if($variant =='light', darken($dark_sidebar_bg, 7%), darken($dark_sidebar_bg, 15%));
+
+ button { @extend %dark_sidebar_button; }
+ entry { @extend %dark_sidebar_entry; }
+
+ @extend %osd_check_radio;
+
+ label, combobox { color: $dark_sidebar_fg; }
+ }
+}
// Gedit
.gedit-bottom-panel-paned { background-color: $base_color; }