Changeset 26175
- Timestamp:
- 11/14/2013 10:10:24 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
r26170 r26175 953 953 } 954 954 955 .comments #the-comment-list .alt {955 #activity-widget .comments #the-comment-list .alt { 956 956 background-color: transparent; 957 957 } -
trunk/src/wp-admin/css/wp-admin.css
r26173 r26175 3274 3274 /* Dashboard activity widget - Comments */ 3275 3275 3276 #the-comment-list tr.undo, #the-comment-list div.undo { 3276 #activity-widget #the-comment-list tr.undo, 3277 #activity-widget #the-comment-list div.undo { 3277 3278 background: none; 3278 3279 padding: 6px 0; 3279 3280 } 3280 3281 3281 # the-comment-list .alternate,3282 # the-comment-list .alt {3282 #activity-widget #the-comment-list .alternate, 3283 #activity-widget #the-comment-list .alt { 3283 3284 background: none; 3284 3285 } 3285 3286 3286 # the-comment-list .comment {3287 #activity-widget #the-comment-list .comment { 3287 3288 background: #f5f5f5; 3288 3289 padding: 12px; … … 3291 3292 } 3292 3293 3293 # the-comment-list img {3294 #activity-widget #the-comment-list img { 3294 3295 position: absolute; 3295 3296 left: 13px; … … 3297 3298 } 3298 3299 3299 # the-comment-list .dashboard-comment-wrap {3300 #activity-widget #the-comment-list .dashboard-comment-wrap { 3300 3301 padding-left: 63px; 3301 3302 } 3302 3303 3303 # the-comment-list .dashboard-comment-wrap blockquote {3304 #activity-widget #the-comment-list .dashboard-comment-wrap blockquote { 3304 3305 margin: 1em 0; 3305 3306 } 3306 3307 3307 # the-comment-list .comment-item h4 {3308 #activity-widget #the-comment-list .comment-item h4 { 3308 3309 font-size: 13px; 3309 3310 color: #999; 3310 3311 } 3311 3312 3312 # the-comment-list .comment-item p.row-actions {3313 #activity-widget #the-comment-list .comment-item p.row-actions { 3313 3314 margin: 4px 0 0 0; 3314 3315 } 3315 3316 3316 # the-comment-list .comment-item:first-child {3317 #activity-widget #the-comment-list .comment-item:first-child { 3317 3318 border-top: 1px solid #eeeeee; 3318 3319 } 3319 3320 3320 # the-comment-list .unapproved {3321 #activity-widget #the-comment-list .unapproved { 3321 3322 background: #f7fcfe; 3322 3323 } 3323 3324 3324 # the-comment-list .unapproved:before {3325 #activity-widget #the-comment-list .unapproved:before { 3325 3326 content: ""; 3326 3327 display: block; … … 3331 3332 background: #d54e21; 3332 3333 width: 4px; 3334 } 3335 3336 #activity-widget #the-comment-list .spam-undo-inside .avatar, 3337 #activity-widget #the-comment-list .trash-undo-inside .avatar { 3338 margin-right: 20px; 3339 position: relative; 3340 top: 0; 3333 3341 } 3334 3342
Note: See TracChangeset
for help on using the changeset viewer.