diff options
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained-dark.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained-dark.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-dark.css b/common/gtk-3.0/3.18/gtk-contained-dark.css index 5461810..080ee74 100644 --- a/common/gtk-3.0/3.18/gtk-contained-dark.css +++ b/common/gtk-3.0/3.18/gtk-contained-dark.css @@ -2649,8 +2649,11 @@ GtkCalendar { border: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { color: #D3DAE3; } - GtkCalendar.highlight { + GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #D3DAE3; + background-color: #2d3036; } /*********** * Dialogs * |