Replaced UTF8 Symbol for files/upload with corresponding CSS character code.
This commit is contained in:
parent
649bee5873
commit
a10c7a6596
|
@ -174,7 +174,7 @@ p.changesAborted { background: #C62828; color: #FFF; }
|
|||
#mainHeader #toggleNavigation { width: 3em; text-align: center; }
|
||||
#mainHeader #toggleNavigation:before { content:'\2630'; }
|
||||
|
||||
#mainHeader #uploadFile:before { content: '📁'; }
|
||||
#mainHeader #uploadFile:before { content: '\01F4C1'; }
|
||||
#mainHeader #logoutLink:before { content: '\01F6B6'; }
|
||||
|
||||
/************
|
||||
|
|
Reference in New Issue
Block a user