mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 21:38:38 -07:00
update
This commit is contained in:
@@ -1687,9 +1687,10 @@ headerbar {
|
|||||||
|
|
||||||
&.default-decoration {
|
&.default-decoration {
|
||||||
min-height: $medium-size;
|
min-height: $medium-size;
|
||||||
// padding: $space-size;
|
padding: 0;
|
||||||
box-shadow: inset 0 1px highlight($titlebar);
|
box-shadow: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
|
||||||
windowcontrols {
|
windowcontrols {
|
||||||
button,
|
button,
|
||||||
@@ -4791,6 +4792,12 @@ window {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.maximized,
|
||||||
|
&.fullscreen {
|
||||||
|
box-shadow: none;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.solid-csd {
|
&.solid-csd {
|
||||||
@@ -4802,11 +4809,6 @@ window {
|
|||||||
|
|
||||||
&:backdrop { background-color: $titlebar-backdrop; }
|
&:backdrop { background-color: $titlebar-backdrop; }
|
||||||
}
|
}
|
||||||
|
|
||||||
&.ssd {
|
|
||||||
// just doing borders, wm draws actual shadows
|
|
||||||
box-shadow: 0 0 0 1px $border;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Windows button
|
// Windows button
|
||||||
|
Reference in New Issue
Block a user