Skip to content
Snippets Groups Projects
Commit c96c5956 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 270a3748
No related branches found
No related tags found
No related merge requests found
...@@ -1191,6 +1191,27 @@ fieldset .description { ...@@ -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 */
......
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