WordPress 4.4 compatibility

This commit is contained in:
kjodle 2016-01-28 12:39:51 -05:00
parent 125675b52e
commit 259bcb95d2
7 changed files with 39 additions and 3 deletions

View File

@ -21,3 +21,9 @@ a#contextual-help-link {
a#contextual-help-link:hover { a#contextual-help-link:hover {
color: #00138B; color: #00138B;
} }
/* WP 4.4 fix */
button#contextual-help-link,
button#show-settings-link {
box-shadow: none;
}

View File

@ -22,3 +22,9 @@ a#contextual-help-link {
a#contextual-help-link:hover { a#contextual-help-link:hover {
color: #005500; color: #005500;
} }
/* WP 4.4 fix */
button#contextual-help-link,
button#show-settings-link {
box-shadow: none;
}

View File

@ -22,3 +22,9 @@ a#contextual-help-link {
a#contextual-help-link:hover { a#contextual-help-link:hover {
color: #c00909; color: #c00909;
} }
/* WP 4.4 fix */
button#contextual-help-link,
button#show-settings-link {
box-shadow: none;
}

View File

@ -21,3 +21,9 @@ a#show-settings-link {
a#show-settings-link:hover { a#show-settings-link:hover {
color: #00138B; color: #00138B;
} }
/* WP 4.4 fix */
button#contextual-help-link,
button#show-settings-link {
box-shadow: none;
}

View File

@ -21,3 +21,9 @@ a#show-settings-link {
a#show-settings-link:hover { a#show-settings-link:hover {
color: #005500; color: #005500;
} }
/* WP 4.4 fix */
button#contextual-help-link,
button#show-settings-link {
box-shadow: none;
}

View File

@ -21,3 +21,9 @@ a#show-settings-link {
a#show-settings-link:hover { a#show-settings-link:hover {
color: #c00909; color: #c00909;
} }
/* WP 4.4 fix */
button#contextual-help-link,
button#show-settings-link {
box-shadow: none;
}

View File

@ -3,7 +3,7 @@
Plugin Name: Seeing Red Plugin Name: Seeing Red
Plugin URI: http://www.kjodle.net/wordpress/seeing-red/ Plugin URI: http://www.kjodle.net/wordpress/seeing-red/
Description: Makes "Screen Options" more noticeable Description: Makes "Screen Options" more noticeable
Version: 2.0 Version: 2.1
Author: Kenneth John Odle Author: Kenneth John Odle
Author URI: http://techblog.kjodle.net Author URI: http://techblog.kjodle.net
Text Domain: seeing-red Text Domain: seeing-red