ソースを参照

Add tr selected class.

zhixin 11 年 前
コミット
ec34b98bf5
1 ファイル変更4 行追加0 行削除
  1. 4 0
      src/bootstrap-table.css

+ 4 - 0
src/bootstrap-table.css

@@ -72,6 +72,10 @@
     border-left: none;
 }
 
+.fixed-table-body tbody .selected td {
+    background-color: #d9edf7;
+}
+
 .fixed-table-body .checkbox {
     margin-left: auto;
     margin-right: auto;