mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Styled GtcCalendar inconsistent color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user