allow hr color and sending text-input styling
This commit is contained in:
parent
b0e798b3cd
commit
36080f6935
1 changed files with 12 additions and 2 deletions
|
@ -145,7 +145,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background-color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
x-noscript {
|
x-noscript {
|
||||||
|
@ -731,6 +731,7 @@ button::-moz-focus-inner {
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -971,7 +972,16 @@ x-dialog x-paper {
|
||||||
}
|
}
|
||||||
|
|
||||||
.textarea * {
|
.textarea * {
|
||||||
all: unset !important;
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
color: unset !important;
|
||||||
|
background: unset !important;
|
||||||
|
border: unset !important;
|
||||||
|
opacity: unset !important;
|
||||||
|
font-family: inherit !important;
|
||||||
|
font-size: inherit !important;
|
||||||
|
font-style: unset !important;
|
||||||
|
font-weight: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Image/Video/Audio Preview */
|
/* Image/Video/Audio Preview */
|
||||||
|
|
Loading…
Reference in a new issue