Add button to reset preferences
This commit is contained in:
parent
fdd71946da
commit
9fc512d88d
4 changed files with 27 additions and 6 deletions
|
@ -1092,10 +1092,6 @@ legend {
|
|||
margin: .2em; 0;
|
||||
}
|
||||
|
||||
.pref-submit:hover {
|
||||
background-color: #a8a8a8;
|
||||
}
|
||||
|
||||
.pref-submit {
|
||||
background-color: #e2e2e2;
|
||||
color: #000;
|
||||
|
@ -1106,6 +1102,15 @@ legend {
|
|||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.pref-submit:hover {
|
||||
background-color: #a8a8a8;
|
||||
}
|
||||
|
||||
.pref-reset {
|
||||
float: right;
|
||||
margin-top: -25px;
|
||||
}
|
||||
|
||||
.icon-container {
|
||||
display: inline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue