Skip to content

Commit

Permalink
Add missing css classes for plugins page color key
Browse files Browse the repository at this point in the history
Fixes #21117
  • Loading branch information
syncguru authored and dregad committed Aug 16, 2016
1 parent 86efa5b commit 67be52b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/default.css
Expand Up @@ -23,6 +23,11 @@ tr.spacer { background-color: #ffffff !important; color: #000000; height: 5px;
#buglist .column-additional-information
{ text-align: left; }

/* manage_plugin_page.php */
span.dependency_dated { color: maroon; }
span.dependency_met { color: green; }
span.dependency_unmet { color: red; }
span.dependency_upgrade { color: orange; }

tr.bugnote .bugnote-note { background-color: #e8e8e8; color: #000000; width: 75%; vertical-align: top; }

Expand Down

0 comments on commit 67be52b

Please sign in to comment.