bbdev

Boss theme - rtmedia bulk edit button

Aug 8th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. .rtmedia-bulk-edit-options .select-all i,
  2. .rtmedia-bulk-edit-options .unselect-all i{
  3.     display: inline-block;
  4.     font: normal normal normal 14px/1 FontAwesome;
  5.     font-size: inherit;
  6.     text-rendering: auto;
  7.     -webkit-font-smoothing: antialiased;
  8.     -moz-osx-font-smoothing: grayscale;
  9. }
  10. .rtmedia-bulk-edit-options .select-all i:before{
  11.     content: "\\f046";
  12. }
  13. .rtmedia-bulk-edit-options .unselect-all i:before{
  14.     content: "\\f14a";
  15. }
Add Comment
Please, Sign In to add comment