|
@@ -1,12 +1,13 @@
|
|
|
@font-face {
|
|
@font-face {
|
|
|
font-family: 'bootstrap-table';
|
|
font-family: 'bootstrap-table';
|
|
|
- src: url('fonts/bootstrap-table.eot?azu32x');
|
|
|
|
|
- src: url('fonts/bootstrap-table.eot?azu32x#iefix') format('embedded-opentype'),
|
|
|
|
|
- url('fonts/bootstrap-table.ttf?azu32x') format('truetype'),
|
|
|
|
|
- url('fonts/bootstrap-table.woff?azu32x') format('woff'),
|
|
|
|
|
- url('fonts/bootstrap-table.svg?azu32x#bootstrap-table') format('svg');
|
|
|
|
|
|
|
+ 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');
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
|
|
+ font-display: block;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
.icon {
|
|
@@ -24,24 +25,42 @@
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.icon-arrow-down-circle:before {
|
|
|
|
|
+ content: "\e907";
|
|
|
|
|
+}
|
|
|
|
|
+.icon-arrow-up-circle:before {
|
|
|
|
|
+ content: "\e908";
|
|
|
|
|
+}
|
|
|
.icon-chevron-left:before {
|
|
.icon-chevron-left:before {
|
|
|
content: "\e900";
|
|
content: "\e900";
|
|
|
}
|
|
}
|
|
|
.icon-chevron-right:before {
|
|
.icon-chevron-right:before {
|
|
|
content: "\e901";
|
|
content: "\e901";
|
|
|
}
|
|
}
|
|
|
|
|
+.icon-download:before {
|
|
|
|
|
+ content: "\e90c";
|
|
|
|
|
+}
|
|
|
.icon-list:before {
|
|
.icon-list:before {
|
|
|
content: "\e902";
|
|
content: "\e902";
|
|
|
}
|
|
}
|
|
|
.icon-maximize:before {
|
|
.icon-maximize:before {
|
|
|
content: "\1f5ce";
|
|
content: "\1f5ce";
|
|
|
}
|
|
}
|
|
|
|
|
+.icon-minus:before {
|
|
|
|
|
+ content: "\e90b";
|
|
|
|
|
+}
|
|
|
.icon-move:before {
|
|
.icon-move:before {
|
|
|
content: "\e903";
|
|
content: "\e903";
|
|
|
}
|
|
}
|
|
|
|
|
+.icon-plus:before {
|
|
|
|
|
+ content: "\e90a";
|
|
|
|
|
+}
|
|
|
.icon-refresh-cw:before {
|
|
.icon-refresh-cw:before {
|
|
|
content: "\e904";
|
|
content: "\e904";
|
|
|
}
|
|
}
|
|
|
|
|
+.icon-search:before {
|
|
|
|
|
+ content: "\e909";
|
|
|
|
|
+}
|
|
|
.icon-toggle-right:before {
|
|
.icon-toggle-right:before {
|
|
|
content: "\e905";
|
|
content: "\e905";
|
|
|
}
|
|
}
|