diff --git a/static/style.css b/static/style.css index d568b9bd..5ec1e0a1 100755 --- a/static/style.css +++ b/static/style.css @@ -108,7 +108,7 @@ input[type="radio"]{display: none;} .ltitle{height: 70px; /*color: #000;*/} #plus,#minus{padding-left: 24px; margin-left: 0; padding-right: 24px;} #plus{border-right:solid 3px rgb(172, 172, 172);} - #search{text-align: left; height: 100px; font-size: 40px; /*border: solid 2px #ccc;*/color:#FD00C0;width:100%;border-radius:0px;} + #search{text-align: left; height: 100px; font-size: 40px; /*border: solid 2px #ccc;*/color:#FD00C0;width:100%;border-radius:0px;font-weight:bold;} #buttons{text-align: center; height: 80px; margin: 0;} .skip{height: 50px; -webkit-filter: brightness(300%);} .vcent{ @@ -125,22 +125,18 @@ input[type="radio"]{display: none;} .footer{font-size: 40px; position:fixed;} ::-webkit-input-placeholder { color: #FD00C0; - font-weight:bold; } :-moz-placeholder { /* Firefox 18- */ color: #FD00C0; - font-weight:bold; } ::-moz-placeholder { /* Firefox 19+ */ color: #FD00C0; - font-weight:bold; } :-ms-input-placeholder { color: #FD00C0; - font-weight:bold; } #toptitle{color:#FD00C0;font-weight:bold;} #mobile-banner{background-repeat: no-repeat;background-position: center center;height:265px;position: absolute;top: -16px;z-index: -100;background-size: 100%;}