[wp-trac] [WordPress Trac] #18211: Paint the Tracshed
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 22 11:06:02 UTC 2011
#18211: Paint the Tracshed
----------------------------+----------------------------
Reporter: nacin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: WordPress.org
Component: Graphic Design | Version:
Severity: normal | Resolution:
Keywords: |
----------------------------+----------------------------
Comment (by ocean90):
Screenshot: http://cl.ly/3k210u1d2M1Z2V0Q2P0R
CSS Code:
{{{
#ticket, #prefs, #mainnav {
background: #f7f7f7;
border: 1px solid #dfdfdf;
}
#ticket .date, #ticket table.properties th, #ticket .description h3 {
color: #555;
}
#ticket table.properties tr {
border-bottom: 1px dotted #efefef;
}
#ticket table.properties {
border-top: 1px solid #dfdfdf;
}
#ticket .description h3 {
border-bottom: 1px solid #dfdfdf;
}
#attachments > div, #changelog, .diff table.trac-diff {
border: 1px solid #dfdfdf;
}
.diff table.trac-diff tbody th {
background: #efefef;
color: #555;
}
.diff table.trac-diff th {
border-bottom: 1px solid #fff;
}
#mainnav :link, #mainnav :visited {
background: none;
border-right: none;
border-left: 1px solid #dfdfdf;
}
#mainnav :link:hover, #mainnav :visited:hover, table.listing tbody
tr:hover {
background: #efefef;
}
dt :link:hover, dt :visited:hover {
background-color: #efefef;
}
#mainnav .active :link, #mainnav .active :visited {
background: #dfdfdf;
color: #333;
}
table.listing thead {
background: #dfdfdf;
}
table.listing thead th {
border: 1px solid #cfcfcf;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18211#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list