/************************************ Screen meta buttons for WP 3.8+ *************************************/ /* All buttons */ .custom-screen-meta-link-wrap { float: right; height: 28px; margin: 0 0 0 6px; border: 1px solid #ddd; border-top: none; background: #fff; -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1); box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1); } #screen-meta .custom-screen-meta-link-wrap a.custom-screen-meta-link, #screen-meta-links .custom-screen-meta-link-wrap a.custom-screen-meta-link { padding: 3px 16px 3px 16px; text-decoration: none; display: block; min-height: 22px; } #screen-meta-links a.custom-screen-meta-link::after { display: none; } /* "Upgrade to Pro" */ #ws-pro-version-notice { background-color: #00C31F; border-color: #0a0; } #ws-pro-version-notice a.show-settings { font-weight: bold; color: #DEFFD8; text-shadow: none; } #ws-pro-version-notice a.show-settings:hover { color: white; }