diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less index 853b97e39..0f0c310e0 100644 --- a/less/tables.less +++ b/less/tables.less @@ -219,6 +219,9 @@ table { tbody tr.error td { background-color: @errorBackground; } + tbody tr.warning td { + background-color: @warningBackground; + } tbody tr.info td { background-color: @infoBackground; } |
