mirror of
https://github.com/zotero/zotero.git
synced 2026-09-16 23:41:08 +00:00
Follow-up to 6b819e259c: fixes element-specific
selectors mistakenly being applied globally, and some selectors not having the
intended effect because of lower specificity.
6 lines
67 B
SCSS
6 lines
67 B
SCSS
attachment-box {
|
|
td:first-child > label
|
|
{
|
|
color: #7f7f7f;
|
|
}
|
|
}
|