[frio] Remove textcomplete hidden input box shadows in dark/black schemes
This commit is contained in:
parent
c767325257
commit
2ff80bf91b
2 changed files with 8 additions and 0 deletions
|
@ -345,3 +345,7 @@ aside .widget,
|
||||||
box-shadow: 0 0 3px $link_color;
|
box-shadow: 0 0 3px $link_color;
|
||||||
-webkit-box-shadow: 0 0 3px $link_color;
|
-webkit-box-shadow: 0 0 3px $link_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=text].tt-input {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
|
@ -318,3 +318,7 @@ legend {
|
||||||
.adminpage .table-hover > tbody > tr:hover + tr.details {
|
.adminpage .table-hover > tbody > tr:hover + tr.details {
|
||||||
background-color: $nav_bg;
|
background-color: $nav_bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=text].tt-input {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue