diff options
-rw-r--r-- | themes/seven/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index a6bd0c43b..8c64e81d3 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -623,6 +623,7 @@ div.teaser-checkbox .form-item, } .form-disabled input.form-autocomplete, .form-disabled input.form-text, +.form-disabled input.form-file, .form-disabled textarea.form-textarea, .form-disabled select.form-select { background-color: #eee; @@ -716,6 +717,7 @@ form input#edit-delete { } input.form-autocomplete, input.form-text, +input.form-file, textarea.form-textarea, select.form-select { padding: 2px; @@ -725,6 +727,7 @@ select.form-select { color: #333; } input.form-text:focus, +input.form-file:focus, textarea.form-textarea:focus, select.form-select:focus { color: #000; |