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.
6 lines
67 B
SCSS
6 lines
67 B
SCSS
attachment-box {
|
|
td:first-child > label
|
|
{
|
|
color: #7f7f7f;
|
|
}
|
|
}
|