Skip to content

Commit

Permalink
Don't render disabled input elements white
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed May 28, 2015
1 parent 1a51368 commit 70d98f3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions public/css/icinga/forms.less
Expand Up @@ -96,11 +96,6 @@ select::-moz-focus-inner {
outline: 0;
}

input:disabled, select:disabled {
background-color: #fff;
border-color: white;
}

form.inline {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -263,4 +258,4 @@ form > div.header {
h1, h2, h3, h4, h5, h6 {
display: inline-block;
}
}
}

0 comments on commit 70d98f3

Please sign in to comment.