mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-17 13:57:55 -07:00
Fixed budgie issues
This commit is contained in:
@@ -779,6 +779,25 @@ image.raven-mpris {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.raven-notifications-group {
|
||||||
|
.raven-notifications-group-header {
|
||||||
|
padding-left: $space-size;
|
||||||
|
}
|
||||||
|
|
||||||
|
list > row {
|
||||||
|
border-radius: $corner-radius;
|
||||||
|
padding: $space-size;
|
||||||
|
|
||||||
|
.notification-clone {
|
||||||
|
padding-left: $space-size;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.flat {
|
||||||
|
@extend %circular-button;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Notifications
|
// Notifications
|
||||||
.budgie-notification-window { background-color: transparent; }
|
.budgie-notification-window { background-color: transparent; }
|
||||||
|
|
||||||
@@ -820,15 +839,12 @@ image.raven-mpris {
|
|||||||
border-radius: $window-radius;
|
border-radius: $window-radius;
|
||||||
box-shadow: $shadow-z4, inset 0 1px highlight($surface);
|
box-shadow: $shadow-z4, inset 0 1px highlight($surface);
|
||||||
background-color: $surface;
|
background-color: $surface;
|
||||||
|
|
||||||
button { @extend %button-flat-simple; }
|
|
||||||
|
|
||||||
.linked > button { border-radius: $window-radius; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
%budgie_dialog {
|
%budgie_dialog {
|
||||||
background-color: $surface;
|
background-color: $surface;
|
||||||
border: none;
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
> box > grid {
|
> box > grid {
|
||||||
@@ -842,11 +858,11 @@ image.raven-mpris {
|
|||||||
.budgie-run-dialog {
|
.budgie-run-dialog {
|
||||||
@extend %budgie_dialog;
|
@extend %budgie_dialog;
|
||||||
|
|
||||||
&.background, & > decoration {
|
&.background, > decoration {
|
||||||
border-radius: $window-radius;
|
border-radius: $window-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > decoration {
|
> decoration {
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: $shadow-z16, 0 0 0 1px $window-border;
|
box-shadow: $shadow-z16, 0 0 0 1px $window-border;
|
||||||
}
|
}
|
||||||
@@ -856,7 +872,7 @@ image.raven-mpris {
|
|||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linked.horizontal > button {
|
.linked > button {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
border-top: 1px solid $divider;
|
border-top: 1px solid $divider;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@@ -867,6 +883,21 @@ image.raven-mpris {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Power Dialog
|
||||||
|
.budgie-power-dialog {
|
||||||
|
.titlebar {
|
||||||
|
&, &:backdrop {
|
||||||
|
background-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.background.csd {
|
||||||
|
border-radius: $window-radius;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// PolKit Dialog
|
// PolKit Dialog
|
||||||
.budgie-polkit-dialog {
|
.budgie-polkit-dialog {
|
||||||
.message { color: $text-secondary; }
|
.message { color: $text-secondary; }
|
||||||
|
Reference in New Issue
Block a user