zotero/scss/win/elements/_itemBox.scss

45 lines
968 B
SCSS

item-box {
row > hbox,
row > vbox
{
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
row vbox[fieldname]
{
margin-inline-start: 1px;
}
.creator-type-label image {
margin-bottom: 0;
}
@media (-moz-platform: windows-win10) {
td > input, td > textarea, .creator-name-box > input {
// Give text fields a consistent, native-ish look using Windows 11
// colors. Ideally, we only want to do this on Windows 11, but
// Windows 11 can't currently be specifically targeted.
// https://bugzilla.mozilla.org/show_bug.cgi?id=1825447
padding: 2px 3px;
border: 1px solid #838383;
border-radius: 3px;
outline: none;
&:focus {
border: 1px solid #2B65BA;
}
}
}
#item-type-menu
{
padding: 0 !important;
padding-inline-start: 1px !important;
margin: 0 !important;
margin-inline-start: 1px !important;
margin-inline-end: 5px !important;
}
}