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.

15 lines
356 B

  1. /*******************************
  2. Overrides
  3. *******************************/
  4. .ui.selection.dropdown {
  5. background-color: #FAFAFA;
  6. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  7. border-color: #CCCCCC;
  8. }
  9. .ui.selection.dropdown:focus {
  10. box-shadow:
  11. 0px 1px 2px rgba(0, 0, 0, 0.075) inset,
  12. 0px 0px 5px rgba(81, 167, 232, 0.5)
  13. ;
  14. }