mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
436cc89fb1
commit
63bf9e20cd
@ -249,6 +249,13 @@ input[type=text].search-input {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search-input:invalid,
|
||||||
|
.search-input:-moz-submit-invalid,
|
||||||
|
.search-input:-moz-ui-invalid {
|
||||||
|
// Disable glow
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes search-reset-in {
|
@keyframes search-reset-in {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user