Changeset 355
- Timestamp:
- 01/31/2014 07:30:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r354 r355 1173 1173 * Dashicons 1174 1174 */ 1175 a.mail-link:before, 1176 a.ext-link:before, 1177 a.trac-rawlink:before, a.trac-ziplink:before, 1175 1178 span.AtD_proofread_button:before, 1176 1179 .wikitoolbar a:before, … … 1246 1249 padding-left: 0; 1247 1250 } 1251 a.trac-rawlink, a.trac-ziplink, 1248 1252 dt.wiki, dt.wiki a, 1249 1253 dt.milestone, dt.milestone a, … … 1257 1261 background-image: none !important; 1258 1262 } 1263 a.mail-link .icon, 1264 a.ext-link .icon { 1265 display: none; 1266 } 1259 1267 #altlinks li a.rss { 1260 1268 background: none; … … 1334 1342 line-height: 28px; 1335 1343 } 1344 a.trac-rawlink:before, a.trac-ziplink:before, 1345 a.ext-link:before, 1346 a.mail-link:before { 1347 color: #21759b; 1348 } 1349 a.trac-rawlink:hover:before, a.trac-ziplink:hover:before, 1350 a.ext-link:hover:before, 1351 a.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 } 1357 a.trac-rawlink, a.trac-ziplink { 1358 padding-right: 0; 1359 } 1360 a.trac-rawlink:before, a.trac-ziplink:before, 1361 a.ext-link:before, 1362 a.mail-link:before { 1363 font-size: 15px; 1364 height: 15px; 1365 width: 15px; 1366 vertical-align: middle; 1367 padding-right: 3px; 1368 } 1369 a.trac-rawlink:before, a.trac-ziplink:before { 1370 content: "\f316"; /* dashicons-download */ 1371 } 1372 a.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 } 1379 a.mail-link { 1380 white-space: nowrap; 1381 } 1382 a.mail-link:before { 1383 content: "\f466"; /* dashicons-email-alt */ 1384 } 1336 1385 1337 1386 /* =Reports page */
Note: See TracChangeset
for help on using the changeset viewer.