WordPress 4.4 compatibility
This commit is contained in:
parent
125675b52e
commit
259bcb95d2
@ -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;
|
||||||
|
}
|
@ -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;
|
||||||
|
}
|
@ -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;
|
||||||
|
}
|
@ -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;
|
||||||
|
}
|
@ -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;
|
||||||
|
}
|
@ -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;
|
||||||
|
}
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user