mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-07 07:53:07 +00:00
update
This commit is contained in:
parent
c1bb5727de
commit
d8eb753f37
@ -117,12 +117,12 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
|
|||||||
/* Calendar */
|
/* Calendar */
|
||||||
.calendar {
|
.calendar {
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: 0 1px 2px rgba(black, 0.02) !important;
|
box-shadow: none !important;
|
||||||
background-color: $popover_bubble_bg;
|
background-color: transparent;
|
||||||
padding: $base_padding * 2 !important;
|
padding: $base_padding !important;
|
||||||
margin: 0 $base_padding + $base_margin + 4px !important;
|
margin: 0 4px !important;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
border-radius: $mn_radius;
|
// border-radius: $base_border_radius;
|
||||||
|
|
||||||
// month
|
// month
|
||||||
.calendar-month-label {
|
.calendar-month-label {
|
||||||
@ -188,11 +188,11 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.calendar-day-heading { //day of week heading
|
&.calendar-day-heading { //day of week heading
|
||||||
width: $menuitem_size;
|
width: $menuitem_size !important;
|
||||||
height: $menuitem_size - 7px;
|
height: $menuitem_size - 6px !important;
|
||||||
margin-top: 2px;
|
margin-top: 6px !important;
|
||||||
padding: 7px 0 0;
|
padding: 0 !important;
|
||||||
border-radius: $circular_radius;
|
// border-radius: $circular_radius;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $hint_fg_color;
|
color: $hint_fg_color;
|
||||||
@include font(caption);
|
@include font(caption);
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
.quick-toggle-arrow {
|
.quick-toggle-arrow {
|
||||||
background-color: $fill_color !important;
|
background-color: $fill_color !important;
|
||||||
padding: $base_padding $base_padding * 1.75;
|
padding: 0 $base_padding * 2.5;
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: $divider_color !important;
|
background-color: $divider_color !important;
|
||||||
@ -115,7 +115,7 @@
|
|||||||
background-color: $menu_bg !important;
|
background-color: $menu_bg !important;
|
||||||
color: $text_color !important;
|
color: $text_color !important;
|
||||||
border-radius: $base_border_radius * 3;
|
border-radius: $base_border_radius * 3;
|
||||||
padding: $base_padding * 2;
|
padding: $base_padding * 3;
|
||||||
margin: $base_padding * 2 $base_padding * 6 0;
|
margin: $base_padding * 2 $base_padding * 6 0;
|
||||||
|
|
||||||
.popup-menu-item {
|
.popup-menu-item {
|
||||||
@ -131,14 +131,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& .header {
|
& .header {
|
||||||
spacing-rows: 0.5 * $base_padding;
|
spacing-rows: 0.5 * $container_padding;
|
||||||
spacing-columns: $base_padding * 2;
|
spacing-columns: $container_padding * 2;
|
||||||
padding-bottom: 2 * $base_padding;
|
padding-bottom: 2 * $container_padding;
|
||||||
|
|
||||||
& .icon {
|
& .icon {
|
||||||
icon-size: $base_icon_size * 1.5; // a non-standard symbolic size but ok
|
icon-size: $base_icon_size * 1.5; // a non-standard symbolic size but ok
|
||||||
border-radius: $circular_radius;
|
border-radius: $circular_radius;
|
||||||
padding: 1.5 * $base_padding;
|
padding: 1.5 * $container_padding;
|
||||||
background-color: $divider_color !important;
|
background-color: $divider_color !important;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
@ -146,6 +146,14 @@
|
|||||||
color: $light_fg_color;
|
color: $light_fg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& .title {
|
||||||
|
@include font(title);
|
||||||
|
}
|
||||||
|
|
||||||
|
& .subtitle {
|
||||||
|
@include font(body-1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -156,8 +164,8 @@
|
|||||||
background-color: $fill_color;
|
background-color: $fill_color;
|
||||||
color: $text_color;
|
color: $text_color;
|
||||||
border-radius: $circular_radius;
|
border-radius: $circular_radius;
|
||||||
min-height: 24px !important;
|
min-height: $menuitem_size !important;
|
||||||
min-width: 24px !important;
|
min-width: $menuitem_size !important;
|
||||||
// padding: $container_padding;
|
// padding: $container_padding;
|
||||||
|
|
||||||
&:hover { @include button(flat-hover); }
|
&:hover { @include button(flat-hover); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user