From fa7681d4f19acbda70f6ef9b29ee3bf190daba0b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 11 Dec 2010 16:32:49 -0500 Subject: [PATCH] Change the appearance of the text fields. --- RGB Converter.wdgt/Widget.css | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/RGB Converter.wdgt/Widget.css b/RGB Converter.wdgt/Widget.css index 68c1021..359a906 100644 --- a/RGB Converter.wdgt/Widget.css +++ b/RGB Converter.wdgt/Widget.css @@ -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; } /* ################################################################### */ -- 2.22.5