Styled GtcCalendar inconsistent color
parent
4c473b423c
commit
47cfb8c8fc
|
@ -481,6 +481,10 @@ GtkCalendar {
|
|||
padding: 3px;
|
||||
}
|
||||
|
||||
GtkCalendar:inconsistent {
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
||||
}
|
||||
|
||||
GtkCalendar.view,
|
||||
GtkCalendar.header,
|
||||
GtkCalendar.button,
|
||||
|
@ -907,6 +911,10 @@ GtkTreeMenu .menuitem * {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
.menuitem GtkCalendar:inconsistent {
|
||||
color: mix(@menu_fg_color, @menu_bg_color, 0.5);
|
||||
}
|
||||
|
||||
.menuitem GtkCalendar.button {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Reference in New Issue