Browse Source

adde new icon and added css for the jump to extension

Dustin Utecht 6 years ago
parent
commit
0eb6cff9ae

+ 2 - 1
src/extensions/auto-refresh/bootstrap-table-auto-refresh.js

@@ -17,7 +17,8 @@ $.extend($.fn.bootstrapTable.defaults, {
 $.extend($.fn.bootstrapTable.defaults.icons, {
   autoRefresh: {
     bootstrap3: 'glyphicon-time icon-time',
-    materialize: 'access_time'
+    materialize: 'access_time',
+    'bootstrap-table': 'icon-clock'
   }[$.fn.bootstrapTable.theme] || 'fa-clock'
 })
 

+ 8 - 5
src/themes/bootstrap-table/font.scss

@@ -1,10 +1,10 @@
 @font-face {
   font-family: 'bootstrap-table';
-  src:  url('fonts/bootstrap-table.eot?t9ga3r');
-  src:  url('fonts/bootstrap-table.eot?t9ga3r#iefix') format('embedded-opentype'),
-  url('fonts/bootstrap-table.ttf?t9ga3r') format('truetype'),
-  url('fonts/bootstrap-table.woff?t9ga3r') format('woff'),
-  url('fonts/bootstrap-table.svg?t9ga3r#bootstrap-table') format('svg');
+  src:  url('fonts/bootstrap-table.eot?pmqe8y');
+  src:  url('fonts/bootstrap-table.eot?pmqe8y#iefix') format('embedded-opentype'),
+  url('fonts/bootstrap-table.ttf?pmqe8y') format('truetype'),
+  url('fonts/bootstrap-table.woff?pmqe8y') format('woff'),
+  url('fonts/bootstrap-table.svg?pmqe8y#bootstrap-table') format('svg');
   font-weight: normal;
   font-style: normal;
   font-display: block;
@@ -37,6 +37,9 @@
 .icon-chevron-right:before {
   content: "\e901";
 }
+.icon-clock:before {
+  content: "\e90d";
+}
 .icon-download:before {
   content: "\e90c";
 }

BIN
src/themes/bootstrap-table/fonts/bootstrap-table.eot


File diff suppressed because it is too large
+ 1 - 0
src/themes/bootstrap-table/fonts/bootstrap-table.svg


BIN
src/themes/bootstrap-table/fonts/bootstrap-table.ttf


BIN
src/themes/bootstrap-table/fonts/bootstrap-table.woff