mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
update
This commit is contained in:
@@ -63,7 +63,7 @@ dialog.background {
|
|||||||
|
|
||||||
list, row { padding: 0; }
|
list, row { padding: 0; }
|
||||||
|
|
||||||
separator { margin: $space-size / 2 0; }
|
separator.horizontal { margin: $space-size / 2 0; }
|
||||||
|
|
||||||
border { border: none; }
|
border { border: none; }
|
||||||
|
|
||||||
@@ -80,13 +80,35 @@ dialog.background {
|
|||||||
|
|
||||||
// AppMenu (Elementary)
|
// AppMenu (Elementary)
|
||||||
scrolledwindow.sidebar:not(.categories) {
|
scrolledwindow.sidebar:not(.categories) {
|
||||||
background-color: $fill;
|
background: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-bottom-left-radius: $menu-radius;
|
|
||||||
|
|
||||||
list > row.activatable {
|
list {
|
||||||
@extend %row_activatable;
|
background-color: $fill;
|
||||||
padding: $space-size ($space-size + 2px);
|
border-radius: $corner-radius / 2;
|
||||||
|
padding: $space-size / 2 0;
|
||||||
|
|
||||||
|
> row.activatable {
|
||||||
|
@extend %row_activatable;
|
||||||
|
padding: $space-size ($space-size + 2px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
scrolledwindow.sidebar + separator {
|
||||||
|
margin: 0;
|
||||||
|
background-color: transparent;
|
||||||
|
min-width: 0;
|
||||||
|
min-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
scrolledwindow.sidebar + separator + scrolledwindow {
|
||||||
|
margin-left: $space-size / 2;
|
||||||
|
|
||||||
|
list {
|
||||||
|
> row.activatable {
|
||||||
|
border-radius: $corner-radius / 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -98,25 +120,6 @@ dialog.background {
|
|||||||
&:selected { background-color: $overlay-active; }
|
&:selected { background-color: $overlay-active; }
|
||||||
}
|
}
|
||||||
|
|
||||||
&.bottom scrolledwindow.sidebar:not(.categories) {
|
|
||||||
padding-top: $menu-radius;
|
|
||||||
border-top-left-radius: $menu-radius;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
> frame.container > grid.horizontal > grid.horizontal {
|
|
||||||
> widget > grid.horizontal > stack {
|
|
||||||
border-top: 1px solid $divider;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.bottom > frame.container > grid.horizontal > grid.horizontal {
|
|
||||||
> widget > grid.horizontal > stack {
|
|
||||||
border-top: none;
|
|
||||||
border-bottom: 1px solid $divider;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.budgie-menu { // Budgie AppMenu
|
&.budgie-menu { // Budgie AppMenu
|
||||||
.container { padding: 0; }
|
.container { padding: 0; }
|
||||||
|
|
||||||
@@ -220,9 +223,10 @@ dialog.background {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// &.sound-popover {
|
&.sound-popover {
|
||||||
// separator { margin: $space-size / 2 0; }
|
.container { padding: 0; }
|
||||||
// }
|
separator { margin: $space-size / 2 0; }
|
||||||
|
}
|
||||||
|
|
||||||
// &.caffeine-popover {
|
// &.caffeine-popover {
|
||||||
// }
|
// }
|
||||||
|
@@ -747,7 +747,6 @@ $sidebar-backdrop: if($topbar == 'dark' and $variant == 'light', $titlebar-backd
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ThemeSelector
|
// ThemeSelector
|
||||||
themeselector, // Gnome text editor
|
themeselector, // Gnome text editor
|
||||||
panelthemeselector { // Gnome builder
|
panelthemeselector { // Gnome builder
|
||||||
|
Reference in New Issue
Block a user