Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add text color controls to Trigger Panels #361

Closed
1 of 3 tasks
eraffaelli opened this issue Feb 22, 2017 · 4 comments
Closed
1 of 3 tasks

Add text color controls to Trigger Panels #361

eraffaelli opened this issue Feb 22, 2017 · 4 comments

Comments

@eraffaelli
Copy link

I'm submitting a ...

  • Bug report
  • 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

@eraffaelli eraffaelli changed the title Add text style controls to Trigger Panels Add text color controls to Trigger Panels Feb 22, 2017
@Gmatoy
Copy link

Gmatoy commented Aug 21, 2017

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?

@alexanderzobnin
Copy link
Collaborator

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

@Gmatoy
Copy link

Gmatoy commented Dec 20, 2017

in the beggining of the month, you was planning to implement this, right?

@alexanderzobnin
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants