diff options
| author | ryderr <r@okfoc.us> | 2014-11-03 14:24:45 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-03 14:24:45 -0500 |
| commit | 9fe1ac9d0964989a19f442118eae225aa693eb48 (patch) | |
| tree | aa496af1d17af66178e0fa794c4b9b0ef7fa12d8 | |
| parent | 838c6278ae5a378fabd2d5eb9ddceba49453cd00 (diff) | |
css
| -rwxr-xr-x | public/assets/stylesheets/app.css | 9 |
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 { |
