_thunar.scss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* thunar */
  2. .thunar toolbar {
  3. background-color: $headerbar_color;
  4. }
  5. /* buttons in toolbar */
  6. .thunar toolbar.horizontal button image {
  7. -gtk-icon-transform:scale(0.72);
  8. }
  9. scrolledwindow.sidebar treeview.view, scrollbar.right {
  10. background: $sidebar_bg_color;
  11. padding: 1.5px;
  12. border: none;
  13. box-shadow: none;
  14. }
  15. scrolledwindow.standard-view scrollbar.right{
  16. background-color: $base_color;
  17. }
  18. /* path-bar of thunar */
  19. window.thunar toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button, window.thunar paned > scrolledwindow treeview.view {
  20. &:hover, &:checked, &:selected{
  21. background-color: transparent;
  22. color: $purple;
  23. box-shadow: none;
  24. }
  25. &:checked:backdrop, &:selected:backdrop {
  26. label { color: $backdrop_selected_bg_color; }
  27. }
  28. }
  29. window.thunar toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button {
  30. background: none;
  31. outline: none;
  32. border: none;
  33. box-shadow: none;
  34. }