From 4df2426eaa1992fa8c02c5b050869e0c189e34b2 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 23 May 2015 09:27:51 +0200 Subject: gnome-shell: readable focused calendar day --- gnome-shell/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnome-shell/_common.scss') diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index dd0ef43..a7ebf69 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -1040,8 +1040,8 @@ StScrollBar { &:hover, &:focus { background-color: transparentize(black, 0.9); } &:active { - color: $selected_fg_color; - background-color: lighten($header_bg, 15%); + color: $fg_color; + background-color: transparentize(black, 0.85); border-width: 0; //avoid jumparound due to today } -- cgit v1.2.3