Actions
Feature #629
closedStyle css class 'field-description'
Start date:
06/30/2021
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
Each custom field might have a field description which pops up when hovering the field name. There should be a css style to mark those fields having a description.
.field-description {
border-bottom: 1px dotted black;
display: inline;
}
Updated by liaham over 3 years ago
- Status changed from New to Closed
- Target version changed from unplanned to 3.4.2
Actions