1
0

Remove text-shadow for 'Publish now' button

References #262
This commit is contained in:
Matthias Mees
2015-01-17 16:35:58 +01:00
parent d626281228
commit 6287ce8f7e

View File

@ -609,6 +609,10 @@ input[type="button"] {
text-shadow: #fff 0 1px 1px;
}
button[type="submit"].publish_now {
text-shadow: none !important;
}
.state_submit,
.state_submit:visited,
#edit_entry_category button.mfp-close,
@ -1018,6 +1022,7 @@ a:focus {
a.button_link,
a.button_link:hover,
a.button_link:focus,
button[type="submit"].publish_now,
.button_link > span:before {
color: #222;
text-decoration: none;