zotero/chrome/content/zotero-platform/mac/itembox.css

45 lines
877 B
CSS
Raw Normal View History

2011-02-12 20:31:52 +00:00
scrollbox
{
padding-top: 3px;
}
row > label:first-child, .creator-type-label, #more-creators-label
{
color: #7f7f7f;
}
2007-10-23 07:11:59 +00:00
.zotero-field-toggle .toolbarbutton-text
{
visibility: hidden;
}
.zotero-field-toggle .toolbarbutton-icon
{
margin: 0px !important;
}
.creator-type-label > image {
margin: 1px .2em 1px;
list-style-image: url('chrome://zotero/skin/mac/arrow-down.png');
max-width: 7px;
max-height: 7px;
}
.zotero-focusable:focus {
/* At least in Fx60, the color doesn't quite match Monterey's native textbox outline,
but it will have to do for now */
outline: 2px solid -moz-mac-focusring !important;
}
textbox
{
2011-03-08 05:25:15 +00:00
margin: -1px 5px -1px 0;
padding: 0;
}
/* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */
@media (min-resolution: 1.25dppx) {
.creator-type-label > image { list-style-image: url('chrome://zotero/skin/mac/arrow-down@2x.png'); }
}