mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-30 22:30:36 +03:00
9 lines
181 B
CSS
9 lines
181 B
CSS
textarea, .cbi-value textarea
|
|
{
|
|
white-space: pre;
|
|
overflow-x: auto;
|
|
font-family: monospace;
|
|
pointer-events: auto !important;
|
|
user-select: text !important;
|
|
}
|