94c5717052
Follow-up to 6b819e259c
: fixes element-specific
selectors mistakenly being applied globally, and some selectors not having the
intended effect because of lower specificity.
40 lines
780 B
SCSS
40 lines
780 B
SCSS
item-box {
|
|
scrollbox
|
|
{
|
|
padding-top: 3px;
|
|
}
|
|
|
|
th > label, .creator-type-label, #more-creators-label {
|
|
color: #7f7f7f;
|
|
}
|
|
|
|
/*.zotero-field-toggle .toolbarbutton-text
|
|
{
|
|
visibility: hidden;
|
|
}
|
|
|
|
.zotero-field-toggle .toolbarbutton-icon
|
|
{
|
|
margin: 0px !important;
|
|
}*/
|
|
|
|
.creator-type-dropmarker {
|
|
margin: 1px .2em 1px;
|
|
background-image: url('chrome://zotero/skin/mac/arrow-down.png');
|
|
max-width: 7px;
|
|
max-height: 7px;
|
|
}
|
|
|
|
td > input {
|
|
margin-top: -1px;
|
|
margin-bottom: -2.5px;
|
|
margin-inline-start: 0;
|
|
margin-inline-end: 5px;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
/* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */
|
|
@media (min-resolution: 1.25dppx) {
|
|
item-box .creator-type-dropmarker { background-image: url('chrome://zotero/skin/mac/arrow-down@2x.png'); }
|
|
}
|