content-view.css 889 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /****************
  2. * content view *
  3. ****************/
  4. .content-view.view {
  5. background-color: @theme_base_color;
  6. }
  7. .content-view.view:prelight {
  8. background-color: alpha(@theme_selected_bg_color, 0.6);
  9. }
  10. .content-view.view:selected,
  11. .content-view.view:active {
  12. background-color: @theme_selected_bg_color;
  13. }
  14. .content-view.view:insensitive {
  15. background-color: shade(@theme_base_color, 0.9);
  16. }
  17. GdMainIconView.content-view {
  18. -GdMainIconView-icon-size: 40;
  19. }
  20. GtkIconView.content-view.check {
  21. background-color: transparent;
  22. }
  23. GtkIconView.content-view.check:active {
  24. background-color: transparent;
  25. }
  26. .content-view.view.check,
  27. .content-view.view.check:active {
  28. background-color: transparent;
  29. }
  30. GtkIconView.content-view.check:prelight,
  31. GtkIconView.content-view.check:insensitive,
  32. GtkIconView.content-view.check:selected {
  33. background-color: transparent;
  34. }