-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added basic dark mode compatibility for Zotero 7
- Loading branch information
Showing
12 changed files
with
133 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
html { | ||
color: white; | ||
background: black; | ||
} | ||
|
||
a { | ||
color: white; | ||
} | ||
|
||
#notes-table tr:first-child td { | ||
background-color: black!important; | ||
} | ||
|
||
.rm-item-exists td | ||
{ | ||
background-color: rgb(25, 25, 55); | ||
} | ||
|
||
.rm-id { | ||
color: white; | ||
} | ||
|
||
#notes-table td:first-child { | ||
background-color: black; | ||
} | ||
|
||
#zn-sep-1 { | ||
background-color: black; | ||
height: 1.3em; | ||
} | ||
|
||
.zn-menubar { | ||
background-color: black!important; | ||
} | ||
|
||
.zn-menubar li { | ||
background-color: black; | ||
border: solid 1px black; | ||
color: white; | ||
} | ||
|
||
.context-menu-separator | ||
{ | ||
border: solid 1px black; | ||
} | ||
|
||
.zn-status-bar { | ||
background-color: black; | ||
color: white; | ||
} | ||
|
||
.context-menu-two { | ||
background-color: black; | ||
border: solid 1px black; | ||
} | ||
|
||
.zn-menuitem { | ||
border: solid 1px black; | ||
background-color: black; | ||
color: white; | ||
} | ||
|
||
.zn-menuitem:hover { | ||
background-color: black; | ||
border-bottom: solid 1px white; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
html, body { | ||
color: white; | ||
background-color: #303030; | ||
} | ||
|
||
.zn-type-table { | ||
background-color: #303030; | ||
} | ||
|
||
.zn-type-table thead{ | ||
color: white; | ||
background-color: #303030; | ||
} | ||
|
||
.zn-type-table tr:hover{ | ||
background-color: #333d54; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -454,4 +454,4 @@ Zotero_Preferences.ZNTable = { | |
} | ||
return html; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<Description about="urn:mozilla:install-manifest"> | ||
<em:id>[email protected]</em:id> | ||
<em:name>ZeNotes</em:name> | ||
<em:version>0.8.4</em:version> | ||
<em:version>0.8.5</em:version> | ||
<em:multiprocessCompatible>true</em:multiprocessCompatible> | ||
<em:updateURL>https://raw.githubusercontent.com/frianasoa/zenotes/main/zenote-update.json</em:updateURL> | ||
<em:homepageURL>https://github.com/frianasoa/zenotes</em:homepageURL> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
"[email protected]": { | ||
"updates": [ | ||
{ | ||
"version": "0.8.4", | ||
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v0.8.4/zenotes-v0.8.4.xpi", | ||
"update_hash": "sha256:3808e0cde9efaddab594802acc24b01e918d12137c7469cff734734459faf8fc", | ||
"version": "0.8.5", | ||
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v0.8.5/zenotes-v0.8.5.xpi", | ||
"update_hash": "sha256:b4ddddfba03f1cdea9660ebe785a3824d164657aaa0bbe01376c892b14325f9b", | ||
"applications": { | ||
"gecko": { | ||
"strict_min_version": "60.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
<rdf:Seq> | ||
<rdf:li> | ||
<rdf:Description> | ||
<ns1:version>0.8.4</ns1:version> | ||
<ns1:version>0.8.5</ns1:version> | ||
<ns1:targetApplication> | ||
<rdf:Description> | ||
<ns1:id>[email protected]</ns1:id> | ||
<ns1:minVersion>5.0.0</ns1:minVersion> | ||
<ns1:maxVersion>6.*</ns1:maxVersion> | ||
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.8.4/zenotes-v0.8.4.xpi</ns1:updateLink> | ||
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.8.5/zenotes-v0.8.5.xpi</ns1:updateLink> | ||
</rdf:Description> | ||
</ns1:targetApplication> | ||
|
||
|
@@ -20,7 +20,7 @@ | |
<ns1:id>[email protected]</ns1:id> | ||
<ns1:minVersion>4.999</ns1:minVersion> | ||
<ns1:maxVersion>6.*</ns1:maxVersion> | ||
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.8.4/zenotes-v0.8.4.xpi</ns1:updateLink> | ||
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.8.5/zenotes-v0.8.5.xpi</ns1:updateLink> | ||
</rdf:Description> | ||
</ns1:targetApplication> | ||
|
||
|