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:
@@ -7,11 +7,12 @@ columnview {
|
|||||||
|
|
||||||
> header > button {
|
> header > button {
|
||||||
@extend %undecorated_button;
|
@extend %undecorated_button;
|
||||||
padding: $base_padding / 2 $base_padding;
|
padding: $base_padding / 2 $base_padding * 1.5;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
border-left: 1px solid $border_color;
|
border-left: 1px solid $border_color;
|
||||||
|
border-bottom: 1px solid $border_color;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
|
@@ -226,9 +226,8 @@ treeview.view {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> header > button {
|
> header > button {
|
||||||
padding-left: 4px;
|
padding-left: $base_padding;
|
||||||
padding-right: 4px;
|
padding-right: $base_padding;
|
||||||
border-bottom: 1px solid $border_color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.progressbar { // progress bar in treeviews
|
&.progressbar { // progress bar in treeviews
|
||||||
|
Reference in New Issue
Block a user