web: colour for visited links needs to be important to stick

This commit is contained in:
Thomas R. Koll 2015-12-18 10:14:35 +01:00
parent 71f4dc53b1
commit 3306c65ae5

View File

@ -8,7 +8,7 @@ body { backgroun
.registerreport .odd { background-color:#ded; } .registerreport .odd { background-color:#ded; }
/* .transactionsreport .odd { background-color:#eee; } */ /* .transactionsreport .odd { background-color:#eee; } */
.filtering { background-color:#e0e0e0; } .filtering { background-color:#e0e0e0; }
a:link, a:visited { color:#00e; } a:link, a:visited { color:#00e !important; }
/* a:link:hover, a:visited:hover { color:red; } */ /* a:link:hover, a:visited:hover { color:red; } */
/* #main { border-color:#e0e0e0; } see below */ /* #main { border-color:#e0e0e0; } see below */
/* .journalreport td { border-color:thin solid #e0e0e0; } see below */ /* .journalreport td { border-color:thin solid #e0e0e0; } see below */