[gnome-bluetooth/meego] We only bounce the icon on hover



commit a00ee59c0ec7cddb0bcc29973fe0e1ccda12d5ad
Author: Raul Gutierrez Segales <raul gutierrez segales collabora co uk>
Date:   Thu May 12 15:02:53 2011 +0100

    We only bounce the icon on hover
    
    Helps: https://bugs.meego.com/show_bug.cgi?id=15017

 moblin/theme/bluetooth-panel.css.in |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/moblin/theme/bluetooth-panel.css.in b/moblin/theme/bluetooth-panel.css.in
index 4aa2db1..1f187f6 100644
--- a/moblin/theme/bluetooth-panel.css.in
+++ b/moblin/theme/bluetooth-panel.css.in
@@ -1,22 +1,22 @@
-MnbToolbarButton#state-off, MnbToolbarButton#state-off:active, MnbToolbarButton#state-off:checked {
+MnbToolbarButton#state-off {
   background-image: url("@pkgdatadir@/moblin-icons/bluetooth-off.png");
 }
-MnbToolbarButton#state-off:hover {
+MnbToolbarButton#state-off:hover, MnbToolbarButton#state-off:active, MnbToolbarButton#state-off:checked {
   background-image: url("@pkgdatadir@/moblin-icons/bluetooth-off-hover.png");
 }
 
 
-MnbToolbarButton#state-idle, MnbToolbarButton#state-idle:active, MnbToolbarButton#state-idle:checked {
+MnbToolbarButton#state-idle {
   background-image: url("@pkgdatadir@/moblin-icons/bluetooth-idle.png");
 }
-MnbToolbarButton#state-idle:hover {
+MnbToolbarButton#state-idle:hover, MnbToolbarButton#state-idle:active, MnbToolbarButton#state-idle:checked {
   background-image: url("@pkgdatadir@/moblin-icons/bluetooth-idle-hover.png");
 }
 
 
-MnbToolbarButton#state-connecting, MnbToolbarButton#state-connecting:active, MnbToolbarButton#state-connecting:checked {
+MnbToolbarButton#state-connecting {
   background-image: url("@pkgdatadir@/moblin-icons/bluetooth-connecting.png");
 }
-MnbToolbarButton#state-connecting:hover {
+MnbToolbarButton#state-connecting:hover, MnbToolbarButton#state-connecting:active, MnbToolbarButton#state-connecting:checked {
   background-image: url("@pkgdatadir@/moblin-icons/bluetooth-connecting-hover.png");
 }



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