Change the appearance of the text fields.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Dec 2010 21:32:49 +0000 (16:32 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Dec 2010 21:32:49 +0000 (16:32 -0500)
RGB Converter.wdgt/Widget.css

index 68c10215306298cadb47c11f78160e37f1bdd0eb..359a9068a83b815da7614e169f4174cbf2ef2b11 100644 (file)
@@ -47,12 +47,20 @@ a {
 /* Front */
 
 input[type="text"] {
-  font-size: 11px;
+  font-family: Menlo, Monaco, Courier;
+  font-weight: bold;
+  font-size: 15px;
   text-align: center;
+
+  border-width: 0px 0px 2px 0px;
+  border-style: solid;
+
+  background-color: rgba(0,0,0,0);
+  color: white;
 }
 
 #redinput {
-  border: 1px solid red;
+  border-color: red;
 
   position: absolute;
   top: 32px;
@@ -60,29 +68,29 @@ input[type="text"] {
 }
 
 #greeninput {
-  border: 1px solid green;
+  border-color: green;
 
   position: absolute;
-  top: 140px;
+  top: 130px;
   left: 114px;
 }
 
 #blueinput {
-  border: 1px solid blue;
+  border-color: blue;
 
   position: absolute;
-  top: 90px;
+  top: 85px;
   left: 15px;
 }
 
 #hexinput {
   z-index: 1000;
   font-weight: bold;
-  border: 1px solid black;
+  border-color: white;
 
   position: absolute;
-  top: 90px;
-  left: 72px;
+  top: 85px;
+  left: 65px;
 }
 
 /* ################################################################### */