From 04147085e3ccbd2e97b0212a2e97de428362510a Mon Sep 17 00:00:00 2001 From: Jb Date: Tue, 7 Apr 2020 21:44:01 +0200 Subject: [PATCH] Remove green and red colors on texts and links --- css/wp-autoupdates.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/css/wp-autoupdates.css b/css/wp-autoupdates.css index 22e6eb1..799cfc8 100755 --- a/css/wp-autoupdates.css +++ b/css/wp-autoupdates.css @@ -2,22 +2,6 @@ min-width: 200px; } -.autoupdates_column .plugin-autoupdate-enabled, -.theme-overlay .theme-autoupdate-enabled a { - color: #006505; -} - -.autoupdates_column .plugin-autoupdate-disable, -.autoupdates_column .theme-autoupdate-disable, -.theme-overlay .theme-autoupdate-disabled a { - color: #a00; -} - -.plugin-autoupdate-enabled, -.theme-autoupdate-enabled { - color: #006505; -} - .plugins .plugin-title .plugin-autoupdate-enabled .dashicons, #update-themes-table .plugin-title .dashicons { float: none; @@ -31,7 +15,6 @@ background: transparent; box-shadow: none; font-size: 20px; - color: #006505; } .theme-overlay .theme-autoupdate a {