Changeset 1918
- Timestamp:
- 09/28/2015 07:07:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r1591 r1918 1331 1331 dt.newticket:before, 1332 1332 dt.batchmodify:before, 1333 .foldable :link:before, 1334 .foldable :visited:before, 1333 1335 dt.attachment:before { 1334 1336 display: inline-block; … … 1393 1395 content: "\f330"; /* dashicons-book */ 1394 1396 } 1395 #content.timeline dt :link, #content.timeline dt :visited { 1396 padding-left: 0; 1397 .foldable :link:before, 1398 .foldable :visited:before { 1399 content: "\f140"; /* dashicons-arrow-down */ 1400 } 1401 .collapsed > .foldable :link:before, 1402 .collapsed > .foldable :visited:before { 1403 content: "\f142"; /* dashicons-arrow-up */ 1397 1404 } 1398 1405 table.listing th.asc a, … … 1412 1419 dt.newticket, dt.newticket a, 1413 1420 dt.batchmodify, dt.batchmodify a, 1414 dt.attachment, dt.attachment a { 1421 dt.attachment, dt.attachment a, 1422 .foldable :link, 1423 .foldable :visited { 1415 1424 background-image: none !important; 1425 } 1426 #content.timeline dt :link, 1427 #content.timeline dt :visited, 1428 .foldable :link, 1429 .foldable :visited { 1430 padding-left: 0; 1416 1431 } 1417 1432 a.mail-link .icon,
Note: See TracChangeset
for help on using the changeset viewer.