Initial commit
This commit is contained in:
35
gtk-3.0/widgets/calendar.css
Executable file
35
gtk-3.0/widgets/calendar.css
Executable file
@@ -0,0 +1,35 @@
|
||||
/************
|
||||
* Calendar *
|
||||
************/
|
||||
GtkCalendar {
|
||||
padding: 1px 4px 2px 4px;
|
||||
}
|
||||
|
||||
GtkCalendar:inconsistent {
|
||||
color: mix(@fg_color, @bg_color, 0.5);
|
||||
}
|
||||
|
||||
GtkCalendar.view,
|
||||
GtkCalendar.header,
|
||||
GtkCalendar.button,
|
||||
GtkCalendar.button:hover,
|
||||
GtkCalendar.button:insensitive {
|
||||
border-width: 0;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.highlight,
|
||||
GtkCalendar.highlight {
|
||||
border-width: 0;
|
||||
background-color: transparent;
|
||||
color: @selected_bg_color;
|
||||
}
|
||||
|
||||
GtkCalendar:selected {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
GtkCalendar:selected:selected {
|
||||
background-color: @selected_bg_color;
|
||||
}
|
||||
Reference in New Issue
Block a user