File modules/cms/ui/themes/default/style/openrat-diff.css
Last commit: Sun Oct 13 13:17:32 2024 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.
1 .or-diff-line { 2 text-align: right; 3 } 4 .or-diff-text { 5 /* unchanged */ 6 /* removed */ 7 /* new */ 8 /* changed */ 9 } 10 .or-diff-text--old { 11 background-color: #f88989; 12 color: black; 13 } 14 .or-diff-text--new { 15 background-color: #7bad7b; 16 color: black; 17 } 18 .or-diff-text--notequal { 19 background-color: #cbcb16; 20 color: black; 21 } 22
Downloadmodules/cms/ui/themes/default/style/openrat-diff.css
History Sun, 13 Oct 2024 13:17:32 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.