remove bootstrap icons as we are using fontawesome now

This commit is contained in:
Athou
2013-04-15 10:32:47 +02:00
parent c52fdf9f9f
commit b1e7504bac
3 changed files with 12 additions and 6 deletions

View File

@@ -66,16 +66,22 @@
line-height: 20px;
}
.css-treeview .icon-fldr {
.css-treeview .fldr {
background: url("../images/tree_icons.png") no-repeat;
cursor: pointer;
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
margin-top: 1px;
}
.css-treeview .icon-fldr-open {
.css-treeview .fldr-open {
background-position: 0 -16px;
}
.css-treeview .icon-fldr-closed {
.css-treeview .fldr-closed {
background-position: 0 -32px;
}