]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
aggiunta classe hover per le immagini
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 18 Feb 2007 10:56:06 +0000 (10:56 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 18 Feb 2007 10:56:06 +0000 (10:56 +0000)
web/brisk.css

index 446ae0624fa738297166a6f2350ddf93e95a0197..e931000b251962da3815bd6afbbe9ff3fdfd67ce 100644 (file)
@@ -103,3 +103,7 @@ input.button:hover {
 input.button:active {
   background-color: RGB(255,255,153);
 }
+
+img.button:hover {
+  cursor: pointer;
+}
\ No newline at end of file