From 5f0030edf7ed7dd63b6fb4802f1f5ed03bf18d18 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Tue, 13 Jan 2015 13:18:16 +0100 Subject: [PATCH] theme: more selection color bits --- data/theme/_common.scss | 4 ++-- data/theme/gnome-shell.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/theme/_common.scss b/data/theme/_common.scss index fd19cff8a..217390036 100644 --- a/data/theme/_common.scss +++ b/data/theme/_common.scss @@ -548,11 +548,11 @@ StScrollBar { &:hover, &:focus { color: lighten($fg_color, 10%); - background-color: lighten($bg_color,10%); + background-color: $selected_bg_color; border: none; padding: 14px; } - &:active { background-color: lighten($borders_color,5%); } + &:active { background-color: darken($selected_bg_color,5%); } & > StIcon { icon-size: 16px; } } diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 65c2f3256..1822d83b3 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1114,11 +1114,11 @@ StScrollBar { border: 1px solid #282c2c; } .system-menu-action:hover, .system-menu-action:focus { color: white; - background-color: #515a5a; + background-color: #215d9c; border: none; padding: 14px; } .system-menu-action:active { - background-color: #282c2c; } + background-color: #1c5187; } .system-menu-action > StIcon { icon-size: 16px; }