mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
Added the button to the html file and made it more like the other buttons
This commit is contained in:
parent
60e19bc281
commit
96234dff7b
5 changed files with 12 additions and 6 deletions
|
@ -54,7 +54,7 @@
|
|||
"pad.toolbar.settings.title": "Settings",
|
||||
"pad.toolbar.embed.title": "Share and Embed this pad",
|
||||
"pad.toolbar.showusers.title": "Show the users on this pad",
|
||||
"pad.toolbar.gohome.title": "Go back to home page",
|
||||
"pad.toolbar.gohome.title": "Go Home",
|
||||
|
||||
|
||||
"pad.colorpicker.save": "Save",
|
||||
|
|
|
@ -244,7 +244,7 @@ module.exports = {
|
|||
gohome:{
|
||||
command: 'gohome',
|
||||
localizationId: 'pad.toolbar.gohome.title',
|
||||
class: 'homeicon homeicon-exit',
|
||||
class: 'buttonicon buttonicon-gohome',
|
||||
},
|
||||
|
||||
timeslider_export: {
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
.homeicon-exit:before {
|
||||
/*.homeicon-exit:before {
|
||||
content: "\2302";
|
||||
margin-right: 5px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.homeicon:hover{
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
*/
|
|
@ -74,8 +74,8 @@
|
|||
.buttonicon-showusers:before {
|
||||
content: "\e835";
|
||||
}
|
||||
.buttonicon-showusers:before {
|
||||
content: "\e835";
|
||||
.buttonicon-gohome:before {
|
||||
content: "\e80b"; /* Assuming \e80b is the Unicode for the home icon */
|
||||
}
|
||||
.buttonicon-savedRevision:before {
|
||||
content: "\e856";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue