This commit is contained in:
vinceliuice 2024-04-18 16:20:47 +08:00
parent 553e1e4ccd
commit 74dfccef21

View File

@ -70,7 +70,7 @@ stage {
// Entries // Entries
// //
%entry { %entry {
padding: 7px; padding: 6px;
caret-size: 1px; caret-size: 1px;
selection-background-color: $selected_bg_color; selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color; selected-color: $selected_fg_color;
@ -903,14 +903,20 @@ StScrollBar {
} }
.calendar-event-button { .calendar-event-button {
margin: 6px 0 6px 0; margin: 6px 0;
border-radius: $bt_radius; border-radius: $bt_radius;
background-color: $fill_color;
&:hover { &:hover {
background-gradient-direction: vertical; background-gradient-direction: none;
background-gradient-start: $fill_color;;
background-gradient-end: $fill_color;
box-shadow: none; box-shadow: none;
background-color: $divider_color;
}
&:active {
background-gradient-direction: none;
box-shadow: none;
background-color: $track_color;
} }
} }
@ -1471,8 +1477,8 @@ StScrollBar {
} }
#menu-search-entry { #menu-search-entry {
width: 250px; min-width: 250px;
height: 15px; min-height: 16px;
font-weight: normal; font-weight: normal;
caret-color: $fg_color; caret-color: $fg_color;