From d21b205fc07d677063be6e6b257b7cad6de8d4c6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 16 Jul 2015 21:24:51 +0200 Subject: style osd entries --- common/gtk-3.0/3.14/_transparent_widgets.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'common/gtk-3.0/3.14/_transparent_widgets.scss') diff --git a/common/gtk-3.0/3.14/_transparent_widgets.scss b/common/gtk-3.0/3.14/_transparent_widgets.scss index f288172..13f303d 100644 --- a/common/gtk-3.0/3.14/_transparent_widgets.scss +++ b/common/gtk-3.0/3.14/_transparent_widgets.scss @@ -105,7 +105,9 @@ GtkFileChooserDialog { .action-bar.frame, .dialog-vbox > .frame { + .button { @extend %dark_sidebar_button; } + .entry { @extend %dark_sidebar_entry; } GtkLabel, GtkComboBox { color: $dark_sidebar_fg; } } @@ -226,3 +228,10 @@ GeditWindow.background.csd GeditFileBrowserView.view { &:active, &:checked { @include button(osd-active); } &:insensitive { @include button(osd-insensitive); } } + +%dark_sidebar_entry { + @include entry(osd); + + &:focus { @include entry(osd-focus) } + &:insensitive { @include entry(osd-insensitive); } +} -- cgit v1.2.3