[gnome-shell/wip/sass: 81/90] theme: system-menu-action colors
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 81/90] theme: system-menu-action colors
- Date: Wed, 18 Feb 2015 20:47:11 +0000 (UTC)
commit 8c3e92a91a55679c08ab4c3d932945bc97e1fe62
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Feb 9 16:25:40 2015 +0100
theme: system-menu-action colors
data/theme/_common.scss | 2 +-
data/theme/gnome-shell-high-contrast.css | 2 +-
data/theme/gnome-shell.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 0a6c12c..93ca0a8 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -842,7 +842,7 @@ StScrollBar {
border: 1px solid lighten($borders_color,5%);
&:hover, &:focus {
- color: lighten($fg_color, 10%);
+ color: $selected_fg_color;
background-color: $selected_bg_color;
border: none;
padding: 14px;
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index ef15286..ca49065 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -729,7 +729,7 @@ StScrollBar {
padding: 13px;
border: 1px solid #0d0d0d; }
.system-menu-action:hover, .system-menu-action:focus {
- color: white;
+ color: #ffffff;
background-color: #215d9c;
border: none;
padding: 14px; }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 50a196d..99713c7 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -729,7 +729,7 @@ StScrollBar {
padding: 13px;
border: 1px solid #282c2c; }
.system-menu-action:hover, .system-menu-action:focus {
- color: white;
+ color: #ffffff;
background-color: #215d9c;
border: none;
padding: 14px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]