Added new styling on the bars, and changed when successbar shows up

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-09 22:27:39 +01:00
parent 18c118792e
commit d8e1e1511e
4 changed files with 12 additions and 5 deletions

View File

@@ -104,9 +104,9 @@ input[type="radio"]{display: none;}
#search{padding-left:50px;background: url(search2.png)no-repeat 10px 50%;background-color: rgba(255,255,255,0.2);background-size:2%;transition: box-shadow 0.5s;}
#search:focus{ box-shadow: 0px 0px 10px 0.5px #000;}
#eBar, #sBar{font-family: 'Open Sans', sans-serif; font-weight: 300; color:white;position:fixed;width:100%;height:30px;z-index: 9001;text-align: center;font-size:23px; opacity: 0;transition:opacity 0.5s linear;}
#eBar, #sBar{font-family: 'Open Sans', sans-serif; font-weight: 300; color:white;position:fixed;width:100%;height:35px;z-index: 9001;text-align: center;font-size:23px; opacity: 0;transition:opacity 0.5s linear;}
#eBar{background-color:#D8000C;}
#sBar{background-color:rgb(77, 178, 36);}
#sBar{background-color:rgb(91, 207, 43);}
.opacityFull{opacity: 1 !important;}
#zicon{width:15%;}