1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

Budgie improvements (#61)

* Change the workspace switcher styling on Budgie

* Add Raven top padding so that the buttons are seperated from the panel

Before the buttons were directly under the panel, which looked kinda
buggy, because people are used to the fact that buttons have some space
around.
This commit is contained in:
Tim Klocke 2018-03-18 09:59:00 -03:00 committed by David Mohammed
parent 51d88f10d2
commit 906add80b4

View File

@ -237,7 +237,7 @@ $z-depth-4: rgba(0, 0, 0, 0.34);
// main menu styling
.workspace-switcher {
.workspace-layout {
border: 0 solid $bg_color;
border: 0 solid $panel_bg;
.top &,
.bottom & {
@ -252,7 +252,7 @@ $z-depth-4: rgba(0, 0, 0, 0.34);
.workspace-item,
.workspace-add-button {
border: 0 solid $bg_color;
border: 0 solid darken($panel_bg, 5%);
.top &,
.bottom & {
@ -267,7 +267,7 @@ $z-depth-4: rgba(0, 0, 0, 0.34);
.workspace-item {
&.current-workspace { background-color: $bg_color; }
&.current-workspace { background-color: darken($panel_bg, 5%); }
}
.workspace-add-button {
@ -426,7 +426,7 @@ frame.raven-frame > border {
.raven {
background-color: $bg_color;
color: $fg_color;
padding: 0;
padding: $container_padding 0 0 0;
border: none;
.raven-header {