Give the fields a translucent black background.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Dec 2010 21:34:50 +0000 (16:34 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Dec 2010 21:37:52 +0000 (16:37 -0500)
RGB Converter.wdgt/Widget.css

index 359a9068a83b815da7614e169f4174cbf2ef2b11..398af16f2940dd77807172c05f3808c6ae0afc32 100644 (file)
@@ -55,7 +55,7 @@ input[type="text"] {
   border-width: 0px 0px 2px 0px;
   border-style: solid;
 
-  background-color: rgba(0,0,0,0);
+  background-color: rgba(0,0,0,.3);
   color: white;
 }
 
@@ -71,7 +71,7 @@ input[type="text"] {
   border-color: green;
 
   position: absolute;
-  top: 130px;
+  top: 140px;
   left: 114px;
 }
 
@@ -80,7 +80,7 @@ input[type="text"] {
 
   position: absolute;
   top: 85px;
-  left: 15px;
+  left: 13px;
 }
 
 #hexinput {