Ticket #10054: 10054.2.diff

File 10054.2.diff, 893 bytes (added by Denis-de-Bernardy, 4 years ago)
Line 
1Index: wp-admin/css/colors-fresh.css
2===================================================================
3--- wp-admin/css/colors-fresh.css       (revision 1673)
4+++ wp-admin/css/colors-fresh.css       (working copy)
5@@ -590,9 +590,20 @@
6 #search-plugins-table .inactive th,
7 #search-plugins-table .inactive td,
8 tr.inactive + tr.plugin-update-tr .plugin-update {
9-       background-color: #ebebeb;
10+       background-color: #eee;
11 }
12 
13+tr.plugin-update-tr .update-message {
14+       margin: 0px 6px 4px;
15+       padding: 3px 4px;
16+       background-color: #fffbe4;
17+       border: solid 1px #dfdfdf;
18+       -moz-border-radius: 5px;
19+       -khtml-border-radius: 5px;
20+       -webkit-border-radius: 5px;
21+       border-radius: 5px;
22+}
23+
24 .plugins .active,
25 .plugins .active th,
26 .plugins .active td {
27@@ -601,7 +612,7 @@
28 
29 #all-plugins-table .inactive a,
30 #search-plugins-table .inactive a {
31-       color: #555;   
32+       color: #396980;
33 }
34 
35 #the-comment-list .unapproved,