File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 77 < link rel ="stylesheet " href ="bower_components/codemirror/lib/codemirror.css ">
88 < script src ="bower_components/codemirror/mode/xml/xml.js "> </ script >
99
10- < script src ="philsweb.jquery-codemirror.min. js "> </ script >
10+ < script src ="philsweb.jquery-codemirror.js "> </ script >
1111 < link rel ="stylesheet " href ="philsweb.codemirror.css ">
1212
1313 < style >
Original file line number Diff line number Diff line change 2020 float : right;
2121}
2222
23- .codemirror-button : hover {
24- font-weight : bold;
23+ .copy-to-clipboard {
24+ width : 15px ;
25+ height : 15px ;
26+ background-image : url ("img/icon.copy.png" );
27+ }
28+
29+ .copy-to-clipboard : hover {
30+ background-image : url ("img/icon.copy.hover.png" );
2531}
Original file line number Diff line number Diff line change 9090 // Buttons
9191 var buttonsWrapper = $ ( '<div>' ) ;
9292 var buttons = $ ( '<div>' ) ;
93- var copyToClipboardButton = $ ( '<div> Copy to clipboard</div >' ) ;
93+ var copyToClipboardButton = $ ( '<div title=" Copy to clipboard" >' ) ;
9494 $ ( this ) . prepend ( buttonsWrapper . addClass ( "codemirror-buttons-wrapper" ) . append (
9595 buttons . addClass ( "codemirror-buttons" ) . append (
9696 copyToClipboardButton . addClass ( "codemirror-button" ) . addClass ( "copy-to-clipboard" )
You can’t perform that action at this time.
0 commit comments