mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Added stylesheet defs into dark style
This commit is contained in:
parent
1c315a38a3
commit
08cdc7fb20
@ -63,6 +63,24 @@ A.title:hover
|
|||||||
TEXT-DECORATION: none;
|
TEXT-DECORATION: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Context Link Classes */
|
||||||
|
a.contextlink:link,a.contextlink:active,a.contextlink:visited,a.contextlink
|
||||||
|
{
|
||||||
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
font-weight:bold;
|
||||||
|
background-color: transparent;
|
||||||
|
color:#FF9900;
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
a.contextlink:hover
|
||||||
|
{
|
||||||
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
font-weight:bold;
|
||||||
|
color:#FF9900;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
/*---*/
|
||||||
|
|
||||||
/* Default Font Classes */
|
/* Default Font Classes */
|
||||||
font
|
font
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user