Skip to content

Commit 1ccf949

Browse files
committed
Improved the help button style.
1 parent f10a025 commit 1ccf949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/127774.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ function create_theme_toggle_button() {
323323
function create_help_button() {
324324
if(document.body){
325325
var help = document.createElement('span');
326-
help.innerHTML = "<a style=\"text-decoration: none;\" href=\"http://www.deekshith.in/p/docs-online-viewer.html?dovver=405\" target='_blank'>?</a>";
327-
var c = "opacity:0.7;position:fixed;text-align:right;right:30px;bottom:0px;z-index:50000;-webkit-border-radius: 28;-moz-border-radius: 28;border-radius: 28px;font-family: Arial;color: #ffffff;font-size: 12px;background: #404040;padding: 6px 10px 6px 10px;text-decoration: none;";
326+
help.innerHTML = "<a style=\"color: #D0D0D0; text-decoration: none;\" href=\"http://www.deekshith.in/p/docs-online-viewer.html?dovver=405\" target='_blank'>?</a>";
327+
var c = "opacity:0.7;position:fixed;text-align:right;right:30px;bottom:0px;z-index:50000;-webkit-border-radius: 28;-moz-border-radius: 28;border-radius: 28px;font-family: Arial;color: #ffffff;font-size: 14px;background: #404040;padding: 6px 10px 6px 10px;text-decoration: none;";
328328
help.style.cssText = c;
329329
help.addEventListener('mouseover', function(){ a.style.opacity = 1; }, false);
330330
help.addEventListener('mouseout', function(){ a.style.opacity = 0.5; }, false);

0 commit comments

Comments
 (0)