mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 12:02:09 +02:00
35
home/system/theme/gtk/gtk-3.20/widgets/calendar.css
Normal file
35
home/system/theme/gtk/gtk-3.20/widgets/calendar.css
Normal file
@@ -0,0 +1,35 @@
|
||||
/************
|
||||
* Calendar *
|
||||
***********/
|
||||
calendar {
|
||||
padding: 1px;
|
||||
border: 2px solid @bg_color;
|
||||
border-radius: 4px;
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
calendar:disabled {
|
||||
color: shade(@selected_fg_color, 0.8) ;
|
||||
}
|
||||
|
||||
calendar:selected {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
calendar.header {
|
||||
border: none;
|
||||
background-color: @tooltip_bg_color;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
calendar:indeterminate {
|
||||
color: alpha(currentColor, 0.4);
|
||||
}
|
||||
|
||||
calendar.highlight {
|
||||
background-color: alpha(@selected_bg_color, 0.1);
|
||||
color: @selected_fg_color;
|
||||
font-weight: 100;
|
||||
border-radius: 3px;
|
||||
padding: 2px
|
||||
}
|
||||
Reference in New Issue
Block a user