[gnome-shell/wip/sass: 54/63] 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: 54/63] theme: system-menu-action colors
- Date: Wed, 18 Feb 2015 21:11:32 +0000 (UTC)
commit 9f313af7d7316b00de3157fe400f3814d2dc2177
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 1a30c80..c3c377e 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 d0d4d17..5806655 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 3f831d3..c4e5f57 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]