aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell
diff options
context:
space:
mode:
authorHorst31802016-03-31 19:06:52 +0200
committerHorst31802016-03-31 19:06:58 +0200
commit9781e357df4843f39ebe62b3d3dc4a86e4d679d1 (patch)
tree819044fe0470f6463b844eed1c8c81ee3c9f9ab7 /common/gnome-shell
parent58a8abc3703ba1a9906910a9b54dcb775a7e2652 (diff)
downloadsolarc-theme-9781e357df4843f39ebe62b3d3dc4a86e4d679d1.tar.gz
solarc-theme-9781e357df4843f39ebe62b3d3dc4a86e4d679d1.tar.xz
solarc-theme-9781e357df4843f39ebe62b3d3dc4a86e4d679d1.zip
gnome-shell: make aggregate-menu a little wider (fix #447)
Diffstat (limited to 'common/gnome-shell')
-rw-r--r--common/gnome-shell/3.18/gnome-shell-dark.css2
-rw-r--r--common/gnome-shell/3.18/gnome-shell.css2
-rw-r--r--common/gnome-shell/3.18/sass/_common.scss2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css
index 98ef96c..370aaab 100644
--- a/common/gnome-shell/3.18/gnome-shell-dark.css
+++ b/common/gnome-shell/3.18/gnome-shell-dark.css
@@ -734,7 +734,7 @@ StScrollBar {
color: transparent; }
.aggregate-menu {
- min-width: 23em; }
+ min-width: 23.5em; }
.aggregate-menu .popup-menu-icon {
padding: 0 4px; }
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index 1c6ab74..a5dfa2e 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -734,7 +734,7 @@ StScrollBar {
color: transparent; }
.aggregate-menu {
- min-width: 23em; }
+ min-width: 23.5em; }
.aggregate-menu .popup-menu-icon {
padding: 0 4px; }
diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index cda4d01..cac5ad3 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/sass/_common.scss
@@ -988,7 +988,7 @@ StScrollBar {
}
.aggregate-menu {
- min-width: 23em;
+ min-width: 23.5em;
.popup-menu-icon { padding: 0 4px; }
}