Skip to content
Snippets Groups Projects
Commit 8f7098c0 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Remove the box-shadow and border-color for disbled input fields.

Follow on to seanmonstar's PR 1790.

issue #1661
parent 7ca1900a
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,10 @@ input[type=password]:disabled {
* issue #1311 */
-webkit-text-fill-color: #4f4f4f;
opacity: 1;
/* Remove the box-shadow and border-color that come with a focused input
* field */
box-shadow: none;
border-color: #b2b2b2;
}
input[type=radio],
......
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