Switch glyphicon to font awesome.
This commit is contained in:
parent
68cc25b197
commit
2fbd016595
3 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
.editable .glyphicon {
|
||||
.editable i {
|
||||
opacity: 0.2;
|
||||
font-size: 85%;
|
||||
margin-left: 10px;
|
||||
|
@ -7,7 +7,7 @@
|
|||
transition: opacity 500ms ease-in-out;
|
||||
}
|
||||
|
||||
.noteditable .glyphicon {
|
||||
.noteditable i {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@ p.editable:hover {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
p.editable:hover .glyphicon {
|
||||
p.editable:hover i {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue