浏览代码

Update bootstrap.css

added the missing "warning" color in bootstrap tables
Ivan 12 年之前
父节点
当前提交
ef95f848f0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Resources/public/bootstrap/css/bootstrap.css

+ 3 - 0
Resources/public/bootstrap/css/bootstrap.css

@@ -1706,6 +1706,9 @@
 .sonata-bc .table tbody tr.info td {
   background-color: #d9edf7;
 }
+.sonata-bc .table tbody tr.warning > td {
+  background-color: #FCF8E3;
+}
 .sonata-bc [class^="icon-"],
 .sonata-bc [class*=" icon-"] {
   display: inline-block;