mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
ui: use fontawesome icons in bootgrid (https://github.com/opnsense/core/issues/8101)
This commit is contained in:
parent
622e03ffc0
commit
8a32434b4e
@ -18,12 +18,14 @@
|
||||
vertical-align: middle;
|
||||
width: 180px;
|
||||
}
|
||||
.bootgrid-header .search .glyphicon,
|
||||
.bootgrid-footer .search .glyphicon {
|
||||
.bootgrid-header .search .fa-solid,
|
||||
.bootgrid-footer .search .fa-solid {
|
||||
top: 0;
|
||||
}
|
||||
.bootgrid-header .search .fa,
|
||||
.bootgrid-footer .search .fa {
|
||||
.bootgrid-header .search .fa-solid,
|
||||
.bootgrid-footer .search .fa,
|
||||
.bootgrid-footer .search .fa-solid {
|
||||
display: table-cell;
|
||||
}
|
||||
.bootgrid-header .search.search-field::-ms-clear,
|
||||
|
||||
@ -1302,12 +1302,12 @@ Grid.defaults = {
|
||||
dropDownMenuText: "dropdown-text", // must be a unique class name or constellation of class names within the actionDropDown
|
||||
footer: "bootgrid-footer container-fluid",
|
||||
header: "bootgrid-header container-fluid",
|
||||
icon: "icon glyphicon",
|
||||
iconColumns: "glyphicon-th-list",
|
||||
iconDown: "glyphicon-chevron-down",
|
||||
iconRefresh: "glyphicon-refresh",
|
||||
iconSearch: "glyphicon-search",
|
||||
iconUp: "glyphicon-chevron-up",
|
||||
icon: "icon fa-solid",
|
||||
iconColumns: "fa-list",
|
||||
iconDown: "fa-chevron-down",
|
||||
iconRefresh: "fa-arrows-rotate",
|
||||
iconSearch: "fa-magnifying-glass",
|
||||
iconUp: "fa-chevron-up",
|
||||
infos: "infos", // must be a unique class name or constellation of class names within the header and footer,
|
||||
left: "text-left",
|
||||
pagination: "pagination", // must be a unique class name or constellation of class names within the header and footer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user