mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
defaultCommon.css: use fixedwidth font in textarea (Forum #82675)
git-svn-id: https://svn.fhem.de/fhem/trunk@16491 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
064a4e59f7
commit
091156a547
@ -1,9 +1,9 @@
|
||||
@import url("dashboard_style.css");
|
||||
|
||||
textarea, .ui-dialog.ui-widget textarea { font-family:Courier; }
|
||||
|
||||
body { background-color: #FFFFE7; }
|
||||
body,input,select,textarea { font-family:Arial, sans-serif; font-size:16px;}
|
||||
textarea, .ui-dialog.ui-widget textarea { font-family:Courier; }
|
||||
input,textarea { border-style:ridge; }
|
||||
|
||||
#console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
|
||||
|
Loading…
Reference in New Issue
Block a user