aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass
diff options
context:
space:
mode:
authorHorst31802016-03-23 22:58:42 +0100
committerHorst31802016-03-23 22:58:42 +0100
commit66c0cc14d61a5af2cca59af533cd8b08733a75a4 (patch)
tree2f002f2cfabb40e5895a11c22d65478fe727436d /common/gtk-3.0/3.20/sass
parent8b229509cffad261c1c8895f1225652de2bf21e6 (diff)
downloadsolarc-theme-66c0cc14d61a5af2cca59af533cd8b08733a75a4.tar.gz
solarc-theme-66c0cc14d61a5af2cca59af533cd8b08733a75a4.tar.xz
solarc-theme-66c0cc14d61a5af2cca59af533cd8b08733a75a4.zip
fix attached osd toolbars
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r--common/gtk-3.0/3.20/sass/_common.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 98d8bf5..21327e5 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -858,6 +858,11 @@ toolbar {
&.right,
&.top,
&.bottom { border-radius: 0; } // positional classes for `attached` osd toolbars
+
+ &.top { border-width: 0 0 1px 0; }
+ &.bottom { border-width: 1px 0 0 0; }
+ &.left { border-width: 0 1px 0 0; }
+ &.right { border-width: 0 0 0 1px; }
}
&:not(.inline-toolbar):not(.osd) {