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