diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-13 13:03:20 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-13 13:03:20 -0500 |
| commit | 0f8be5bc39ca5049d3f29fe74eb423da4dcb055a (patch) | |
| tree | cc0ca9ef6810dda2a6507e50db57697c2c548e72 /public/assets/stylesheets | |
| parent | 596dc1d15fab2f883f79f0037d5fec57e59ff1de (diff) | |
text color picker
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index a3274a1..b8ede80 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1844,7 +1844,7 @@ input[type="range"]::-webkit-slider-thumb { 50% { opacity:0.7; } } -#color-picker { +.color-picker { position: relative; } .colorPicker { @@ -1983,7 +1983,14 @@ input[type="range"]::-webkit-slider-thumb { width: 210px; } #textEditor.settings { - width: 300px; + width: 320px; +} +#textEditor .swatch { + position: relative; + top: 6px; + margin-left: 6px; + cursor: pointer; + float: none; } .settings.active { |
