Making WordPress.org

Changeset 355


Ignore:
Timestamp:
01/31/2014 07:30:20 PM (10 years ago)
Author:
ocean90
Message:

Trac: Replace link icons with Dashicons. see #272.

File:
1 edited

Legend:

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

    r354 r355  
    11731173 * Dashicons
    11741174 */
     1175a.mail-link:before,
     1176a.ext-link:before,
     1177a.trac-rawlink:before, a.trac-ziplink:before,
    11751178span.AtD_proofread_button:before,
    11761179.wikitoolbar a:before,
     
    12461249    padding-left: 0;
    12471250}
     1251a.trac-rawlink, a.trac-ziplink,
    12481252dt.wiki, dt.wiki a,
    12491253dt.milestone, dt.milestone a,
     
    12571261    background-image: none !important;
    12581262}
     1263a.mail-link .icon,
     1264a.ext-link .icon {
     1265    display: none;
     1266}
    12591267#altlinks li a.rss {
    12601268    background: none;
     
    13341342    line-height: 28px;
    13351343}
     1344a.trac-rawlink:before, a.trac-ziplink:before,
     1345a.ext-link:before,
     1346a.mail-link:before {
     1347    color: #21759b;
     1348}
     1349a.trac-rawlink:hover:before, a.trac-ziplink:hover:before,
     1350a.ext-link:hover:before,
     1351a.mail-link:hover::before {
     1352    color: #555;
     1353}
     1354#content.timeline a.trac-rawlink:before, a.trac-ziplink:before {
     1355    color: #000; /* Reset color for timeline */
     1356}
     1357a.trac-rawlink, a.trac-ziplink {
     1358    padding-right: 0;
     1359}
     1360a.trac-rawlink:before, a.trac-ziplink:before,
     1361a.ext-link:before,
     1362a.mail-link:before {
     1363    font-size: 15px;
     1364    height: 15px;
     1365    width: 15px;
     1366    vertical-align: middle;
     1367    padding-right: 3px;
     1368}
     1369a.trac-rawlink:before, a.trac-ziplink:before {
     1370    content: "\f316"; /* dashicons-download */
     1371}
     1372a.ext-link:before {
     1373    content: "\f316"; /* dashicons-download */
     1374    -webkit-transform: rotate(-90deg);
     1375    -ms-transform: rotate(-90deg);
     1376    transform: rotate(-90deg);
     1377    margin-top: -5px
     1378}
     1379a.mail-link {
     1380    white-space: nowrap;
     1381}
     1382a.mail-link:before {
     1383    content: "\f466"; /* dashicons-email-alt */
     1384}
    13361385
    13371386/* =Reports page */
Note: See TracChangeset for help on using the changeset viewer.