From b4125748b0d0e12a7855350ee3d9089e0a2f93e7 Mon Sep 17 00:00:00 2001 From: "Gavin Cooper (work)" Date: Wed, 4 Jul 2012 12:22:34 +0100 Subject: added ability to give rows in tables status classes .success .error and .info. --- less/tables.less | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'less') 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; + } } -- cgit v1.2.3