comparison core/modules/system/css/system.diff.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
1 /** 1 /**
2 * Traditional split diff theming 2 * Traditional split diff theming
3 */ 3 */
4 table.diff { 4 table.diff {
5 width: 100%;
6 margin-bottom: 20px;
5 border-spacing: 4px; 7 border-spacing: 4px;
6 margin-bottom: 20px;
7 width: 100%;
8 } 8 }
9 table.diff .diff-context { 9 table.diff .diff-context {
10 background-color: #fafafa; 10 background-color: #fafafa;
11 } 11 }
12 table.diff .diff-deletedline { 12 table.diff .diff-deletedline {
13 width: 50%;
13 background-color: #ffa; 14 background-color: #ffa;
14 width: 50%;
15 } 15 }
16 table.diff .diff-addedline { 16 table.diff .diff-addedline {
17 width: 50%;
17 background-color: #afa; 18 background-color: #afa;
18 width: 50%;
19 } 19 }
20 table.diff .diffchange { 20 table.diff .diffchange {
21 color: #f00; 21 color: #f00;
22 font-weight: bold; 22 font-weight: bold;
23 } 23 }