fixed critical bug on bands table when viewing on mobile
This commit is contained in:
@@ -260,4 +260,32 @@ html.theme-light {
|
||||
.cell-carousel__dot--active {
|
||||
background: #3273dc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Change checkbox checked color to this: #3273dc */
|
||||
/* Hide the default checkbox */
|
||||
/* input[type="checkbox"] {
|
||||
appearance: none;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 2px solid #ccc;
|
||||
border-radius: 4px;
|
||||
background-color: white;
|
||||
cursor: pointer;
|
||||
} */
|
||||
|
||||
/* Style when checkbox is checked */
|
||||
/* input[type="checkbox"]:checked {
|
||||
background-color: blue;
|
||||
border-color: blue;
|
||||
} */
|
||||
|
||||
/* Style the checkmark */
|
||||
/* input[type="checkbox"]:checked::before {
|
||||
content: "✔";
|
||||
display: block;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
line-height: 14px;
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user