Update font-awesome
This commit is contained in:
parent
7eb6849276
commit
26ee14e688
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
7
src/General/css/font-awesome.css
vendored
7
src/General/css/font-awesome.css
vendored
File diff suppressed because one or more lines are too long
@ -1326,4 +1326,29 @@ a:only-of-type > .remove {
|
||||
#shortcuts .fa-bars {
|
||||
vertical-align: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Font Awesome */
|
||||
:root.shortcut-icons .fa::before {
|
||||
display:inline-block;
|
||||
font-size:13px;
|
||||
visibility:visible
|
||||
}
|
||||
:root.shortcut-icons #shortcuts .fa::before {
|
||||
font-size:15px!important;
|
||||
margin-top:-3px!important;
|
||||
position:relative;
|
||||
top:1px
|
||||
}
|
||||
:root.shortcut-icons .fa {
|
||||
font-size:0;
|
||||
visibility:hidden
|
||||
}
|
||||
:root.shortcut-icons .shortcut.brackets-wrap::after,
|
||||
:root.shortcut-icons .shortcut.brackets-wrap::before {
|
||||
display:none
|
||||
}
|
||||
:root.shortcut-icons a .fa {
|
||||
display:inline
|
||||
}
|
||||
@ -6,7 +6,7 @@ Gallery =
|
||||
href: 'javascript:;'
|
||||
id: 'appchan-gal'
|
||||
title: 'Gallery'
|
||||
className: 'fa fa-picture'
|
||||
className: 'fa fa-picture-o'
|
||||
textContent: 'Gallery'
|
||||
|
||||
$.on el, 'click', @cb.toggle
|
||||
|
||||
@ -6,7 +6,7 @@ ThreadWatcher =
|
||||
id: 'watcher-link'
|
||||
textContent: 'Watcher'
|
||||
href: 'javascript:;'
|
||||
className: 'disabled fa fa-eye-open'
|
||||
className: 'disabled fa fa-eye'
|
||||
|
||||
@db = new DataBoard 'watchedThreads', @refresh, true
|
||||
@dialog = UI.dialog 'thread-watcher', 'top: 50px; left: 0px;', <%= importHTML('Monitoring/ThreadWatcher') %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user