mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Add .warning to table rows
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user