Lighter hover border
authorJoey Schulze <joey@infodrom.org>
Mon, 15 Sep 2008 17:35:32 +0000 (17:35 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 15 Sep 2008 17:35:32 +0000 (17:35 +0000)
src/infodrom.css

index 0e88464..198c7e5 100644 (file)
@@ -122,7 +122,7 @@ input.button {
   border: 1px solid #aaaaaa;
 }
 input.button:hover {
-  border: 1px solid black;
+  border: 1px solid #9b9b9b;
   background-color: #bfbfbf;
 }