riderle commited on
Commit
04d8764
·
verified ·
1 Parent(s): 8beec8a

Update chat_application/static/styles/styles.css

Browse files
chat_application/static/styles/styles.css CHANGED
@@ -498,12 +498,12 @@ hr {
498
  background: #ccc;
499
  }
500
 
501
- #welcomeOkBtn {
502
  background: green;
503
  color: white;
504
  }
505
 
506
- #welcomeOkBtn:hover {
507
  background: #016601;
508
  }
509
 
 
498
  background: #ccc;
499
  }
500
 
501
+ #welcomeOkBtn, #timerOkBtn {
502
  background: green;
503
  color: white;
504
  }
505
 
506
+ #welcomeOkBtn:hover, #timerOkBtn:hover {
507
  background: #016601;
508
  }
509