[frio] Remove textcomplete hidden input box shadows in dark/black schemes
This commit is contained in:
parent
c767325257
commit
2ff80bf91b
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user