diff --git a/core/themes/seven/css/base/print.css b/core/themes/seven/css/base/print.css index 653e511..94606ed 100644 --- a/core/themes/seven/css/base/print.css +++ b/core/themes/seven/css/base/print.css @@ -4,6 +4,7 @@ color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; + transition-property: none !important; } body { padding-top: 0; @@ -42,12 +43,16 @@ color: #000; text-decoration: underline; } - .button, .button--primary { - background: none !important; + .button, + .button--primary { + background-image: none; + border-color: #999; + font-weight: inherit; } .messages { border-width: 1px; border-color: #999; + margin-left: 0; } .is-collapse-enabled .tabs { max-height: 999em; @@ -70,7 +75,17 @@ background: none; border-radius: 4px; } - input.form-autocomplete, input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-number, input.form-color, input.form-file, textarea.form-textarea, select.form-select { + input.form-autocomplete, + input.form-text, + input.form-tel, + input.form-email, + input.form-url, + input.form-search, + input.form-number, + input.form-color, + input.form-file, + textarea.form-textarea, + select.form-select { border-width: 1px; } }