Changeset 23638
- Timestamp:
- 03/07/2013 03:11:23 PM (12 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r23581 r23638 1460 1460 /* Diff */ 1461 1461 table.diff .diff-deletedline { 1462 background-color: #fdd; 1462 background-color: #ffe5e6; 1463 color: #8b0012; 1464 text-decoration: line-through; 1463 1465 } 1464 1466 1465 1467 table.diff .diff-deletedline del { 1466 background-color: #f 99;1468 background-color: #ffe5e6; 1467 1469 } 1468 1470 1469 1471 table.diff .diff-addedline { 1470 background-color: # dfd;1472 background-color: #e9f6ea; 1471 1473 } 1472 1474 1473 1475 table.diff .diff-addedline ins { 1474 background-color: #9f9; 1476 background-color: #e9f6ea; 1477 } 1478 1479 #diffsubheader{ 1480 background-color: #f7f7f7; 1475 1481 } 1476 1482 -
trunk/wp-admin/css/colors-fresh.css
r23581 r23638 1354 1354 table.diff .diff-deletedline { 1355 1355 background-color: #ffe5e6; 1356 color: # f2001f;1356 color: #8b0012; 1357 1357 text-decoration: line-through; 1358 1358 } 1359 1359 1360 1360 table.diff .diff-deletedline del { 1361 background-color: #f 99;1361 background-color: #ffe5e6; 1362 1362 } 1363 1363 1364 1364 table.diff .diff-deletedline-symbol { 1365 color: # f2001f;1365 color: #8b0012; 1366 1366 } 1367 1367 1368 1368 table.diff .diff-addedline { 1369 1369 background-color: #e9f6ea; 1370 color: #0 0a500;1370 color: #035a03; 1371 1371 } 1372 1372 1373 1373 table.diff .diff-addedline-symbol { 1374 color: #0 0a500;1374 color: #035a03; 1375 1375 } 1376 1376 1377 1377 table.diff .diff-addedline ins { 1378 background-color: #9f9; 1378 background-color: #e9f6ea; 1379 } 1380 1381 #diffsubheader{ 1382 background-color: #f7f7f7; 1379 1383 } 1380 1384 -
trunk/wp-admin/css/wp-admin.css
r23622 r23638 3583 3583 3584 3584 #diffheader { 3585 border-bottom: 2px solid #999;3585 border-bottom: 1px solid #dfdfdf; 3586 3586 width: 100%; 3587 3587 height: 45px; … … 3591 3591 3592 3592 #diffsubheader { 3593 background-color: #eee; 3594 border-bottom: 2px solid #999; 3593 border-bottom: 1px solid #dfdfdf; 3595 3594 width: 100%; 3596 3595 height:35px;
Note: See TracChangeset
for help on using the changeset viewer.