#854432 by Jeff Burnz: Fixed Add styling for disabled form elements in Bartik
parent
270a37480d
commit
c96c59560b
|
@ -1191,6 +1191,27 @@ fieldset .description {
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
border-bottom-right-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 */
|
/* Animated throbber */
|
||||||
html.js input.form-autocomplete {
|
html.js input.form-autocomplete {
|
||||||
background-position: 100% 4px; /* LTR */
|
background-position: 100% 4px; /* LTR */
|
||||||
|
|
Loading…
Reference in New Issue