Changeset 26297
- Timestamp:
- 11/20/2013 11:32:36 PM (12 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors-fresh.css
r26293 r26297 858 858 .plugins .active.update td, 859 859 .plugins .active.update th, 860 tr.active.update + tr.plugin-update-tr .plugin-update { 860 tr.active.update + tr.plugin-update-tr .plugin-update, 861 #activity-widget #the-comment-list .unapproved { 861 862 background-color: #fefaf7; 862 863 } … … 937 938 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 938 939 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 940 } 941 942 #activity-widget #the-comment-list .comment { 943 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); 944 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); 939 945 } 940 946 -
trunk/src/wp-admin/css/wp-admin.css
r26296 r26297 3253 3253 padding: 12px; 3254 3254 position: relative; 3255 border-top: 1px solid #eeeeee;3256 3255 } 3257 3256 … … 3281 3280 #activity-widget #the-comment-list .comment-item:first-child { 3282 3281 border-top: 1px solid #eeeeee; 3283 }3284 3285 #activity-widget #the-comment-list .unapproved {3286 background: #f7fcfe;3287 3282 } 3288 3283 … … 8237 8232 #activity-widget #latest-comments #the-comment-list .comment-item { 8238 8233 padding: 1em 12px; 8239 border-top: 1px solid #eee;8240 8234 } 8241 8235
Note: See TracChangeset
for help on using the changeset viewer.