Add the tag count to the tag icon in the repo view
This commit is contained in:
parent
7d6c9a88df
commit
060f3a9ff2
3 changed files with 30 additions and 2 deletions
|
@ -305,6 +305,25 @@ p.editable:hover i {
|
|||
border: 1px solid #ddd;
|
||||
margin-right: 15px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 1.15em;
|
||||
}
|
||||
|
||||
.tag-dropdown i.icon-bookmark {
|
||||
font-size: 125%;
|
||||
position: relative;
|
||||
margin-left: 2px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tag-dropdown i.icon-bookmark .tag-count {
|
||||
color: #aaa;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
font-size: 55%;
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.modal-body textarea {
|
||||
|
|
Reference in a new issue