Making WordPress.org

Changeset 7105


Ignore:
Timestamp:
04/13/2018 12:48:43 PM (7 years ago)
Author:
ocean90
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

    r7094 r7105  
    417417    color: #666;
    418418}
    419 #ticket .description h3 {
     419#ticket div.description h3 {
    420420    border-bottom: 1px solid #ddd;
    421421    color: #666;
     
    673673    border-bottom-color: #ccc;
    674674}
    675 table.listing tbody tr:hover {
    676     background: #eee !important; /* important to override the other important */
     675table.listing tbody tr:hover td,
     676table.code tbody tr:hover td {
     677    background: #eee;
    677678}
    678679.suggestions {
Note: See TracChangeset for help on using the changeset viewer.