assistant.css 367 B

12345678910111213141516
  1. /*************
  2. * assistant *
  3. *************/
  4. GtkAssistant .sidebar .highlight {
  5. font: bold;
  6. }
  7. GtkAssistant .sidebar {
  8. padding: 4px;
  9. border-width: 0 1px 0 0;
  10. border-style: solid;
  11. border-right-color: shade(@theme_bg_color, 0.8);
  12. border-radius: 0;
  13. background-color: @theme_bg_color;
  14. color: mix(@theme_fg_color, @theme_bg_color, 0.1);
  15. }