#854432 by Jeff Burnz: Fixed Add styling for disabled form elements in Bartik

merge-requests/26/head
Angie Byron 2010-12-06 16:18:59 +00:00
parent 270a37480d
commit c96c59560b
1 changed files with 21 additions and 0 deletions

View File

@ -1191,6 +1191,27 @@ fieldset .description {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
background: #ededed;
border-color: #bbb;
color: #717171;
}
.form-disabled .grippie {
background-color: #ededed;
border-color: #bbb;
}
.form-disabled label {
color: #717171;
}
/* Animated throbber */
html.js input.form-autocomplete {
background-position: 100% 4px; /* LTR */