QTfrontend/res/css/birthday.css
changeset 14880 175c96e60279
parent 14857 38eadfc525ce
child 14881 272cd0142a90
equal deleted inserted replaced
14879:002f7d41f5ce 14880:175c96e60279
   537 }
   537 }
   538 
   538 
   539 PageMultiplayer TeamSelWidget {
   539 PageMultiplayer TeamSelWidget {
   540 min-height: 500px;
   540 min-height: 500px;
   541 }
   541 }
       
   542 
       
   543 QProgressBar {
       
   544 border: 3px solid #FFCC00;
       
   545 background-color: #150A61;
       
   546 border-radius: 5px;
       
   547 text-align: center;
       
   548 color: #FFFFFF;
       
   549 }
       
   550 QProgressBar::chunk {
       
   551 background-color: #FF9B00;
       
   552 margin: 2px;
       
   553 }