parent
3815197b92
commit
e7f93cb548
3 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://zotero/skin/errorReport.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://zotero-platform/content/zotero-react-client.css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
|
||||
|
||||
|
|
3
scss/linux/_errorReport.scss
Normal file
3
scss/linux/_errorReport.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
#zotero-error-message {
|
||||
color: #3d3d3d;
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
@import "linux/createParent";
|
||||
@import "linux/editable";
|
||||
@import "linux/errorReport"
|
||||
@import "linux/search";
|
||||
@import "linux/tagsBox";
|
||||
@import "linux/about";
|
||||
|
|
Loading…
Reference in a new issue