Some final tweaks to the icons
This commit is contained in:
parent
e8e5bb47a2
commit
ba1ba0f113
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
12
src/General/css/font-awesome.css
vendored
12
src/General/css/font-awesome.css
vendored
@ -42,13 +42,23 @@
|
||||
}
|
||||
:root.shortcut-icons .icon::before {
|
||||
display: inline-block;
|
||||
font-size: 13px; /* Or whatever. This is the value Mayhem uses. */
|
||||
font-size: 13px;
|
||||
visibility: visible;
|
||||
}
|
||||
:root.shortcut-icons #shortcuts .icon::before {
|
||||
font-size: 15px !important;
|
||||
margin-top: -3px !important;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
:root.shortcut-icons .icon {
|
||||
font-size: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
:root.shortcut-icons .shortcut.brackets-wrap::before,
|
||||
:root.shortcut-icons .shortcut.brackets-wrap::after {
|
||||
display: none;
|
||||
}
|
||||
/* makes sure icons active on rollover in links */
|
||||
a .icon {
|
||||
display: inline;
|
||||
|
||||
@ -6,7 +6,7 @@ QR =
|
||||
|
||||
if Conf['QR Shortcut']
|
||||
sc = $.el 'a',
|
||||
className: "qr-shortcut icon icon-comment-alt #{unless Conf['Persistent QR'] then 'disabled' else ''}"
|
||||
className: "qr-shortcut icon icon-comment #{unless Conf['Persistent QR'] then 'disabled' else ''}"
|
||||
textContent: 'QR'
|
||||
title: 'Quick Reply'
|
||||
href: 'javascript:;'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user