QTfrontend/res/css/easter.css
changeset 14880 175c96e60279
parent 14857 38eadfc525ce
child 14881 272cd0142a90
equal deleted inserted replaced
14879:002f7d41f5ce 14880:175c96e60279
   528 }
   528 }
   529 
   529 
   530 PageMultiplayer TeamSelWidget {
   530 PageMultiplayer TeamSelWidget {
   531 min-height: 500px;
   531 min-height: 500px;
   532 }
   532 }
       
   533 
       
   534 QProgressBar {
       
   535 border: 3px solid #FFCC00;
       
   536 background-color: #150A61;
       
   537 border-radius: 5px;
       
   538 text-align: center;
       
   539 color: #FFFFFF;
       
   540 }
       
   541 QProgressBar::chunk {
       
   542 background-color: #FF9B00;
       
   543 margin: 2px;
       
   544 }