2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Reduce icon size in sidenav bar

This commit is contained in:
Oliver Walters
2019-05-09 00:12:50 +10:00
parent 82eceac604
commit 206720849c

View File

@ -10,6 +10,11 @@
color: #ffcc00;
}
/* CSS overrides for treeview */
.expand-icon {
font-size: 11px;
}
/* Force select2 elements in modal forms to be full width */
.select-full-width {
width: 100%;