Ticket #17324: 17324.fixed-stuffbox-border-bg.diff

File 17324.fixed-stuffbox-border-bg.diff, 509 bytes (added by chexee, 2 years ago)

Updated the .stuffbox class with mouse nibbled borders and #f9f9f9 background.

Line 
1Index: wp-admin/css/wp-admin.dev.css
2===================================================================
3--- wp-admin/css/wp-admin.dev.css       (revision 17851)
4+++ wp-admin/css/wp-admin.dev.css       (working copy)
5@@ -1558,9 +1558,14 @@
6 .stuffbox {
7        margin-bottom: 20px;
8        padding: 0 10px;
9+       background-color: #f9f9f9;
10        border-width: 1px;
11        border-style: solid;
12        line-height: 1;
13+       -moz-border-radius: 3px;
14+       -webkit-border-radius: 3px;
15+       -khtml-border-radius: 3px;
16+       border-radius: 3px;
17 }
18 
19 .widget .widget-top,