Skip to content
Snippets Groups Projects
Commit 1f74b783 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Style disabled fields correctly

parent 7a2bb2c6
No related branches found
No related tags found
No related merge requests found
......@@ -470,6 +470,10 @@ form.inline {
}
}
input[disabled] {
background-color: #f4f4f4 !important;
}
.search-form {
position: relative;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment