mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-01 15:45:17 +00:00
Bring back css for the checkbox where it belongs
This commit is contained in:
parent
7fc19b8942
commit
33d04313e9
@ -76,6 +76,7 @@ button:not(:disabled),
|
|||||||
input[type="button"]:not(:disabled),
|
input[type="button"]:not(:disabled),
|
||||||
input[type="submit"]:not(:disabled),
|
input[type="submit"]:not(:disabled),
|
||||||
input[type="reset"]:not(:disabled),
|
input[type="reset"]:not(:disabled),
|
||||||
|
input[type="checkbox"]:not(:disabled),
|
||||||
input[type="file"]:not(:disabled) {
|
input[type="file"]:not(:disabled) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -12,10 +12,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|
||||||
>input[type="checkbox"] {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-pictures {
|
&-pictures {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user