cambio de fuentes css

This commit is contained in:
marcos 2021-05-27 09:55:21 +02:00
parent 90fa3f085f
commit d7128c53d8
1 changed files with 9 additions and 0 deletions

View File

@ -1048,3 +1048,12 @@ li > input[type="password"] {
box-sizing: border-box;
margin-bottom: 4px;
}
a:hover {
text-decoration: underline;
color: #fff;
}
input.search_input {
background-image: url("../../images/input_zoom.disabled.png");
}