mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
update
This commit is contained in:
parent
25b8cbc48f
commit
a1b1bacc1f
@ -46,9 +46,8 @@ $list_shadow: if($variant == 'light',
|
||||
color: $text_color;
|
||||
|
||||
> separator {
|
||||
min-height: 1px;
|
||||
background-color: $borders_color;
|
||||
margin: $container_padding / 2 $container_padding * 2;
|
||||
min-height: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
@ -114,11 +113,13 @@ $list_shadow: if($variant == 'light',
|
||||
border-top-left-radius: $bt_radius;
|
||||
border-bottom-left-radius: $bt_radius;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-top-right-radius: $bt_radius;
|
||||
border-bottom-right-radius: $bt_radius;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
&:only-child {
|
||||
border-radius: $bt_radius;
|
||||
border-style: solid;
|
||||
@ -133,15 +134,18 @@ $list_shadow: if($variant == 'light',
|
||||
%linked_vertical{
|
||||
border-radius: 0;
|
||||
border-bottom-style: none;
|
||||
|
||||
&:first-child {
|
||||
border-top-left-radius: $bt_radius;
|
||||
border-top-right-radius: $bt_radius;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-bottom-left-radius: $bt_radius;
|
||||
border-bottom-right-radius: $bt_radius;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
&:only-child {
|
||||
border-radius: $bt_radius;
|
||||
border-style: solid;
|
||||
|
@ -262,8 +262,10 @@ window.background.csd {
|
||||
|
||||
> stack.background { background-color: $base_color; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
preferencesgroup > box {
|
||||
preferencesgroup > box {
|
||||
button.background-preview-button {
|
||||
padding: $container_padding / 2;
|
||||
outline: 2px solid transparent;
|
||||
@ -308,8 +310,6 @@ window.background.csd {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -350,22 +350,6 @@ window.background {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.current-week {
|
||||
background-color: $fill_color;
|
||||
}
|
||||
|
||||
button.circular.day {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
@extend %flat_button;
|
||||
}
|
||||
|
||||
datechooser navigator > button.flat.pill {
|
||||
padding: 0 $container_padding * 2;
|
||||
min-height: $menuitem_size;
|
||||
min-width: $menuitem_size;
|
||||
}
|
||||
}
|
||||
|
||||
&.maximized, &.tiled {
|
||||
@ -382,6 +366,33 @@ window.background {
|
||||
}
|
||||
}
|
||||
|
||||
datechooser {
|
||||
.current-week {
|
||||
background-color: $fill_color;
|
||||
}
|
||||
|
||||
button.circular.day {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
@extend %flat_button;
|
||||
|
||||
&:selected {
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
|
||||
navigator > button.flat {
|
||||
padding: 0;
|
||||
min-height: $menuitem_size;
|
||||
min-width: $menuitem_size;
|
||||
}
|
||||
}
|
||||
|
||||
agenda-view list.background {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
menubutton.flat.popup.sources-button {
|
||||
margin: 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user