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.

19 lines
254 B

4 years ago
  1. /*
  2. * for menu popups, at least the headers
  3. */
  4. notebook,
  5. notebook tab:checked {
  6. background: @acc1_color;
  7. color: @bg_color;
  8. }
  9. notebook tab,
  10. notebook header {
  11. background: @bg_color;
  12. }
  13. notebook tab:active {
  14. background-color: #ff0000;
  15. }