Results 1 to 1 of 1

Thread: Font Icon Differences

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Posts
    2,165

    Default Font Icon Differences

    I have the following definition in application.css
    Code:
    
    .MyPreviousIcon:before,
    .MyPreviousIcon button:before,
    button .MyPreviousIcon:before,
    .MyPreviousIcon > div > span.WebItm_Icon:before {
       content: "H";
    }
    
    
    .MyNextIcon:before,
    .MyNextIcon button:before,
    button .MyNextIcon:before,
    .MyNextIcon > div > span.WebItm_Icon:before {
       content: "G";
    }
    which shows different icons in Material theme (Not correct er not what I expect)
    and Flat Theme (what I expect).

    Why is this?
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Flat.png 
Views:	79 
Size:	912 Bytes 
ID:	12860   Click image for larger version. 

Name:	Material.png 
Views:	85 
Size:	1.2 KB 
ID:	12861  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •