Compare commits
No commits in common. "f383600b6ae49addb765a34f07a680d438b80430" and "4a95a7060837a08d7b0d74498e36fd2fb0d3c611" have entirely different histories.
f383600b6a
...
4a95a70608
|
@ -38,7 +38,6 @@ div:has(#adultcheckbox:not(:checked)) button {
|
|||
border-bottom: 2px solid black !important;
|
||||
border-right: 2px solid black !important;
|
||||
}
|
||||
|
||||
textarea[name="eula"] {
|
||||
font-family: "System", sans-serif;
|
||||
resize: none;
|
||||
|
@ -48,13 +47,10 @@ textarea[name="eula"] {
|
|||
color: black;
|
||||
background-color: white !important;
|
||||
user-select: none;
|
||||
overflow: auto;
|
||||
cursor: url('/media/custom/cursors/arrow.cur'), auto !important;
|
||||
user-select: none;
|
||||
}
|
||||
textarea[name="eula"]::selection {
|
||||
color: black;
|
||||
background: white;
|
||||
textarea[name="eula"]::placeholder {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.pf-c-background-image {
|
||||
|
|
Loading…
Reference in New Issue