From d2504dac640f4f3b7b01d9de50126681ecc39682 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 23 May 2013 17:50:15 +0100 Subject: [PATCH] New classes for colorValue and insertColorValue To stop using inline styles on the preview/value boxes and insert buttons --- farbtastic/farbtastic.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/farbtastic/farbtastic.css b/farbtastic/farbtastic.css index 3984add..dbcd5a0 100644 --- a/farbtastic/farbtastic.css +++ b/farbtastic/farbtastic.css @@ -33,4 +33,17 @@ overflow: hidden; background: url(marker.png) no-repeat; } - +.colorValue { + border: 0; + width: 105px; + padding-left: 5px +} +.insertColorValue { + background: #888; + color: #fff; + height: 18px; + width: 60px; + border: 0; + margin-left: 5px; + cursor: pointer +} \ No newline at end of file