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 446ae06..e931000 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