Grafana-zabbix: Add text color controls to Trigger Panels

Created on 22 Feb 2017  路  4Comments  路  Source: alexanderzobnin/grafana-zabbix

I'm submitting a ...

  • [ ] Bug report
  • [x] Feature request
  • [ ] Question / Support request

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 :
zabbix

Thanks again,

Cheer.
E.R

Problems panel feature request

Most helpful comment

All 4 comments

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?

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

screenshot from 2017-12-20 17-48-27
screenshot from 2017-12-20 17-48-01

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gustavoyanes picture gustavoyanes  路  7Comments

vryzhevsky picture vryzhevsky  路  8Comments

daianmartinho picture daianmartinho  路  6Comments

samyscoub picture samyscoub  路  6Comments

dataniard picture dataniard  路  6Comments