mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
Merge pull request #3966 from scossar/simple-email-button
FIX: email button padding for Outlook
This commit is contained in:
commit
f5c0972210
@ -214,7 +214,7 @@ module Email
|
||||
element.css('a').each do |inner|
|
||||
# we want the first footer link to be specially highlighted as IMPORTANT
|
||||
if footernum == 0 and linknum == 0
|
||||
inner['style'] = "background-color:#006699;color:#fff;padding:4px 6px;"
|
||||
inner['style'] = "background-color: #006699; color:#ffffff; border-top: 4px solid #006699; border-right: 6px solid #006699; border-bottom: 4px solid #006699; border-left: 6px solid #006699; display: inline-block;"
|
||||
else
|
||||
inner['style'] = "color:#666;"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user