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:
@@ -508,8 +508,8 @@ treeview entry {
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
min-width: 16px;
|
min-width: 24px;
|
||||||
padding: ($medium-size - 24px) / 2 ($medium-size - 16px) / 2;
|
padding: ($medium-size - 24px) / 2 ($medium-size - 24px) / 2;
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@extend %button-basic;
|
@extend %button-basic;
|
||||||
|
@@ -288,6 +288,18 @@ window.background:not(.csd) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#TopToolbars .toolbar {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#Statusbar {
|
||||||
|
padding-left: 8px;
|
||||||
|
|
||||||
|
spinbutton {
|
||||||
|
margin: 6px 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#CanvasTable {
|
#CanvasTable {
|
||||||
button {
|
button {
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
.floating-bar {
|
.floating-bar {
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: $base_padding / 2;
|
margin: if($gnome_version == 'default', $base_padding, $base_padding / 2);
|
||||||
border-style: none;
|
border-style: none;
|
||||||
border-radius: $button_radius;
|
border-radius: $button_radius;
|
||||||
background-color: $accent_color;
|
background-color: $accent_color;
|
||||||
|
Reference in New Issue
Block a user