center editor config icons

This commit is contained in:
tophf 2017-12-07 01:19:51 +03:00
parent 38e0937f45
commit d998fb235a

View File

@ -126,6 +126,9 @@ h2 .svg-icon, label .svg-icon {
.svg-icon.settings:hover { .svg-icon.settings:hover {
fill: #000; fill: #000;
} }
#options span .svg-icon {
margin-top: -3px; /* inline info and config icons */
}
input:invalid { input:invalid {
background-color: rgba(255, 0, 0, 0.1); background-color: rgba(255, 0, 0, 0.1);
color: darkred; color: darkred;