[gnome-shell/wip/fmuellner/notification-redux+sass: 18/141] theme:	entry selections, parsed css
- From: Florian Müllner <fmuellner src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-shell/wip/fmuellner/notification-redux+sass: 18/141] theme:	entry selections, parsed css
 
- Date: Fri, 20 Feb 2015 12:58:28 +0000 (UTC)
 
commit e1e9511eaa7fd8cbdf9f6950347dd0531bb491ca
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Oct 15 19:15:24 2014 +0200
    theme: entry selections, parsed css
 data/theme/_common.scss    |    3 ++-
 data/theme/gnome-shell.css |    4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 98c1819..e0b45d7 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -66,7 +66,8 @@ StEntry {
   //&:hover { @include entry(hover);}
   &:focus { @include entry(focus,$fc:transparentize($fg_color,0.5));}
   &:insensitive { @include entry(insensitive);}
- 
+  selection-background-color: $selected_bg_color;
+  selected-color: $selected_fg_color;
 }
 
 
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index bb957fa..fef366b 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1342,7 +1342,9 @@ StEntry {
   color: #eeeeec;
   background-color: #292929;
   border-color: #1c1f1f;
-  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4); }
+  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
+  selection-background-color: #215d9c;
+  selected-color: white; }
   StEntry:focus {
     box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
     border-color: rgba(154, 154, 142, 0.5); }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]