[gnome-shell] theme: consistent focus & hover for system menu & popup menu
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: consistent focus & hover for system menu & popup menu
- Date: Tue, 10 Mar 2015 20:05:59 +0000 (UTC)
commit f96077bd0f600aa8a2190caad63964cbd54864af
Author: Jakub Steiner <jimmac gmail com>
Date: Tue Mar 10 21:05:21 2015 +0100
theme: consistent focus & hover for system menu & popup menu
- while I'd prefer to use the selected_bg_color for menus,
we need to be somewhat consistent with the choice
https://bugzilla.gnome.org/show_bug.cgi?id=745246
data/theme/gnome-shell-high-contrast.css | 8 ++++----
data/theme/gnome-shell-sass | 2 +-
data/theme/gnome-shell.css | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 9e12599..50f9bc1 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -397,7 +397,7 @@ StScrollBar {
background-color: rgba(255, 255, 255, 0.1);
color: #fff; }
.popup-menu .popup-menu-item:active {
- background-color: #1c5187;
+ background-color: #215d9c;
color: #ffffff; }
.popup-menu .popup-menu-item:insensitive {
color: rgba(255, 255, 255, 0.5); }
@@ -792,12 +792,12 @@ StScrollBar {
padding: 13px;
border: 1px solid #0d0d0d; }
.system-menu-action:hover, .system-menu-action:focus {
- color: #ffffff;
- background-color: #215d9c;
+ background-color: rgba(255, 255, 255, 0.1);
+ color: #fff;
border: none;
padding: 14px; }
.system-menu-action:active {
- background-color: #1c5187;
+ background-color: #215d9c;
color: #ffffff; }
.system-menu-action > StIcon {
icon-size: 16px; }
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 910ff95..6f76116 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 910ff9529360ba67d3d4f135874ff7eebc3f3df2
+Subproject commit 6f76116373be69506ac86829c14f37602aea8204
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 24ab849..2025143 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -397,7 +397,7 @@ StScrollBar {
background-color: rgba(238, 238, 236, 0.1);
color: #eeeeec; }
.popup-menu .popup-menu-item:active {
- background-color: #1c5187;
+ background-color: #215d9c;
color: #ffffff; }
.popup-menu .popup-menu-item:insensitive {
color: rgba(238, 238, 236, 0.5); }
@@ -792,12 +792,12 @@ StScrollBar {
padding: 13px;
border: 1px solid #282c2c; }
.system-menu-action:hover, .system-menu-action:focus {
- color: #ffffff;
- background-color: #215d9c;
+ background-color: rgba(238, 238, 236, 0.1);
+ color: #eeeeec;
border: none;
padding: 14px; }
.system-menu-action:active {
- background-color: #1c5187;
+ background-color: #215d9c;
color: #ffffff; }
.system-menu-action > StIcon {
icon-size: 16px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]