From 8b0223c4bb0e0c4e9acd99473ad9b2353df2b5e9 Mon Sep 17 00:00:00 2001 From: rsesek Date: Sat, 15 Jul 2006 02:27:37 +0000 Subject: [PATCH] Start off with a white swatch so users know which is RGB git-svn-id: svn://depot/macosx/RGBConverter/trunk@243 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0 --- RGB Converter.wdgt/Widget.css | 8 ++++---- RGB Converter.wdgt/Widget.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/RGB Converter.wdgt/Widget.css b/RGB Converter.wdgt/Widget.css index 1986e19..44181b3 100644 --- a/RGB Converter.wdgt/Widget.css +++ b/RGB Converter.wdgt/Widget.css @@ -85,7 +85,7 @@ a height: 35px; width: 65px; - background-color: rgb(0, 0, 0); + background-color: rgb(255, 255, 255); } #swatch-red @@ -98,7 +98,7 @@ a height: 35px; width: 100px; - background-color: rgb(0, 0, 0); + background-color: rgb(255, 0, 0); } #swatch-green @@ -111,7 +111,7 @@ a height: 35px; width: 100px; - background-color: rgb(0, 0, 0); + background-color: rgb(0, 255, 0); } #swatch-blue @@ -124,7 +124,7 @@ a height: 35px; width: 100px; - background-color: rgb(0, 0, 0); + background-color: rgb(0, 0, 255); } /* ################################################################### */ diff --git a/RGB Converter.wdgt/Widget.html b/RGB Converter.wdgt/Widget.html index d277b82..32e7978 100644 --- a/RGB Converter.wdgt/Widget.html +++ b/RGB Converter.wdgt/Widget.html @@ -39,16 +39,16 @@
-
HEX Code
+
HEX Code
-
-
-
+
+
+
-- 2.22.5