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

This commit is contained in:
Hypolite Petovan 2020-09-14 00:18:41 -04:00
parent c767325257
commit 2ff80bf91b
2 changed files with 8 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
}