diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-07 18:38:43 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-07 18:38:43 -0400 |
| commit | 4dede1ce3a31cfb17cbad80749863725a9957d19 (patch) | |
| tree | 8450c58adc4dd1c52aa366e6586f79b0e39a4899 /public/assets/stylesheets/app.css | |
| parent | c60434bc4655d0e020ca75fc7c5fddf53ac58ede (diff) | |
inverse colors
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index b4d176f..f770637 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1529,6 +1529,10 @@ input[type="range"]::-webkit-slider-thumb { width: 50%; float:left; cursor:pointer; + border-bottom: 1px transparent solid; +} +.presets span.active { + border-bottom: 1px dotted; } .color-swatches span { display: inline-block; @@ -1589,7 +1593,7 @@ input[type="range"]::-webkit-slider-thumb { font-size: 12px; -webkit-transform: translateY(500px); -webkit-transition: -webkit-transform 0.2s ease-in-out; - transform: translateY(450px); + transform: translateY(500px); transition: -webkit-transform 0.2s ease-in-out; width: 210px; } |
