| 1 | Index: wp-admin/css/wp-admin.css |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/css/wp-admin.css (revision 22698) |
|---|
| 4 | +++ wp-admin/css/wp-admin.css (working copy) |
|---|
| 5 | @@ -208,12 +208,13 @@ |
|---|
| 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 | + background-color: #21759b; |
|---|
| 16 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b)); |
|---|
| 17 | + background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); |
|---|
| 18 | + background-image: -moz-linear-gradient(top, #2a95c5, #21759b); |
|---|
| 19 | + background-image: -ms-linear-gradient(top, #2a95c5, #21759b); |
|---|
| 20 | + background-image: -o-linear-gradient(top, #2a95c5, #21759b); |
|---|
| 21 | + background-image: linear-gradient(to bottom, #2a95c5, #21759b); |
|---|
| 22 | color: #fff; |
|---|
| 23 | border-radius: 3px; |
|---|
| 24 | z-index: 100000; |
|---|