updated TOS textarea rule
This commit is contained in:
parent
e851c26006
commit
cfef50dc26
|
@ -38,6 +38,7 @@ div:has(#adultcheckbox:not(:checked)) button {
|
||||||
border-bottom: 2px solid black !important;
|
border-bottom: 2px solid black !important;
|
||||||
border-right: 2px solid black !important;
|
border-right: 2px solid black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea[name="eula"] {
|
textarea[name="eula"] {
|
||||||
font-family: "System", sans-serif;
|
font-family: "System", sans-serif;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
@ -47,10 +48,13 @@ textarea[name="eula"] {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: white !important;
|
background-color: white !important;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
overflow: auto;
|
||||||
cursor: url('/media/custom/cursors/arrow.cur'), auto !important;
|
cursor: url('/media/custom/cursors/arrow.cur'), auto !important;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
textarea[name="eula"]::placeholder {
|
textarea[name="eula"]::selection {
|
||||||
color: black;
|
color: black;
|
||||||
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pf-c-background-image {
|
.pf-c-background-image {
|
||||||
|
|
Loading…
Reference in New Issue