diff options
| author | Julie Lala <jules@okfoc.us> | 2014-10-12 11:43:41 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-10-12 11:43:41 -0400 |
| commit | f73f5c517d08581d8d1c687a42e9ef9e5598662a (patch) | |
| tree | 55e577e11aba0534afaff2dc119619e062090026 /public/assets/stylesheets/app.css | |
| parent | c3603c8ff63322b26ae126f079e1a11c98c46f4d (diff) | |
undo button on toolbar
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 271f13a..849c994 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1647,7 +1647,7 @@ input[type="range"]::-webkit-slider-thumb { border-bottom: 1px transparent solid; } .presets span.active { - border-bottom: 1px dotted; + text-decoration: underline; } .color-swatches span { display: inline-block; |
