Ticket #21310: 21310.contrast.2.diff
File 21310.contrast.2.diff, 2.3 KB (added by , 12 years ago) |
---|
-
wp-includes/css/admin-bar.css
634 634 font-size: 14px; 635 635 font-weight: bold; 636 636 padding: 15px 23px 14px; 637 background: #8cc1ea; 638 background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf)); 639 background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf); 640 background-image: -moz-linear-gradient(top, #8cc1ea, #72a7cf); 641 background-image: -o-linear-gradient(top, #8cc1ea, #72a7cf); 642 background-image: linear-gradient(to bottom, #8cc1ea, #72a7cf); 637 background-color: #21759b; 638 background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b)); 639 background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); 640 background-image: -moz-linear-gradient(top, #2a95c5, #21759b); 641 background-image: -ms-linear-gradient(top, #2a95c5, #21759b); 642 background-image: -o-linear-gradient(top, #2a95c5, #21759b); 643 background-image: linear-gradient(to bottom, #2a95c5, #21759b); 643 644 color: #fff; 644 645 border-radius: 3px; 645 646 z-index: 100000; -
wp-admin/css/wp-admin.css
208 208 font-size: 14px; 209 209 font-weight: bold; 210 210 padding: 15px 23px 14px; 211 background: #8cc1ea; 212 background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf)); 213 background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf); 214 background-image: -moz-linear-gradient(top, #8cc1ea, #72a7cf); 215 background-image: -o-linear-gradient(top, #8cc1ea, #72a7cf); 216 background-image: linear-gradient(to bottom, #8cc1ea, #72a7cf); 211 background-color: #21759b; 212 background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b)); 213 background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); 214 background-image: -moz-linear-gradient(top, #2a95c5, #21759b); 215 background-image: -ms-linear-gradient(top, #2a95c5, #21759b); 216 background-image: -o-linear-gradient(top, #2a95c5, #21759b); 217 background-image: linear-gradient(to bottom, #2a95c5, #21759b); 217 218 color: #fff; 218 219 border-radius: 3px; 219 220 z-index: 100000;