[gnome-shell] legacyTray: Minor style update
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] legacyTray: Minor style update
- Date: Fri, 13 Mar 2015 16:16:57 +0000 (UTC)
commit cc9093f118ef3c44f70e186dacd312dcaca0bf77
Author: Florian Müllner <fmuellner gnome org>
Date: Wed Mar 11 21:14:43 2015 +0100
legacyTray: Minor style update
- move whitespace into buttons for Fitts'ability
- add focus/hover highlights
https://bugzilla.gnome.org/show_bug.cgi?id=746022
data/theme/gnome-shell-high-contrast.css | 17 ++++++++++++++---
data/theme/gnome-shell-sass | 2 +-
data/theme/gnome-shell.css | 17 ++++++++++++++---
3 files changed, 29 insertions(+), 7 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index e127622..47d57d9 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1338,12 +1338,23 @@ StScrollBar {
border-radius: 6px 0 0 0;
border-right-width: 0; }
-.legacy-tray-handle StIcon {
- icon-size: 24px; }
+.legacy-tray-handle,
+.legacy-tray-icon {
+ padding: 6px; }
+ .legacy-tray-handle StIcon,
+ .legacy-tray-icon StIcon {
+ icon-size: 24px; }
+ .legacy-tray-handle:hover, .legacy-tray-handle:focus,
+ .legacy-tray-icon:hover,
+ .legacy-tray-icon:focus {
+ background-color: rgba(255, 255, 255, 0.1); }
.legacy-tray-icon-box {
- padding: 6px;
spacing: 12px; }
+ .legacy-tray-icon-box:ltr {
+ padding-left: 12px; }
+ .legacy-tray-icon-box:rtl {
+ padding-right: 12px; }
.legacy-tray-icon-box StButton {
width: 24px;
height: 24px; }
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index d70fb7b..26856c7 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit d70fb7be0ee902875156c58f9e05befe0a9638c6
+Subproject commit 26856c7ad4ab80cef0b4ce9950226ce1193791e0
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 9cb2586..4ee6e3e 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1338,12 +1338,23 @@ StScrollBar {
border-radius: 6px 0 0 0;
border-right-width: 0; }
-.legacy-tray-handle StIcon {
- icon-size: 24px; }
+.legacy-tray-handle,
+.legacy-tray-icon {
+ padding: 6px; }
+ .legacy-tray-handle StIcon,
+ .legacy-tray-icon StIcon {
+ icon-size: 24px; }
+ .legacy-tray-handle:hover, .legacy-tray-handle:focus,
+ .legacy-tray-icon:hover,
+ .legacy-tray-icon:focus {
+ background-color: rgba(238, 238, 236, 0.1); }
.legacy-tray-icon-box {
- padding: 6px;
spacing: 12px; }
+ .legacy-tray-icon-box:ltr {
+ padding-left: 12px; }
+ .legacy-tray-icon-box:rtl {
+ padding-right: 12px; }
.legacy-tray-icon-box StButton {
width: 24px;
height: 24px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]