aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorAndreas Cederstròˆm <[email protected]>2012-08-22 11:20:31 +0200
committerAndreas Cederstròˆm <[email protected]>2012-08-22 11:20:31 +0200
commit361889def92af209c8d3315c4d1152fb9fc4bc36 (patch)
treef9ac0e1e8b4db8958f2503a9dabf3433ebef2ed0 /less
parent5d41742f170ad2722df34dcb337b83ade15d12cb (diff)
downloadbootstrap-361889def92af209c8d3315c4d1152fb9fc4bc36.tar.xz
bootstrap-361889def92af209c8d3315c4d1152fb9fc4bc36.zip
Add .warning to table rows
Diffstat (limited to 'less')
-rw-r--r--less/tables.less3
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;
}