[gnome-shell/wip/sass: 89/90] theme: sass code structure
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 89/90] theme: sass code structure
- Date: Wed, 18 Feb 2015 20:47:51 +0000 (UTC)
commit 3a22ef6381c484fd19317dbef2bf1bf59abfd9c1
Author: Jakub Steiner <jimmac gmail com>
Date: Tue Feb 17 16:12:39 2015 +0100
theme: sass code structure
data/theme/_common.scss | 8 ++++++--
data/theme/gnome-shell-high-contrast.css | 5 +++--
data/theme/gnome-shell.css | 7 +++----
3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index aedf61f..d5dc835 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -444,10 +444,14 @@ StScrollBar {
&:insensitive { color: transparentize($fg_color,0.5); }
}
- //.popup-status-menu-item { font-weight: normal; color: pink; } //dunno what that is
+ //.popup-status-menu-item { font-weight: normal; color: pink; } //dunno what that is
+ &.panel-menu {
+ -boxpointer-gap: 4px;
+ margin-bottom: 1.75em;
+ }
}
-.panel-menu { -boxpointer-gap: 4px; margin-bottom: 1.75em; }
+
.popup-menu-ornament {
text-align: right;
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 8baca3f..ae61794 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -402,6 +402,9 @@ StScrollBar {
color: #fff; }
.popup-menu .popup-inactive-menu-item:insensitive {
color: rgba(255, 255, 255, 0.5); }
+ .popup-menu.panel-menu {
+ -boxpointer-gap: 4px;
+ margin-bottom: 1.75em; }
.popup-menu-ornament {
text-align: right;
@@ -579,8 +582,6 @@ StScrollBar {
#panel .panel-status-button:active, #panel .panel-status-button:overview, #panel
.panel-status-button:focus, #panel .panel-status-button:checked {
border-color: #256ab1;
border-bottom-width: 2px; }
- #panel .panel-menu {
- -boxpointer-gap: 4px; }
#panel .panel-status-indicators-box,
#panel .panel-status-menu-box {
spacing: 2px; }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 26beea7..38549fa 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -402,10 +402,9 @@ StScrollBar {
color: #eeeeec; }
.popup-menu .popup-inactive-menu-item:insensitive {
color: rgba(238, 238, 236, 0.5); }
-
-.panel-menu {
- -boxpointer-gap: 4px;
- margin-bottom: 1.75em; }
+ .popup-menu.panel-menu {
+ -boxpointer-gap: 4px;
+ margin-bottom: 1.75em; }
.popup-menu-ornament {
text-align: right;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]