fx-compat: Item box: Restore drop marker
This commit is contained in:
parent
26a2398399
commit
1a8057aba1
1 changed files with 2 additions and 0 deletions
|
@ -152,8 +152,10 @@ row label
|
||||||
}
|
}
|
||||||
|
|
||||||
.creator-type-dropmarker {
|
.creator-type-dropmarker {
|
||||||
|
display: inline-block;
|
||||||
margin: 0 1em 1px;
|
margin: 0 1em 1px;
|
||||||
background-image: url('chrome://zotero/skin/arrow-down.gif');
|
background-image: url('chrome://zotero/skin/arrow-down.gif');
|
||||||
|
background-size: cover;
|
||||||
width: 11px;
|
width: 11px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue