mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove bootstrap icons as we are using fontawesome now
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user