mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
update
This commit is contained in:
@@ -63,7 +63,7 @@ dialog.background {
|
||||
|
||||
list, row { padding: 0; }
|
||||
|
||||
separator { margin: $space-size / 2 0; }
|
||||
separator.horizontal { margin: $space-size / 2 0; }
|
||||
|
||||
border { border: none; }
|
||||
|
||||
@@ -80,15 +80,37 @@ dialog.background {
|
||||
|
||||
// AppMenu (Elementary)
|
||||
scrolledwindow.sidebar:not(.categories) {
|
||||
background-color: $fill;
|
||||
background: none;
|
||||
border-right: none;
|
||||
border-bottom-left-radius: $menu-radius;
|
||||
|
||||
list > row.activatable {
|
||||
list {
|
||||
background-color: $fill;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
treeview.view.sidebar {
|
||||
border-right: none;
|
||||
@@ -98,25 +120,6 @@ dialog.background {
|
||||
&: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
|
||||
.container { padding: 0; }
|
||||
|
||||
@@ -220,9 +223,10 @@ dialog.background {
|
||||
}
|
||||
}
|
||||
|
||||
// &.sound-popover {
|
||||
// separator { margin: $space-size / 2 0; }
|
||||
// }
|
||||
&.sound-popover {
|
||||
.container { padding: 0; }
|
||||
separator { margin: $space-size / 2 0; }
|
||||
}
|
||||
|
||||
// &.caffeine-popover {
|
||||
// }
|
||||
|
@@ -747,7 +747,6 @@ $sidebar-backdrop: if($topbar == 'dark' and $variant == 'light', $titlebar-backd
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ThemeSelector
|
||||
themeselector, // Gnome text editor
|
||||
panelthemeselector { // Gnome builder
|
||||
|
Reference in New Issue
Block a user