diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-08-12 16:14:35 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-08-12 16:14:35 +0000 |
| commit | 25be51e2c1d9ca7ab112682c59ffadd6d1b63276 (patch) | |
| tree | b04030b899850b503097c2df1e7fde2a13043a7f /static/font/css/fontello-ie7-codes.css | |
| parent | db6ff4824afa7adca1f3b633278e9ed033d8671d (diff) | |
| parent | 27adde9887d7205703ed461560f3272f6709b83b (diff) | |
Merge branch 'feature/accountHighlight' into 'develop'
Account highlight
See merge request pleroma/pleroma-fe!285
Diffstat (limited to 'static/font/css/fontello-ie7-codes.css')
| -rw-r--r-- | static/font/css/fontello-ie7-codes.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/font/css/fontello-ie7-codes.css b/static/font/css/fontello-ie7-codes.css index ad83b705..56d7ebc1 100644 --- a/static/font/css/fontello-ie7-codes.css +++ b/static/font/css/fontello-ie7-codes.css @@ -18,6 +18,7 @@ .icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-brush { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-spin3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-spin4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
