File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -323,8 +323,8 @@ function create_theme_toggle_button() {
323323function 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 ) ;
You can’t perform that action at this time.
0 commit comments