Added an icon to the calendar widget in the bar. (#181)
* Added an icon to the calendar widget in the bar. * Updated themes for calendar icon.
This commit is contained in:
@@ -175,6 +175,11 @@ $transparency-value-hover: 1 - $bar-button-background-hover-opacity-ratio;
|
||||
background-color: transparentize(if($bar-buttons-monochrome, $bar-buttons-hover, $bar-buttons-windowtitle-hover), $transparency-value);
|
||||
color: $bar-buttons-windowtitle-icon_background;
|
||||
}
|
||||
|
||||
.clock.bar-button-icon {
|
||||
background-color: transparentize(if($bar-buttons-monochrome, $bar-buttons-hover, $bar-buttons-clock-hover), $transparency-value);
|
||||
color: $bar-buttons-clock-icon_background;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user