diff options
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4905ff741..65e0c870f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1728,6 +1728,18 @@ table { border-top: 2px solid #dddddd; } +.table .success td { + background-color: #dff0d8; +} + +.table .error td { + background-color: #f2dede; +} + +.table .info td { + background-color: #d9edf7; +} + .table-condensed th, .table-condensed td { padding: 4px 5px; |
