mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed color in counter refresh in node
This commit is contained in:
parent
2db4ec6a2b
commit
388c6c3a2f
@ -2667,7 +2667,7 @@ div#header_autorefresh_counter {
|
|||||||
|
|
||||||
a.autorefresh_txt,
|
a.autorefresh_txt,
|
||||||
#refrcounter {
|
#refrcounter {
|
||||||
color: #ffffff;
|
color: #1c1c1c;
|
||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1534,3 +1534,9 @@ pre code.hljs {
|
|||||||
background-color: #222222;
|
background-color: #222222;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.autorefresh_txt,
|
||||||
|
#refrcounter {
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 8.5pt;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user