Skip to content

Commit 5f704ef

Browse files
committed
Checkbox colored gray
1 parent cdaaa0c commit 5f704ef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

floating-panel.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,14 @@
260260
/* Make sure they are not transparent */
261261
margin: 0;
262262
/* Reset any custom margin */
263+
}
264+
265+
/* Style all checkboxes inside your panel */
266+
#max-extension-floating-panel input[type="checkbox"] {
267+
accent-color: #444; /* Modern browsers support this */
268+
background-color: rgba(60, 60, 60, 1);
269+
border: 1px solid #888;
270+
width: 16px;
271+
height: 16px;
272+
cursor: pointer;
263273
}

0 commit comments

Comments
 (0)