diff options
| author | ryderr <r@okfoc.us> | 2014-11-24 10:40:36 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-24 10:40:36 -0500 |
| commit | d4b057efd7f5d1dc92c95606ac9c6f75a2d88239 (patch) | |
| tree | f7d559efaa3b21eb41e685f6ebccc4e9e2880dc0 | |
| parent | 68624c45c72d0115b3e20f1a17ca21ea79f18d6a (diff) | |
fix thumbs in safari
| -rwxr-xr-x | public/assets/stylesheets/app.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 8832e10..707d43c 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -13,11 +13,9 @@ input:-webkit-autofill { } .mobile input { -webkit-appearance: none; + border-radius:0; } -input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { - background:white!important; -} *, *:before, *:after { moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } @@ -432,10 +430,11 @@ iframe.embed { .projectList .projectItem { margin: 4%; + width: 22vw; display: inline-block; } .projectList .room { - width: 22vw; + width: 100%; height: 16vw; margin: 1vw 1vw 10px 1vw; display: table; @@ -2501,7 +2500,7 @@ form li textarea { -moz-transition:0.2s background; transition:0.2s background; position: relative; - z-index: 5; + z-index: 10; } @@ -2717,7 +2716,7 @@ a[data-role="forgot-password"] { .share a:nth-child(3), .share a:nth-child(4) { margin-left:4px; } -.share a:hover{ +.desktop .share a:hover{ text-decoration:underline; } .vvbox.share { @@ -3089,6 +3088,9 @@ a[data-role="forgot-password"] { .reader .topLinks a { display:none; } + .reader iframe { + display:none; + } } @media screen and (orientation:portrait) { @@ -3112,7 +3114,6 @@ a[data-role="forgot-password"] { border-top: 1px solid; border-bottom: 1px solid; padding: 20px 0; - background-color:rgba(255,255,255,0.7); } } |
