diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less index d0ab2f3c5..10499a1db 100644 --- a/less/tables.less +++ b/less/tables.less @@ -48,6 +48,16 @@ table { tbody + tbody { border-top: 2px solid @tableBorder; } + + .success td { + background-color: @successBackground; + } + .error td { + background-color: @errorBackground; + } + .info td { + background-color: @infoBackground; + } } |
