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