Compare commits

..

No commits in common. "f383600b6ae49addb765a34f07a680d438b80430" and "4a95a7060837a08d7b0d74498e36fd2fb0d3c611" have entirely different histories.

1 changed files with 2 additions and 6 deletions

View File

@ -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 {