[gnome-shell/wip/sass: 37/58] theme: background menu
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 37/58] theme: background menu
- Date: Tue, 17 Feb 2015 22:31:17 +0000 (UTC)
commit 14f309fdb0545f638e33fc923f51df11dcb0f3db
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Jan 29 17:10:29 2015 +0100
theme: background menu
data/theme/_common.scss | 3 +++
data/theme/_gnome-shell-old.scss | 5 -----
data/theme/gnome-shell-high-contrast.css | 9 ++++-----
data/theme/gnome-shell.css | 9 ++++-----
4 files changed, 11 insertions(+), 15 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 9563e67..305afc3 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -463,6 +463,9 @@ StScrollBar {
border-bottom-style: solid;
}
+
+// Background menu
+.background-menu { -boxpointer-gap: 4px; -arrow-rise: 0px; }
/* fallback menu
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
diff --git a/data/theme/_gnome-shell-old.scss b/data/theme/_gnome-shell-old.scss
index 7fb15c4..22bb9c1 100644
--- a/data/theme/_gnome-shell-old.scss
+++ b/data/theme/_gnome-shell-old.scss
@@ -338,9 +338,4 @@
height: 96px;
}
-/* Background menu */
-.background-menu {
- -boxpointer-gap: 4px;
- -arrow-rise: 0px;
-}
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index deee159..c935b42 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -271,11 +271,6 @@
width: 96px;
height: 96px; }
-/* Background menu */
-.background-menu {
- -boxpointer-gap: 4px;
- -arrow-rise: 0px; }
-
/* This stylesheet is generated, DO NOT EDIT */
/* Copyright 2009, Red Hat, Inc.
*
@@ -706,6 +701,10 @@ StScrollBar {
border-bottom-width: 1px;
border-bottom-style: solid; }
+.background-menu {
+ -boxpointer-gap: 4px;
+ -arrow-rise: 0px; }
+
/* fallback menu
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
app menu inside the main app window itself rather than the top bar
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index de90880..3c4b7d6 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -271,11 +271,6 @@
width: 96px;
height: 96px; }
-/* Background menu */
-.background-menu {
- -boxpointer-gap: 4px;
- -arrow-rise: 0px; }
-
/* This stylesheet is generated, DO NOT EDIT */
/* Copyright 2009, Red Hat, Inc.
*
@@ -706,6 +701,10 @@ StScrollBar {
border-bottom-width: 1px;
border-bottom-style: solid; }
+.background-menu {
+ -boxpointer-gap: 4px;
+ -arrow-rise: 0px; }
+
/* fallback menu
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
app menu inside the main app window itself rather than the top bar
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]