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:
@@ -1461,7 +1461,7 @@ button.combo:only-child {
|
|||||||
// searchbar
|
// searchbar
|
||||||
searchbar > revealer > box {
|
searchbar > revealer > box {
|
||||||
padding: $space-size;
|
padding: $space-size;
|
||||||
border-spacing: $space-size;
|
border-spacing: 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0 0 1px;
|
border-width: 0 0 1px;
|
||||||
border-color: $divider;
|
border-color: $divider;
|
||||||
@@ -3537,7 +3537,7 @@ frame {
|
|||||||
|
|
||||||
actionbar > revealer > box {
|
actionbar > revealer > box {
|
||||||
padding: $space-size;
|
padding: $space-size;
|
||||||
border-spacing: $space-size;
|
border-spacing: 0;
|
||||||
box-shadow: inset 0 1px $border;
|
box-shadow: inset 0 1px $border;
|
||||||
background-color: $base;
|
background-color: $base;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
@@ -5211,7 +5211,7 @@ shortcut > .keycap {
|
|||||||
stackswitcher {
|
stackswitcher {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding: $space-size / 2;
|
padding: $space-size / 2;
|
||||||
margin: $space-size 0;
|
// margin: $space-size 0;
|
||||||
border-radius: $corner-radius + $space-size / 2;
|
border-radius: $corner-radius + $space-size / 2;
|
||||||
background-color: $fill;
|
background-color: $fill;
|
||||||
border: none;
|
border: none;
|
||||||
|
Reference in New Issue
Block a user