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
@ -1327,3 +1327,28 @@ a:only-of-type > .remove {
|
|||||||
vertical-align: -1px;
|
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:;'
|
href: 'javascript:;'
|
||||||
id: 'appchan-gal'
|
id: 'appchan-gal'
|
||||||
title: 'Gallery'
|
title: 'Gallery'
|
||||||
className: 'fa fa-picture'
|
className: 'fa fa-picture-o'
|
||||||
textContent: 'Gallery'
|
textContent: 'Gallery'
|
||||||
|
|
||||||
$.on el, 'click', @cb.toggle
|
$.on el, 'click', @cb.toggle
|
||||||
|
|||||||
@ -6,7 +6,7 @@ ThreadWatcher =
|
|||||||
id: 'watcher-link'
|
id: 'watcher-link'
|
||||||
textContent: 'Watcher'
|
textContent: 'Watcher'
|
||||||
href: 'javascript:;'
|
href: 'javascript:;'
|
||||||
className: 'disabled fa fa-eye-open'
|
className: 'disabled fa fa-eye'
|
||||||
|
|
||||||
@db = new DataBoard 'watchedThreads', @refresh, true
|
@db = new DataBoard 'watchedThreads', @refresh, true
|
||||||
@dialog = UI.dialog 'thread-watcher', 'top: 50px; left: 0px;', <%= importHTML('Monitoring/ThreadWatcher') %>
|
@dialog = UI.dialog 'thread-watcher', 'top: 50px; left: 0px;', <%= importHTML('Monitoring/ThreadWatcher') %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user