mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Changed link colors for listings
SVN revision: 382
This commit is contained in:
parent
25616dd3ec
commit
9158dcd194
@ -134,20 +134,27 @@ td {
|
|||||||
|
|
||||||
/* link colors and decorations for message listings */
|
/* link colors and decorations for message listings */
|
||||||
|
|
||||||
.list1, .list1 a {
|
.list1 {
|
||||||
background-color:#DDEEBB;
|
background-color:#DDEEBB;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
color:black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list2, .list2 a {
|
.list2 {
|
||||||
background-color:#FFFFB0;
|
background-color:#FFFFB0;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
color:black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list1 a:visited { color:black; } /* bug for IE */
|
.list1 a:link { color:black; text-decoration:none }
|
||||||
.list2 a:visited { color:black; } /* bug for IE */
|
.list1 a:visited { color:black; text-decoration:none }
|
||||||
|
.list1 a:hover { color:#0000FF; text-decoration:underline }
|
||||||
|
.list1 a:active { color:black; text-decoration:underline }
|
||||||
|
.list1 a:focus { color:#0000FF; text-decoration:underline }
|
||||||
|
|
||||||
|
.list2 a:link { color:black; text-decoration:none }
|
||||||
|
.list2 a:visited { color:black; text-decoration:none }
|
||||||
|
.list2 a:hover { color:#0000FF; text-decoration:underline }
|
||||||
|
.list2 a:active { color:black; text-decoration:underline }
|
||||||
|
.list2 a:focus { color:#0000FF; text-decoration:underline }
|
||||||
|
|
||||||
/* attachment line */
|
/* attachment line */
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user