LuttyYang / luci-theme-material

this is a openwrt luci theme
331 stars 94 forks source link

Monospace font for textarea elements #48

Open zecoj opened 6 years ago

zecoj commented 6 years ago

Hi, since textarea is used for editing config files, it would be great to have these using monospace fonts.

.cbi-input-textarea { font-size: small; font-family: monospace; }