diff options
| author | Julie Lala <jules@okfoc.us> | 2014-10-15 22:35:48 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-10-15 22:35:48 -0400 |
| commit | 9ae4f45f24e3e79aeb32e0a128ee798381b80569 (patch) | |
| tree | d82f9f35caaf497f83414348c20934cfcad99fd3 /public/assets/stylesheets | |
| parent | 6ad93b573ed6e9b4b339fa0d746bf21b8f827fdb (diff) | |
more help text
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 250ae67..1ab1198 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1676,6 +1676,7 @@ input[type="range"]::-webkit-slider-thumb { cursor:pointer; border-bottom: 1px transparent solid; } +.presets span:hover, .presets span.active { text-decoration: underline; } @@ -1728,6 +1729,7 @@ input[type="range"]::-webkit-slider-thumb { padding: 4px; font-weight: 500; z-index: 22; + display: none; } .settings.info { |
