[gnome-shell] theme: Make indicators checked&active like checked



commit 02f5500641b25c649e3ac2e6f617e3676acb716a
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Fri Sep 27 16:52:29 2013 +0200

    theme: Make indicators checked&active like checked

 data/theme/gnome-shell.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 829d42b..0ab5411 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -954,12 +954,12 @@ StScrollBar StButton#vhandle:active {
     background-image: url(page-indicator-hover.svg);
 }
 
-.page-indicator:active .page-indicator-icon,
-.page-indicator:checked:active .page-indicator-icon {
+.page-indicator:active .page-indicator-icon {
     background-image: url(page-indicator-active.svg);
 }
 
-.page-indicator:checked .page-indicator-icon {
+.page-indicator:checked .page-indicator-icon,
+.page-indicator:checked:active .page-indicator-icon {
     background-image: url(page-indicator-checked.svg);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]