You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
230 B

  1. .time_picker_button {
  2. padding: 5px 10px;
  3. background-color: transparent;
  4. display: inline-block;
  5. color: #949494;
  6. opacity: 0.6;
  7. transition: opacity 0.2s;
  8. box-shadow: none;
  9. }
  10. .time_picker_button:hover {
  11. opacity: 1;
  12. }