[gnome-shell/wip/sass: 53/98] theme: more selection color bits
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 53/98] theme: more selection color bits
- Date: Fri, 20 Feb 2015 14:21:39 +0000 (UTC)
commit 5f0030edf7ed7dd63b6fb4802f1f5ed03bf18d18
Author: Jakub Steiner <jimmac gmail com>
Date: Tue Jan 13 13:18:16 2015 +0100
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 fd19cff..2173900 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 65c2f32..1822d83 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; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]