farend/redmine-view-customize-examples

Add bolt font

Closed this issue · 3 comments

https://github.com/farend/redmine-view-customize-examples/blob/master/customizes/1f7acfab/customize.md

I think an upgrade for this example would be also to add some bolt font to the most critic issues

@formigadiablo
Thank you for your suggestion.
However, this repository is for sharing our customized examples and we have no plans to change it.

If you want to display the text in bold, you should be able to do so by adding font-weight: bold;.

table.list.issues tbody tr.priority-3 {
  background-color: #fffacd;
  font-weight: bold;
}

table.list.issues tbody tr.priority-4 {
  background-color: #ffff00;
  font-weight: bold;
}

Okey thanks! I apologize if I have offended you.

Okey thanks! I apologize if I have offended you.

@formigadiablo
No problem. I am glad you have tried to contribute :)