[gnome-shell-extensions] classic: Improve menu separators
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] classic: Improve menu separators
- Date: Tue, 9 Apr 2013 00:11:00 +0000 (UTC)
commit cdbb94ccbf445198cd8092ba73de7d0cd81d99c7
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Apr 8 19:34:49 2013 -0400
classic: Improve menu separators
These were barely showing up in white-on-light-gray, so
turn them dark.
https://bugzilla.gnome.org/show_bug.cgi?id=697596
data/gnome-classic.css | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
index 15ca805..9e748c0 100644
--- a/data/gnome-classic.css
+++ b/data/gnome-classic.css
@@ -3,7 +3,6 @@
/* FIXME:
- white edge highlight with text-shadow and icon-shadow for panel-button
- better shading of the panel (dark 5%) - impossible without multipoint gradients, image-bg is a hack
- - bubble menus: separators
- startup notification spinner
*/
@@ -139,6 +138,15 @@
color: #888;
}
+ .popup-separator-menu-item {
+ -gradient-height: 1px;
+ -gradient-start: rgba(0,0,0,0.0);
+ -gradient-end: rgba(0,0,0,0.3);
+ -margin-horizontal: 24px;
+ height: 1px;
+ padding: 8px 0px;
+ }
+
.popup-subtitle-menu-item, .popup-subtitle-menu-item:insensitive {
color: #000;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]