diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-07 14:43:45 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-07 14:43:45 -0400 |
| commit | f5ab61241bf9519325a36b86ee74ab2df13a4331 (patch) | |
| tree | e55aa91626d752fcc4848b58660798359036e952 /public/assets/stylesheets | |
| parent | 896350bb20b20aaef9c5fdfcfcf36553ff8aa614 (diff) | |
colorpicker presets
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index eb3bd87..15f29c3 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1475,13 +1475,17 @@ input[type="range"]::-webkit-slider-thumb { .color-swatches { margin-top: 10px; } -.color-swatches.defaults { +.presets { margin-top: 10px; } -.color-swatches.defaults span{ +.presets span { font-size:12px; font-weight:500; + display: inline-block; + width: 50%; + float:left; + cursor:pointer; } .color-swatches span { display: inline-block; |
