Hello,
First, a big thanks for your work on this plugin ;)
I'm using latest grafana-zabbix plugin and following #351 I would like to ask if you could add the possibility to change de color of the trigger text that is on the background colored rows (issue). Eventually to be able to "bold" it too would be nice.
This text :
Thanks again,
Cheer.
E.R
I found the line in CSS code on the page, but i can't find the css code on the aplication machine to alter this.
If i change the color #f4f5f8 to #000000 it stays black, but i can't save on css web browser editor, do you know where is the grafana primal css file?
We need this so much, is hard to see the letters in white from far away on our screen (the room is big)
.triggers-panel-table {
width: 100%;
border-collapse: collapse; }
.triggers-panel-table th {
padding: 0; }
.triggers-panel-table th:first-child .triggers-panel-table-header-inner {
padding-left: 15px; }
.triggers-panel-table td {
padding: 0.45em 0 0.45em 1.1em;
border-bottom: 2px solid #141414;
border-right: 2px solid #141414; }
.triggers-panel-table td:first-child {
padding-left: 15px; }
.triggers-panel-table td:last-child {
border-right: none; }
.triggers-panel-table .zbx-field-colored {
color: #f4f5f8; }
.triggers-panel-table .zbx-description-icon {
float: right;
padding-right: 8px;
color: #f4f5f8; }
http://**:3000/public/plugins/alexanderzobnin-zabbix-app/css/grafana-zabbix.dark.css?bust=1503337556616
where is this css file?
@Gmatoy compiled CSS are here: https://github.com/alexanderzobnin/grafana-zabbix/blob/master/dist/css/grafana-zabbix.dark.css
in the beggining of the month, you was planning to implement this, right?
This was implemented, but triggers panel is redesigned absolutely, so this doesn't make sense now


Most helpful comment
@Gmatoy compiled CSS are here: https://github.com/alexanderzobnin/grafana-zabbix/blob/master/dist/css/grafana-zabbix.dark.css