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:
@@ -1058,7 +1058,7 @@ toolbar {
|
|||||||
padding: $space-size;
|
padding: $space-size;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0 1px 1px;
|
border-width: 0 1px 1px;
|
||||||
border-color: $divider;
|
border-color: $border;
|
||||||
background-color: $base-alt;
|
background-color: $base-alt;
|
||||||
|
|
||||||
.frame & {
|
.frame & {
|
||||||
|
@@ -16,7 +16,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
buttonbox.inline-toolbar {
|
buttonbox.inline-toolbar {
|
||||||
border-style: none none solid;
|
border: none;
|
||||||
|
border-bottom: 1px solid $border;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
@@ -112,6 +113,8 @@ dialog.background {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.flat.switcher { @extend %circular-button; }
|
||||||
|
|
||||||
treeview.view.sidebar {
|
treeview.view.sidebar {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
background: none;
|
background: none;
|
||||||
@@ -936,7 +939,7 @@ image.raven-mpris {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.background {
|
&.background {
|
||||||
border-radius: $window-radius;
|
border-radius: $window-radius + $space-size;
|
||||||
|
|
||||||
@if $rimless == 'true' {
|
@if $rimless == 'true' {
|
||||||
box-shadow: inset 0 1px highlight($surface);
|
box-shadow: inset 0 1px highlight($surface);
|
||||||
@@ -947,7 +950,7 @@ image.raven-mpris {
|
|||||||
|
|
||||||
&.background.csd > decoration {
|
&.background.csd > decoration {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: $window-radius;
|
border-radius: $window-radius + $space-size;
|
||||||
|
|
||||||
@if $rimless == 'true' {
|
@if $rimless == 'true' {
|
||||||
box-shadow: $shadow-z16;
|
box-shadow: $shadow-z16;
|
||||||
|
Reference in New Issue
Block a user