728x90
반응형
<html>
<style type="text/css">
table tr:nth-child(odd) td{color: red;
}
table tr:nth-child(even) td{color: green;
}
</style>
</html>
<row>
<panel depends="$hidden$">
<html>
<style>
table th td {
color:#4f34eb;
}
table tr td {
color:#fc0303;
}
table.table-drilldown tr td {
color:#000000;
}
</style>
</html>
</panel>
</row>
이게 잘 먹음
<row depends="$alwaysHideCSSPanel$">
<panel>
<html>
<style>
#tableWithDrilldown table tbody tr td,#tableWithDrilldown table thead th a{
color: white !important;
}
</style>
</html>
</panel>
</row>
728x90
반응형
'Splunk > Splunk Dashboard and Visualization' 카테고리의 다른 글
싱글벨류 글자의 값에 따라 배경색을 지정하기 (0) | 2025.04.15 |
---|---|
이벤트 화면 (0) | 2025.03.20 |
[ Splunk Dashboard : 튜닝 ] base search 설정하기 (0) | 2024.05.18 |
[ Splunk Dashboard : 튜닝 ] 패널 크기 비율 설정하기 (0) | 2024.05.18 |
[ Splunk Dashboard : 튜닝 ] Dashboard Description 패널에 글자 마다 색깔 넣기 (0) | 2024.05.16 |