diff --git a/src/sass/gtk/apps/_budgie.scss b/src/sass/gtk/apps/_budgie.scss index 78403373..4c1885c9 100644 --- a/src/sass/gtk/apps/_budgie.scss +++ b/src/sass/gtk/apps/_budgie.scss @@ -511,7 +511,7 @@ window.budgie-popover:not(.csd) { } .workspace-icon-button { - .budgie-panel & { // to overwrite the .budgie-panel button style below + .budgie-panel.background & { // to overwrite the .budgie-panel button style below min-height: 24px; min-width: 24px; padding: 0; @@ -1227,6 +1227,21 @@ $raven_shadow: 0 0 3px 0 rgba(black, 0.2), 0 0 8px 0 rgba(black, 0.15), 0 0 16px } } } + + .raven-notifications-group { + .raven-notifications-group-header { + padding-left: $container_padding; + } + + list > row { + border-radius: $bt_radius; + padding: $container_padding; + + .notification-clone { + padding-left: $container_padding; + } + } + } } // some specific scale styling @@ -1416,6 +1431,22 @@ window.budgie-switcher-window { } } +// Power Dialog +.budgie-power-dialog { + .titlebar { + &, &:backdrop { + background-color: transparent; + box-shadow: none; + border: none; + } + } + + &.background.csd { + border-radius: $wm_radius; + box-shadow: inset 0 0 0 1px $highlight_color; + } +} + // PolKit Dialog .budgie-polkit-dialog { .message { color: gtkalpha(currentColor, 0.6); }