Use larger dropmarker for creatorType drop-down
This is a bit uglier, and the large markers are kinda annoying once you know the drop-down is there, but perhaps this will stop the forum posts. Please let them stop.
This commit is contained in:
parent
e5a2f0d508
commit
2a9ce990f2
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
{
|
||||
margin: 0 2px 0 0;
|
||||
padding: 0 0 0 5px;
|
||||
list-style-image: url("chrome://browser/skin/dropmark-nav-small.png");
|
||||
-moz-image-region: rect(0px, 14px, 16px, 0px);
|
||||
list-style-image: url("chrome://browser/skin/dropmark-nav.png");
|
||||
-moz-image-region: rect(3px, 14px, 19px, 0px);
|
||||
}
|
||||
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-text
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue