From: Antoine Musso Date: Mon, 20 Sep 2004 02:36:29 +0000 (+0000) Subject: diff and history color fixes X-Git-Tag: 1.5.0alpha1~1944 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=525d3528438945a860dd36af8b5d0e38c423a58c;p=lhc%2Fweb%2Fwiklou.git diff and history color fixes --- diff --git a/skins/amethyst/main.css b/skins/amethyst/main.css index e7c44f0a31..7a0dfcb43b 100644 --- a/skins/amethyst/main.css +++ b/skins/amethyst/main.css @@ -478,27 +478,30 @@ div.townBox dl dd { margin-right: 0.4em; } #pagehistory span.minor { font-weight: bold; } -#pagehistory li { border: 1px solid White; } +#pagehistory li { border: 1px solid #2F333B; } #pagehistory li.selected { - background-color:#f9f9f9; - border:1px dashed #aaaaaa; + background-color:#2A3C61; + border:1px dashed #2f6fab; } /* ** Diff rendering */ -table.diff { background:white; } -td.diff-otitle { background:#ffffff; } -td.diff-ntitle { background:#ffffff; } +table.diff { background:#2F333B; } +td.diff-otitle { background:#2F333B; } +td.diff-ntitle { background:#2F333B; } td.diff-addedline { + color: black; background:#ccffcc; font-size: smaller; } td.diff-deletedline { + color: black; background:#ffffaa; font-size: smaller; } td.diff-context { - background:#eeeeee; + color: black; + background:#aaaaaa; font-size: smaller; } span.diffchange { color: red; }