[stylelint] simple theme: fix some errors reported by stylelint

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-06-22 14:15:47 +02:00
parent 14b09c15c4
commit 0b7d03c694
4 changed files with 16 additions and 29 deletions

View file

@ -54,11 +54,6 @@
}
}
#q::-ms-clear,
#q::-webkit-search-cancel-button {
display: none;
}
#q,
#send_search {
display: block !important;
@ -84,6 +79,11 @@
width: @search-width;
}
#q::-ms-clear,
#q::-webkit-search-cancel-button {
display: none;
}
#send_search {
border-left: none;
width: 2.2em;
@ -110,8 +110,8 @@
clear: both;
.checkbox_container {
margin-top: 2px;
margin: auto;
margin-top: 2px;
}
}
@ -246,7 +246,7 @@
opacity: 0;
transition: opacity 1s ease;
font-size: 0.8em;
text-position: center;
text-align: center;
background: white;
}