Skip to content

Commit 8e536f2

Browse files
committed
CSS: Improve contrast of checkboxes when table row is disabled.
1 parent 361c99c commit 8e536f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

htdocs/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,10 @@ div.td_big {
11671167
margin-top: 2px;
11681168
}
11691169

1170+
.grid_row.disabled .checkbox_container label:before {
1171+
border-color: var(--body-text-color) !important;
1172+
}
1173+
11701174
.wrap {
11711175
white-space: normal;
11721176
}

0 commit comments

Comments
 (0)