riderle commited on
Commit
2fe51e2
·
verified ·
1 Parent(s): 71bf3c3

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, #timerOkBtn {
502
  background: green;
503
  color: white;
504
  }
505
 
506
- #welcomeOkBtn:hover, #timerOkBtn:hover {
507
  background: #016601;
508
  }
509
 
@@ -534,12 +534,12 @@ hr {
534
  background: #016991;
535
  }
536
 
537
- #endNoBtn {
538
  background: #e5e5e5;
539
  color: #333;
540
  }
541
 
542
- #endNoBtn:hover {
543
  background: #ccc;
544
  }
545
 
 
498
  background: #ccc;
499
  }
500
 
501
+ #welcomeOkBtn, #timerOkBtn, #submitFeedbackBtn {
502
  background: green;
503
  color: white;
504
  }
505
 
506
+ #welcomeOkBtn:hover, #timerOkBtn:hover, #submitFeedbackBtn:hover {
507
  background: #016601;
508
  }
509
 
 
534
  background: #016991;
535
  }
536
 
537
+ #endNoBtn, #cancelFeedbackBtn {
538
  background: #e5e5e5;
539
  color: #333;
540
  }
541
 
542
+ #endNoBtn:hover, #cancelFeedbackBtn:hover {
543
  background: #ccc;
544
  }
545