FIX style .inProgress

This commit is contained in:
Krivchikov Dmitry 2016-05-13 12:11:50 +03:00
parent f520acb6b9
commit be514977cf
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ body.openBox div#control {right: 250px;}
div#control div {background-color: rgba(10, 10, 10, 0.8); border-radius: 8px 0 0 8px; width: auto; padding: 10px; margin-left: 10px; margin-bottom: 8px; cursor: pointer;}
div#control div:before {cursor: pointer;}
div#control div:hover {background-color: #000;}
div#control div.inProgress {animation: blink 3s 0s infinite;}
div#control div.inProgress {animation: blink 3s 0s infinite; background-color: rgba(10, 10, 10, 0.8);}
div#control div.active {background-color: rgb(255, 162, 0)!important;}
div#control div.important {background-color: rgba(0, 145, 90, 0.8);}
div#control div.big {font-size: 22px; padding: 14px; margin-left: 0;}