No Description
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.

converter_editor.uss 152B

1234567891011
  1. .iconButton {
  2. background-color: rgba(0,0,0,0);
  3. }
  4. .light :hover {
  5. background-color: #B2B2B2;
  6. }
  7. .dark :hover {
  8. background-color: #303030;
  9. }