From 259bcb95d2ec32f249f2cf573e952bd85189bde6 Mon Sep 17 00:00:00 2001 From: kjodle Date: Thu, 28 Jan 2016 12:39:51 -0500 Subject: [PATCH] WordPress 4.4 compatibility --- css/chblue.css | 8 +++++++- css/chgreen.css | 6 ++++++ css/chred.css | 8 +++++++- css/soblue.css | 6 ++++++ css/sogreen.css | 6 ++++++ css/sored.css | 6 ++++++ seeing_red.php | 2 +- 7 files changed, 39 insertions(+), 3 deletions(-) diff --git a/css/chblue.css b/css/chblue.css index 14051b7..d97da34 100644 --- a/css/chblue.css +++ b/css/chblue.css @@ -20,4 +20,10 @@ a#contextual-help-link { } a#contextual-help-link:hover { color: #00138B; - } \ No newline at end of file + } + +/* WP 4.4 fix */ +button#contextual-help-link, +button#show-settings-link { + box-shadow: none; +} \ No newline at end of file diff --git a/css/chgreen.css b/css/chgreen.css index 8a810ae..61ebe50 100644 --- a/css/chgreen.css +++ b/css/chgreen.css @@ -22,3 +22,9 @@ a#contextual-help-link { a#contextual-help-link:hover { color: #005500; } + +/* WP 4.4 fix */ +button#contextual-help-link, +button#show-settings-link { + box-shadow: none; +} \ No newline at end of file diff --git a/css/chred.css b/css/chred.css index a24f1d3..c715dea 100644 --- a/css/chred.css +++ b/css/chred.css @@ -21,4 +21,10 @@ a#contextual-help-link { } a#contextual-help-link:hover { color: #c00909; - } \ No newline at end of file + } + +/* WP 4.4 fix */ +button#contextual-help-link, +button#show-settings-link { + box-shadow: none; +} \ No newline at end of file diff --git a/css/soblue.css b/css/soblue.css index 4d920ce..64db768 100644 --- a/css/soblue.css +++ b/css/soblue.css @@ -21,3 +21,9 @@ a#show-settings-link { a#show-settings-link:hover { color: #00138B; } + +/* WP 4.4 fix */ +button#contextual-help-link, +button#show-settings-link { + box-shadow: none; +} \ No newline at end of file diff --git a/css/sogreen.css b/css/sogreen.css index 7289fc8..e39cee3 100644 --- a/css/sogreen.css +++ b/css/sogreen.css @@ -21,3 +21,9 @@ a#show-settings-link { a#show-settings-link:hover { color: #005500; } + +/* WP 4.4 fix */ +button#contextual-help-link, +button#show-settings-link { + box-shadow: none; +} \ No newline at end of file diff --git a/css/sored.css b/css/sored.css index f59db30..50ae8f4 100644 --- a/css/sored.css +++ b/css/sored.css @@ -21,3 +21,9 @@ a#show-settings-link { a#show-settings-link:hover { color: #c00909; } + +/* WP 4.4 fix */ +button#contextual-help-link, +button#show-settings-link { + box-shadow: none; +} \ No newline at end of file diff --git a/seeing_red.php b/seeing_red.php index 1a1c33e..0ff5a04 100644 --- a/seeing_red.php +++ b/seeing_red.php @@ -3,7 +3,7 @@ Plugin Name: Seeing Red Plugin URI: http://www.kjodle.net/wordpress/seeing-red/ Description: Makes "Screen Options" more noticeable -Version: 2.0 +Version: 2.1 Author: Kenneth John Odle Author URI: http://techblog.kjodle.net Text Domain: seeing-red