mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
fix non event links style
This commit is contained in:
parent
77bed422e0
commit
d1e501b1f4
@ -23,9 +23,8 @@ a:link,a:active,a:visited,a.postlink
|
||||
{
|
||||
font-weight: bold;
|
||||
text-decoration:none;
|
||||
|
||||
background-color: transparent;
|
||||
color:#ffffff;
|
||||
color:#005989;
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
@ -34,6 +33,13 @@ a:hover
|
||||
}
|
||||
/*---*/
|
||||
|
||||
/* Gridline Link Classes */
|
||||
td .gridline a:link,td .gridline a:active,td .gridline a:visited,td .gridline a.postlink
|
||||
{
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Context Link Classes */
|
||||
a.contextlink:link,a.contextlink:active,a.contextlink:visited,a.contextlink
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user