Merge pull request #1452 from mkresin/master
[project/luci.git] / applications / luci-app-travelmate / luasrc / view / travelmate / config_css.htm
1 <style type="text/css">
2         textarea
3         {
4                 border: 1px solid #cccccc;
5                 padding: 5px;
6                 font-size: 12px;
7                 font-family: monospace;
8                 resize: none;
9                 white-space: pre;
10                 overflow-wrap: normal;
11                 overflow-x: scroll;
12         }
13 </style>