]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
aggiunto button:active e schiariti un po' i bottoni base
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 18 Jan 2007 19:48:34 +0000 (19:48 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 18 Jan 2007 19:48:34 +0000 (19:48 +0000)
web/brisk.css
web/room.css

index a3aa7595d7ff532528eaf4c6ec006150a3916f64..b693247fe2d95420fc843afa4aea6abae18c588a 100644 (file)
@@ -536,3 +536,7 @@ input.button {
 input.button:hover {
   background-color: white;
 }
+
+input.button:active {
+  background-color: RGB(255,255,153);
+}
index e6de61938319e2916555eddc8ee4edd153d5adeb..2abb2a723f51559222fcbf77f7d81ced2fd2635b 100644 (file)
@@ -217,7 +217,7 @@ img.nobo {
 input.button {
   border: 1px solid gray;  
   color: Black;
-  background-color: RGB(240,240,240);
+  background-color: RGB(246,246,246);
   vertical-align: middle;
   text-decoration:none;
   font-size: 100%;
@@ -233,4 +233,8 @@ input.button:hover {
   background-color: white;
 }
 
+input.button:active {
+  background-color: RGB(255,255,153);
+}
+