New Setup 📦
This commit is contained in:
parent
d16174b447
commit
415dbd08a1
10194 changed files with 1368647 additions and 4 deletions
35
themes/gtk/Dracula/gtk-3.0/widgets/calendar.css
Executable file
35
themes/gtk/Dracula/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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue