summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-24 11:25:08 -0500
committerryderr <r@okfoc.us>2014-11-24 11:25:08 -0500
commitbc106e54c39ee5438b48fbde0320a051c9e93629 (patch)
tree6d47a40363ccc71fc70f45a539fb1e3e65b10e12 /public
parent278a124a50d70571945cd7f868d62f9087cd3883 (diff)
more safari fixes
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css7
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;
}