Some final tweaks to the icons

This commit is contained in:
seaweedchan 2013-08-18 04:43:26 -07:00
parent e8e5bb47a2
commit ba1ba0f113
4 changed files with 16 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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;

View File

@ -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:;'