[frio] Remove textcomplete hidden input box shadows in dark/black schemes

pull/9199/head
Hypolite Petovan 2020-09-14 00:18:41 -04:00
rodzic c767325257
commit 2ff80bf91b
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -345,3 +345,7 @@ aside .widget,
box-shadow: 0 0 3px $link_color;
-webkit-box-shadow: 0 0 3px $link_color;
}
input[type=text].tt-input {
box-shadow: none;
}

Wyświetl plik

@ -318,3 +318,7 @@ legend {
.adminpage .table-hover > tbody > tr:hover + tr.details {
background-color: $nav_bg;
}
input[type=text].tt-input {
box-shadow: none;
}