diff options
author | Horst3180 | 2016-03-23 22:58:42 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-23 22:58:42 +0100 |
commit | 66c0cc14d61a5af2cca59af533cd8b08733a75a4 (patch) | |
tree | 2f002f2cfabb40e5895a11c22d65478fe727436d /common/gtk-3.0/3.20/sass | |
parent | 8b229509cffad261c1c8895f1225652de2bf21e6 (diff) | |
download | solarc-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.scss | 5 |
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) { |