summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-travelmate/luasrc/view/travelmate/config_css.htm
blob: 2233a15e316bee93203f50e22b91cc5c1f6d10b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<style type="text/css">
	textarea
	{
		border: 1px solid #cccccc;
		padding: 5px;
		font-size: 12px;
		font-family: monospace;
		resize: none;
		white-space: pre;
		overflow-wrap: normal;
		overflow-x: scroll;
	}
</style>