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.

17 lines
206 B

  1. /*
  2. * not sure yet whats up here
  3. */
  4. popover.background,
  5. toolbar.osd {
  6. background: #ff0000;
  7. }
  8. popover modelbutton {
  9. background: #00ff00;
  10. }
  11. popover modelbutton:hover {
  12. background: #0000ff;
  13. }