mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
35
home/system/gtk/theme/gtk-3.0/widgets/calendar.css
Normal file
35
home/system/gtk/theme/gtk-3.0/widgets/calendar.css
Normal file
@@ -0,0 +1,35 @@
|
||||
/***********
|
||||
* calendar *
|
||||
************/
|
||||
GtkCalendar {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
GtkCalendar:inconsistent {
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.3);
|
||||
}
|
||||
|
||||
GtkCalendar.view,
|
||||
GtkCalendar.header {
|
||||
border-radius: 0;
|
||||
background-color: @theme_bg_color;
|
||||
border-width: 0;
|
||||
}
|
||||
GtkCalendar.button,
|
||||
GtkCalendar.button:focus,
|
||||
GtkCalendar.button:hover,
|
||||
GtkCalendar.button:hover:focus,
|
||||
GtkCalendar.button:active:focus,
|
||||
GtkCalendar.button:insensitive {
|
||||
color: @theme_fg_color;
|
||||
border-width: 0;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.highlight,
|
||||
GtkCalendar.highlight {
|
||||
border-width: 0;
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
Reference in New Issue
Block a user