diff options
| author | ryderr <r@okfoc.us> | 2014-11-24 11:25:08 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-24 11:25:08 -0500 |
| commit | bc106e54c39ee5438b48fbde0320a051c9e93629 (patch) | |
| tree | 6d47a40363ccc71fc70f45a539fb1e3e65b10e12 /public | |
| parent | 278a124a50d70571945cd7f868d62f9087cd3883 (diff) | |
more safari fixes
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 65df135..467c83b 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -16,6 +16,8 @@ input:-webkit-autofill { border-radius:0; } + + *, *:before, *:after { moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } @@ -42,6 +44,11 @@ body.editing *{ -moz-user-select: none; user-select: none; } + +body.editing input { + -webkit-user-select: auto; +} + body.noOverflow{ overflow:hidden; } |
