summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/assets/stylesheets/app.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index b68a5d8..edd3928 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -8,7 +8,9 @@
}
body,textarea,input {
font-family: 'Lato', sans-serif;
+ -webkit-appearance: none;
}
+
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background:white!important;
}
@@ -18,9 +20,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
body{
overflow-x:hidden;
}
-.loading .wow {
- display:none!important;
-}
+
::-moz-selection {
color: white;
background: black;
@@ -589,6 +589,7 @@ iframe.embed {
border-top: 0px solid;
font-weight: 500;
font-size: 40px;
+ text-transform:capitalize;
}
.docs .content img {
max-width: 90%;
@@ -2763,7 +2764,7 @@ a[data-role="forgot-password"] {
}
.projectList .room {
width: 100%;
- height: 280px;
+ height: 230px;
margin: 0;
}
.mediaDrawer form h2 {