Fix settings dialog, customize reset button
This commit is contained in:
parent
b6749b91a5
commit
f133da454d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1198,7 +1198,7 @@ a:only-of-type > .remove {
|
||||
left: 0px;
|
||||
width: 200px;
|
||||
}
|
||||
.export, .import {
|
||||
.export, .import, .reset {
|
||||
cursor: pointer;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
@ -2,14 +2,14 @@
|
||||
<div class=sections-list></div>
|
||||
<p class='imp-exp-result warning'></p>
|
||||
<div class=credits>
|
||||
<a class=export>Export</a> |
|
||||
<a class=import>Import</a> |
|
||||
<button class="reset">Reset Settings</button> |
|
||||
<a class=export>Export</a> | 
|
||||
<a class=import>Import</a> | 
|
||||
<a class=reset>Reset Settings</a> | 
|
||||
<input type=file hidden>
|
||||
<a href='<%= meta.page %>' target=_blank><%= meta.name %></a> |
|
||||
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md' target=_blank>#{g.VERSION}</a> |
|
||||
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/README.md#reporting-bugs-and-suggestions' target=_blank>Issues</a> |
|
||||
<a href=javascript:; class='fa fa-times' title=Close></a>
|
||||
<a href=javascript:; class='close fa fa-times' title=Close></a>
|
||||
</div>
|
||||
</nav>
|
||||
<div class=section-container><section></section></div>
|
||||
Loading…
x
Reference in New Issue
Block a user