Align advanced feed settings dropmarker on OSX
This commit is contained in:
parent
5862aa5ea5
commit
ead9eaf1a0
2 changed files with 8 additions and 0 deletions
7
chrome/content/zotero-platform/mac/zotero.css
Normal file
7
chrome/content/zotero-platform/mac/zotero.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
.zotero-advanced-options > .zotero-advanced-options-label > dropmarker {
|
||||
transform: rotate(270deg) translateX(4px);
|
||||
}
|
||||
|
||||
.zotero-advanced-options[state="open"] > .zotero-advanced-options-label > dropmarker {
|
||||
transform: translateX(4px);
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://zotero-platform/content/zotero.css" type="text/css"?>
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY % zoteroDTD SYSTEM "chrome://zotero/locale/zotero.dtd" > %zoteroDTD;
|
||||
]>
|
||||
|
|
Loading…
Reference in a new issue