summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/assets/stylesheets/app.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 201819d..e26df00 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;
@@ -2503,7 +2502,7 @@ form li textarea {
-moz-transition:0.2s background;
transition:0.2s background;
position: relative;
- z-index: 5;
+ z-index: 10;
}
@@ -2722,7 +2721,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 {
@@ -3102,6 +3101,9 @@ a[data-role="forgot-password"] {
.reader .topLinks a {
display:none;
}
+ .reader iframe {
+ display:none;
+ }
}
@media screen and (orientation:portrait) {
@@ -3125,7 +3127,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);
}
}