Ticket #23497: bordersbackground.diff

File bordersbackground.diff, 534 bytes (added by karmatosed, 3 months ago)

Changes to make the background and borders more consistent with WP UI

Line 
1Index: wp-admin.css
2===================================================================
3--- wp-admin.css        (revision 23549)
4+++ wp-admin.css        (working copy)
5@@ -3586,7 +3586,6 @@
6 }
7 
8 #diffheader {
9-       border-bottom: 2px solid #999;
10        width: 100%;
11        height: 45px;
12        line-height: 45px;
13@@ -3594,8 +3593,9 @@
14 }
15 
16 #diffsubheader {
17-       background-color: #eee;
18-       border-bottom: 2px solid #999;
19+       background-color: #f7f7f7;
20+       border-bottom: 2px solid #dfdfdf;
21+       border-top: 2px solid #dfdfdf;
22        width: 100%;
23        height:35px;
24        line-height: 35px;