attacher.css 640 B

12345678910111213141516171819202122232425
  1. /*==== image ====*/
  2. .tx-list .tx-image a {
  3. height: 25px;
  4. width: 35px;
  5. background-position: 0 6px;
  6. }
  7. .tx-image a:hover {background-position:0 -18px;}
  8. .tx-toolbar-basic .tx-list .tx-image a {background-position:7px 4px;width:42px;}
  9. /*==== file ====*/
  10. .tx-list .tx-file a {
  11. height: 25px;
  12. width: 33px;
  13. background-position: -106px 6px;
  14. }
  15. .tx-file a:hover {background-position: -106px -18px;}
  16. .tx-toolbar-basic .tx-list .tx-file a {background-position:-100px 4px; width:46px;}
  17. /*==== media ====*/
  18. .tx-list .tx-media a {
  19. height: 25px;
  20. width: 49px;
  21. background-position: -425px 6px;
  22. }
  23. .tx-media a:hover {background-position:-425px -18px;}