Fx60: Remove obsolete CSS properties

This commit is contained in:
Dan Stillman 2018-09-26 00:54:11 -04:00
parent 77d1c6cf74
commit 210c2fcea6
4 changed files with 0 additions and 12 deletions

View file

@ -61,9 +61,6 @@ tab {
border-top: 1px solid hsla(0, 0%, 0%, 0.2);
border-right: 1px solid hsla(0, 0%, 0%, 0.2);
border-left: 1px solid hsla(0, 0%, 0%, 0.2);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-left-colors: none;
}
/* Fixes misc Ubuntu 16.10 rendering issue fixes. */
#zotero-prefs menulist dropmarker{

View file

@ -105,10 +105,6 @@
border-color: #818790;
margin: 0;
padding: 0;
-moz-border-top-colors: none;
-moz-border-bottom-colors: none;
-moz-border-right-colors: none;
-moz-border-left-colors: none;
}
treechildren::-moz-tree-twisty {

View file

@ -111,10 +111,6 @@ row > vbox > description
margin: 1px 5px 0 1px !important;
max-height: 1.5em !important;
border: 1px solid transparent;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
background-color: transparent;
}

View file

@ -644,7 +644,6 @@
font-weight: bold;
margin-bottom: 1em;
-moz-user-select: text;
user-select: text;
cursor: text
}