瀏覽代碼

Compile navs.less

Abdullah Almsaeed 9 年之前
父節點
當前提交
feac61b20c
共有 2 個文件被更改,包括 18 次插入0 次删除
  1. 18 0
      dist/css/AdminLTE.css
  2. 0 0
      dist/css/AdminLTE.min.css

+ 18 - 0
dist/css/AdminLTE.css

@@ -2541,6 +2541,24 @@ a:focus {
   background: transparent;
   color: #999;
 }
+.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
+  border-top-color: #3c8dbc;
+}
+.nav-tabs-custom.tab-info > .nav-tabs > li.active {
+  border-top-color: #00c0ef;
+}
+.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
+  border-top-color: #dd4b39;
+}
+.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
+  border-top-color: #f39c12;
+}
+.nav-tabs-custom.tab-success > .nav-tabs > li.active {
+  border-top-color: #00a65a;
+}
+.nav-tabs-custom.tab-default > .nav-tabs > li.active {
+  border-top-color: #d2d6de;
+}
 /* PAGINATION */
 .pagination > li > a {
   background: #fafafa;

文件差異過大導致無法顯示
+ 0 - 0
dist/css/AdminLTE.min.css


部分文件因文件數量過多而無法顯示