mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
Fixed #144
This commit is contained in:
@@ -245,7 +245,7 @@ StScrollBar {
|
|||||||
// Tooltip
|
// Tooltip
|
||||||
//
|
//
|
||||||
#Tooltip {
|
#Tooltip {
|
||||||
border-radius: $circular-radius;
|
border-radius: $window-radius;
|
||||||
padding: $space-size $space-size * 2;
|
padding: $space-size $space-size * 2;
|
||||||
background-color: $tooltip;
|
background-color: $tooltip;
|
||||||
color: on($tooltip);
|
color: on($tooltip);
|
||||||
@@ -886,11 +886,10 @@ $menu_item_radius: $corner-radius;
|
|||||||
.calendar-event-button {
|
.calendar-event-button {
|
||||||
margin: $space-size 0 $space-size 0;
|
margin: $space-size 0 $space-size 0;
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
|
background-color: $fill;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-gradient-direction: vertical;
|
background-color: $divider;
|
||||||
background-gradient-start: $fill;
|
|
||||||
background-gradient-end: $fill;
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user