mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 13:28:38 -07:00
update
This commit is contained in:
@@ -88,6 +88,7 @@
|
|||||||
background-color: $button !important;
|
background-color: $button !important;
|
||||||
padding: $base_padding $base_padding * 1.75;
|
padding: $base_padding $base_padding * 1.75;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
color: $text;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $divider !important;
|
background-color: $divider !important;
|
||||||
|
@@ -1695,9 +1695,9 @@ menubar,
|
|||||||
// otherwise the background bleeds out of the menu edges
|
// otherwise the background bleeds out of the menu edges
|
||||||
.background.popup { background-color: transparent; }
|
.background.popup { background-color: transparent; }
|
||||||
|
|
||||||
menu,
|
// .menu,
|
||||||
.menu,
|
// .context-menu,
|
||||||
.context-menu {
|
menu {
|
||||||
margin: $space-size; // See https://bugzilla.gnome.org/show_bug.cgi?id=591258
|
margin: $space-size; // See https://bugzilla.gnome.org/show_bug.cgi?id=591258
|
||||||
padding: $space-size;
|
padding: $space-size;
|
||||||
background-color: $surface;
|
background-color: $surface;
|
||||||
@@ -1780,8 +1780,8 @@ menu,
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.bottom {
|
&.bottom {
|
||||||
margin-top: 4px * 2;
|
margin-top: 8px;
|
||||||
margin-bottom: -4px * 3;
|
margin-bottom: -12px;
|
||||||
// border-top: 1px solid $divider;
|
// border-top: 1px solid $divider;
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
|
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
|
||||||
@@ -3695,8 +3695,9 @@ colorchooser .popover.osd {
|
|||||||
* Window Decorations *
|
* Window Decorations *
|
||||||
**********************/
|
**********************/
|
||||||
decoration {
|
decoration {
|
||||||
transition: $transition-shadow;
|
transition: none;
|
||||||
border-radius: $window-radius;
|
border-radius: $window-radius;
|
||||||
|
border: none;
|
||||||
|
|
||||||
@if $rimless == 'true' {
|
@if $rimless == 'true' {
|
||||||
box-shadow: $shadow-z16, 0 0 36px transparent;
|
box-shadow: $shadow-z16, 0 0 36px transparent;
|
||||||
@@ -3713,14 +3714,15 @@ decoration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// this is used for the resize cursor area
|
// this is used for the resize cursor area
|
||||||
margin: 8px;
|
margin: 10px;
|
||||||
|
|
||||||
&:backdrop {
|
&:backdrop {
|
||||||
|
transition: $transition-shadow;
|
||||||
|
|
||||||
// the transparent shadow here is to enforce that the shadow extents don't
|
// the transparent shadow here is to enforce that the shadow extents don't
|
||||||
// change when we go to backdrop, to prevent jumping windows.
|
// change when we go to backdrop, to prevent jumping windows.
|
||||||
// The biggest shadow should be in the same order then in the active state
|
// The biggest shadow should be in the same order then in the active state
|
||||||
// or the jumping will happen during the transition.
|
// or the jumping will happen during the transition.
|
||||||
|
|
||||||
@if $rimless == 'true' {
|
@if $rimless == 'true' {
|
||||||
box-shadow: $shadow-z4, 0 0 36px transparent;
|
box-shadow: $shadow-z4, 0 0 36px transparent;
|
||||||
} @else {
|
} @else {
|
||||||
@@ -3728,14 +3730,18 @@ decoration {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.maximized &,
|
|
||||||
.fullscreen &,
|
|
||||||
.tiled &,
|
.tiled &,
|
||||||
.tiled-top &,
|
.tiled-top &,
|
||||||
.tiled-right &,
|
.tiled-right &,
|
||||||
.tiled-bottom &,
|
.tiled-bottom &,
|
||||||
.tiled-left & { border-radius: 0; }
|
.tiled-left & { border-radius: 0; }
|
||||||
|
|
||||||
|
.maximized &,
|
||||||
|
.fullscreen & {
|
||||||
|
border-radius: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
.popup & {
|
.popup & {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
@@ -106,8 +106,11 @@ window.background.chromium {
|
|||||||
menubar,
|
menubar,
|
||||||
headerbar { color: $titlebar-text-secondary; }
|
headerbar { color: $titlebar-text-secondary; }
|
||||||
|
|
||||||
// Workaround for non-animatable buttons in headerbar
|
headerbar.titlebar {
|
||||||
headerbar button:active { background-color: $overlay-active; }
|
padding: 0 $space-size * 2;
|
||||||
|
|
||||||
|
button:active { background-color: $overlay-active; } // Workaround for non-animatable buttons in headerbar
|
||||||
|
}
|
||||||
|
|
||||||
spinner { color: $primary; }
|
spinner { color: $primary; }
|
||||||
|
|
||||||
|
@@ -24,8 +24,12 @@
|
|||||||
|
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
padding: 0;
|
padding: 0 $space-size;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
|
&.flat.toggle {
|
||||||
|
padding: 0 $space-size;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tasklist button {
|
.tasklist button {
|
||||||
|
Reference in New Issue
Block a user