[gnome-shell-extensions] classic: update the theme for 3.9.90
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] classic: update the theme for 3.9.90
- Date: Mon, 26 Aug 2013 16:01:06 +0000 (UTC)
commit d4845f3e242d0d7276f2518baa6c3d76d80a8a66
Author: Giovanni Campagna <gcampagn redhat com>
Date: Fri Aug 23 16:02:29 2013 +0200
classic: update the theme for 3.9.90
Fix the colors in the system menu elements.
https://bugzilla.gnome.org/show_bug.cgi?id=706666
data/gnome-classic.css | 24 +++++++++++++++++-------
1 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
index d77fe30..35594d4 100644
--- a/data/gnome-classic.css
+++ b/data/gnome-classic.css
@@ -147,12 +147,7 @@
padding: 8px 0px;
}
- .popup-slider-menu-item {
- -slider-handle-border-color: #888;
- -slider-handle-border-width: 1px;
- }
-
- .popup-menu-item:hover .popup-slider-menu-item {
+ .popup-menu-item:hover .popup-status-menu-item {
color: #fff;
}
@@ -229,11 +224,17 @@
/* VOLUME SLIDER */
-.popup-slider-menu-item {
+.slider {
-slider-background-color: #e9e9e9;
-slider-border-color: #999;
-slider-active-background-color: #76b0ec;
-slider-active-border-color: #1f6dbc;
+ -slider-handle-border-color: #888;
+ -slider-handle-border-width: 1px;
+}
+
+.popup-menu-icon {
+ color: #000 !important;
}
/* ON OFF switch */
@@ -255,3 +256,12 @@
background-image: url("classic-toggle-on-intl.svg");
background-size: contain;
}
+
+.system-menu-action {
+ color: #555 !important;
+}
+
+.system-menu-action:hover,
+.system-menu-action:focus {
+ color: black !important;
+}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]