/* ------------------------------------------------------------------------------ * Author: web-zone.org * @package Airin Blog * Description: Styles for the admin panel * ------------------------------------------------------------------------------ */ /* Adding messages */ #wptrt-notice-airinblog_notice_free_1 a, #wptrt-notice-airinblog_notice_free_2 a { display: inline-block; font-size: 13px; background: #2271b1; border: solid 1px #2271b1; border-radius: 3px; color: #fff; text-decoration: none; text-shadow: none; cursor: pointer; white-space: nowrap; box-sizing: border-box; padding: 4px 10px; margin-top: 8px; margin-bottom: 3px; } #wptrt-notice-airinblog_notice_free_1 a:hover, #wptrt-notice-airinblog_notice_free_2 a:hover { background: #135e96; border-color: #135e96; } /* Fixing the header on WP update page */ #wptrt-notice-airinblog_notice_free_2 h2 { margin: 15px 0 3px; }