Ticket #21310: 21310-contrast.3.diff

File 21310-contrast.3.diff, 1.8 KB (added by sabreuse, 6 months ago)
Line 
1Index: wp-includes/css/admin-bar.css
2===================================================================
3--- wp-includes/css/admin-bar.css       (revision 22698)
4+++ wp-includes/css/admin-bar.css       (working copy)
5@@ -634,16 +634,11 @@
6        font-size: 14px;
7        font-weight: bold;
8        padding: 15px 23px 14px;
9-       background: #8cc1ea;
10-       background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf));
11-       background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf);
12-       background-image:    -moz-linear-gradient(top, #8cc1ea, #72a7cf);
13-       background-image:      -o-linear-gradient(top, #8cc1ea, #72a7cf);
14-       background-image:   linear-gradient(to bottom, #8cc1ea, #72a7cf);
15-       color: #fff;
16+       background: #f1f1f1;
17+       color: #124964;
18+       text-shadow: none;
19        border-radius: 3px;
20        z-index: 100000;
21-       text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
22        line-height: normal;
23        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
24        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
25Index: wp-admin/css/wp-admin.css
26===================================================================
27--- wp-admin/css/wp-admin.css   (revision 22698)
28+++ wp-admin/css/wp-admin.css   (working copy)
29@@ -208,16 +208,9 @@
30        font-size: 14px;
31        font-weight: bold;
32        padding: 15px 23px 14px;
33-       background: #8cc1ea;
34-       background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf));
35-       background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf);
36-       background-image:    -moz-linear-gradient(top, #8cc1ea, #72a7cf);
37-       background-image:      -o-linear-gradient(top, #8cc1ea, #72a7cf);
38-       background-image:   linear-gradient(to bottom, #8cc1ea, #72a7cf);
39-       color: #fff;
40+       background: #f1f1f1;
41        border-radius: 3px;
42        z-index: 100000;
43-       text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
44        line-height: normal;
45        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
46        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);