[gnome-shell/wip/fmuellner/notification-redux+sass: 44/141] theme: more selection color bits
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux+sass: 44/141] theme: more selection color bits
- Date: Thu, 19 Feb 2015 20:58:33 +0000 (UTC)
commit 1f4d4d06334cdf8afaceea7c9368e0cefa13333b
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]