From d4845f3e242d0d7276f2518baa6c3d76d80a8a66 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Fri, 23 Aug 2013 16:02:29 +0200 Subject: [PATCH] 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 file changed, 17 insertions(+), 7 deletions(-) diff --git a/data/gnome-classic.css b/data/gnome-classic.css index d77fe308..35594d4d 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