1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

cinnamon 3.2: fix panel launcher styling (#695)

This commit is contained in:
Horst3180
2016-11-25 16:34:48 +01:00
parent 8d26ecd888
commit 9047b20712
3 changed files with 36 additions and 9 deletions

View File

@@ -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; }
}
}