Make WordPress Core

Ticket #26928: 26928.patch

File 26928.patch, 716 bytes (added by hardeepasrani, 11 years ago)

Fixed minor error :)

  • src/wp-admin/css/colors.css

     
    19781978                background: none !important;
    19791979        }
    19801980}
     1981
     1982.status-draft {
     1983        background: #ffffe0 !important;
     1984}
     1985
     1986.status-future {
     1987        background: #E9F2D3 !important;
     1988}
     1989
     1990.status-publish {/* no background keep wp alternating colors */}
     1991
     1992.status-pending {
     1993        background: #D3E4ED !important;
     1994}
     1995
     1996.status-private {
     1997        background: #FFECE6 !important;
     1998}
     1999
     2000.status-sticky {
     2001        background: #F9F9F9 !important;
     2002}
     2003
     2004.post-password-required {
     2005        background: #F7FCFE !important;
     2006}
     2007 No newline at end of file