From c7044dd8301ee0129242c3665b3cbf73dffbdbb6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 11 Dec 2010 16:34:50 -0500 Subject: [PATCH] Give the fields a translucent black background. --- RGB Converter.wdgt/Widget.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RGB Converter.wdgt/Widget.css b/RGB Converter.wdgt/Widget.css index 359a906..398af16 100644 --- a/RGB Converter.wdgt/Widget.css +++ b/RGB Converter.wdgt/Widget.css @@ -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 { -- 2.22.5