aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/sass/_transparent_widgets.scss
diff options
context:
space:
mode:
authorHorst31802015-09-09 21:19:57 +0200
committerHorst31802015-09-09 23:50:14 +0200
commit4097e62e012ed929335ddde7fc9719ee763d731f (patch)
tree8c7633484a9f55fec0cf59124be4e3002da86729 /common/gtk-3.0/3.16/sass/_transparent_widgets.scss
parente0da453e5255a7efeaa23b080dcc592517c09f86 (diff)
downloadsolarc-theme-4097e62e012ed929335ddde7fc9719ee763d731f.tar.gz
solarc-theme-4097e62e012ed929335ddde7fc9719ee763d731f.tar.xz
solarc-theme-4097e62e012ed929335ddde7fc9719ee763d731f.zip
tweak color scheme and window buttons
Diffstat (limited to 'common/gtk-3.0/3.16/sass/_transparent_widgets.scss')
-rw-r--r--common/gtk-3.0/3.16/sass/_transparent_widgets.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.16/sass/_transparent_widgets.scss b/common/gtk-3.0/3.16/sass/_transparent_widgets.scss
index 16bbb1e..6714551 100644
--- a/common/gtk-3.0/3.16/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.16/sass/_transparent_widgets.scss
@@ -99,7 +99,7 @@ GtkFileChooserDialog {
}
.action-bar.frame {
background-color: transparent;
- border-color: if($variant =='light', darken($dark_sidebar_bg, 7%), darken($dark_sidebar_bg, 15%));
+ border-color: if($variant =='light', darken($dark_sidebar_bg, 5%), darken($dark_sidebar_bg, 10%));
}
.action-bar.frame,
@@ -218,7 +218,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
%dark_sidebar_button {
@include button(osd);
- &:hover { @include button(osd-hover) }
+ &:hover { @include button(osd-hover); }
&:active, &:checked { @include button(osd-active); }
&:insensitive { @include button(osd-insensitive); }
}
@@ -226,6 +226,6 @@ GeditWindow.background.csd GeditFileBrowserView.view {
%dark_sidebar_entry {
@include entry(osd);
- &:focus { @include entry(osd-focus) }
+ &:focus { @include entry(osd-focus); }
&:insensitive { @include entry(osd-insensitive); }
}