_thunar.scss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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: 2.5px 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, .thunar scrolledwindow.sidebar treeview.view, .thunar toolbar.horizontal button {
  20. &:hover, &:checked, &:selected{
  21. @include button(active-header, $tc: $purple);
  22. font-weight: normal;
  23. }
  24. &:checked:backdrop, &:selected:backdrop {
  25. label { color: $backdrop_selected_bg_color; }
  26. }
  27. }
  28. window.thunar toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button {
  29. background: none;
  30. outline: none;
  31. border: none;
  32. box-shadow: none;
  33. }