Advertisement
Guest User

Untitled

a guest
Mar 27th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. .widget .widget-top,.postbox h3,.stuffbox h3,.widefat thead tr th,.widefat tfoot tr th,h3.dashboard-widget-title,h3.dashboard-widget-title span,h3.dashboard-widget-title small,.sidebar-name,#nav-menu-header,#nav-menu-footer,.menu-item-handle{
  2. background:#f1f1f1;
  3. background-image:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));
  4. background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);
  5. background-image:-moz-linear-gradient(bottom,#ececec,#f9f9f9);
  6. background-image:-o-linear-gradient(bottom,#ececec,#f9f9f9);
  7. background-image:linear-gradient(to top,#ececec,#f9f9f9)
  8. }
  9.  
  10.  
  11. change to
  12.  
  13.  
  14.  
  15. .widget .widget-top,.postbox h3,.stuffbox h3,.widefat thead tr th,.widefat tfoot tr th,h3.dashboard-widget-title,h3.dashboard-widget-title span,h3.dashboard-widget-title small,.sidebar-name,#nav-menu-header,#nav-menu-footer,.menu-item-handle{
  16. background:#fffff;
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement