Changeset 250
- Timestamp:
- 01/09/2014 08:50:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r244 r250 324 324 } 325 325 #ticket table.properties :link, #ticket table.properties :visited { 326 color: #000 326 color: #000; 327 327 } 328 328 #ticket table.properties td, #ticket table.properties th { … … 394 394 margin-left: 1em; 395 395 } 396 #content.timeline dl.unread { 397 margin-left: 0.38em; 398 } 396 399 #content.timeline dt :link:hover, dt :visited:hover { 397 400 background-color: #eee; … … 403 406 text-decoration: line-through; 404 407 } 408 dl.unread { 409 border-left-color: #d54e21; 410 } 405 411 #content.timeline dd { 406 412 color: #777; 407 margin: 0 0 .75em 5.8em;413 margin: 0 0 1.5em 5em; 408 414 } 409 415 #content.timeline :link, #content.timeline :visited { … … 989 995 } 990 996 997 /** 998 * Dashicons 999 */ 1000 #altlinks li a.rss:before, 1001 dt.reopenedticket:before, 1002 dt.closedticket:before, 1003 dt.changeset:before, 1004 dt.editedticket:before, 1005 dt.newticket:before, 1006 dt.batchmodify:before, 1007 dt.attachment:before { 1008 display: inline-block; 1009 width: 20px; 1010 height: 20px; 1011 -webkit-font-smoothing: antialiased; 1012 font-size: 20px; 1013 line-height: 1; 1014 font-family: "dashicons"; 1015 text-decoration: inherit; 1016 font-weight: normal; 1017 font-style: normal; 1018 vertical-align: top; 1019 -webkit-transition: color .1s ease-in 0; 1020 -moz-transition: color .1s ease-in 0; 1021 transition: color .1s ease-in 0; 1022 text-align: center; 1023 color: #777; 1024 } 1025 dt.reopenedticket:hover:before, 1026 dt.closedticket:hover:before, 1027 dt.changeset:hover:before, 1028 dt.editedticket:hover:before, 1029 dt.newticket:hover:before, 1030 dt.batchmodify:hover:before, 1031 dt.attachment:hover:before { 1032 color: #21759b; 1033 } 1034 dt.attachment:before { 1035 content: "\f103"; /* dashicons-admin-links */ 1036 } 1037 dt.batchmodify:before { 1038 content: "\f105"; /* dashicons-admin-page */ 1039 } 1040 dt.newticket:before { 1041 content: "\f133"; /* dashicons-welcome-add-page */ 1042 } 1043 dt.editedticket:before { 1044 content: "\f119"; /* dashicons-welcome-write-blog */ 1045 } 1046 dt.changeset:before { 1047 content: "\f111"; /* dashicons-admin-generic */ 1048 } 1049 dt.closedticket:before { 1050 content: "\f147"; /* dashicons-yes */ 1051 font-size: 26px; 1052 margin-left: -6px; 1053 padding-right: 6px; 1054 } 1055 dt.reopenedticket:before { 1056 content: "\f119"; /* dashicons-welcome-write-blog */ 1057 } 1058 #content.timeline dt :link, #content.timeline dt :visited { 1059 padding-left: 0; 1060 } 1061 dt.reopenedticket, dt.reopenedticket a, 1062 dt.closedticket, dt.closedticket a, 1063 dt.changeset, dt.changeset a, 1064 dt.editedticket, dt.editedticket a, 1065 dt.newticket, dt.newticket a, 1066 dt.batchmodify, dt.batchmodify a, 1067 dt.attachment, dt.attachment a { 1068 background-image: none !important; 1069 } 1070 #altlinks li a.rss { 1071 background: none; 1072 padding-left: 0; 1073 } 1074 #altlinks li a.rss:before { 1075 content: "\f303"; 1076 color: #ff6600; 1077 padding-right: 5px 1078 } 1079 991 1080 /* =Responsive / Mobile 992 1081 ----------------------------------------------- */
Note: See TracChangeset
for help on using the changeset viewer.