mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
Fixed budgie issues
This commit is contained in:
parent
67f1eaaa39
commit
b12021dfc3
@ -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); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user