Making WordPress.org

Changeset 7087


Ignore:
Timestamp:
04/11/2018 06:07:57 AM (7 years ago)
Author:
dd32
Message:

Trac: Update wp-trac.css with some more-specific selectors and overrides for Trac 1.2.2 CSS.

See #3526

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r6959 r7087  
    179179}
    180180#metanav.nav a,
    181 #metanav.nav a:visited {
     181#metanav.nav a:visited,
     182#metanav form.trac-logout button {
    182183    color: rgba(255, 255, 255, 0.8);
    183184}
    184185.build #metanav.nav a,
    185186.build #metanav.nav a:visited,
     187.build #metanav form.trac-logout button,
    186188.security #metanav.nav a,
    187 .security #metanav.nav a:visited {
     189.security #metanav.nav a:visited,
     190.security #metanav form.trac-logout button {
    188191    color: #21759b;
    189192}
     
    390393    background: #ddd;
    391394}
    392 #ticket table.properties th.missing {
     395#ticket table.properties > tbody > tr > th.missing {
    393396    color: #aaa;
    394397}
    395 #ticket table.properties, #ticket table.properties .description {
     398#ticket table.properties,
     399#ticket table.properties .description {
    396400    border-top: 1px solid #ddd;
    397401}
    398 #ticket table.properties :link, #ticket table.properties :visited {
     402#ticket table.properties :link,
     403#ticket table.properties :visited {
    399404    color: #000;
    400405}
    401 #ticket table.properties td, #ticket table.properties th {
     406#ticket table.properties > tbody > tr > td,
     407#ticket table.properties > tbody > tr > th {
    402408    line-height: 1.4;
    403409    font-size: 13px;
    404410}
    405 #ticket table.properties th {
     411#ticket table.properties > tbody > tr > th {
    406412    color: #666;
    407413}
     
    789795    box-shadow: none;
    790796}
     797.trac-author-user {
     798    font-weight: inherit;
     799}
    791800.foldable :link, .foldable :visited {
    792801    -webkit-box-shadow: none;
     
    912921    color: #888;
    913922}
     923
     924#changelog .changes,
    914925div.change ul.changes {
    915926    margin-top: 20px;
    916927    margin-bottom: 20px;
     928    padding: inherit;
     929    border: none;
     930    float: none;
     931    box-shadow: none;
     932    background: inherit;
     933    color: inherit;
    917934}
    918935h3.change .profile-link {
Note: See TracChangeset for help on using the changeset viewer.