diff options
author | Horst3180 | 2016-11-25 16:34:48 +0100 |
---|---|---|
committer | Horst3180 | 2016-11-25 16:34:56 +0100 |
commit | 9047b20712193d174fb3277c5252ce86f54b50c1 (patch) | |
tree | 6fec5c6f01a77a65d353695b1e720bfac6813241 /common/cinnamon/sass | |
parent | 8d26ecd8883566c39396e527f04891fa3d5efd1f (diff) | |
download | solarc-theme-9047b20712193d174fb3277c5252ce86f54b50c1.tar.gz solarc-theme-9047b20712193d174fb3277c5252ce86f54b50c1.tar.xz solarc-theme-9047b20712193d174fb3277c5252ce86f54b50c1.zip |
cinnamon 3.2: fix panel launcher styling (#695)
Diffstat (limited to 'common/cinnamon/sass')
-rw-r--r-- | common/cinnamon/sass/_common.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss index e83a08a..51dd4bc 100644 --- a/common/cinnamon/sass/_common.scss +++ b/common/cinnamon/sass/_common.scss @@ -1497,7 +1497,8 @@ StScrollBar { } } -.panel-launcher { +.panel-launcher, +.launcher { margin: 1px; padding: 1px; transition-duration: 200; @@ -1508,6 +1509,8 @@ StScrollBar { .panel-bottom & { border-bottom-width: 1px; } .panel-top & { border-top-width: 1px; } + .panel-left & { border-left-width: 1px; padding-left: 0; } + .panel-right & { border-right-width: 1px; padding-right: 0; } } } |