| 1 | Index: 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, |
|---|