mirror of https://github.com/arendst/Tasmota.git
Fix missing sans-serif font (#5664)
Fix missing sans-serif font (#5664)
This commit is contained in:
parent
fcff477a17
commit
bbd23dd745
|
@ -245,7 +245,7 @@ const char HTTP_HEAD_STYLE1[] PROGMEM =
|
|||
"input[type=checkbox],input[type=radio]{width:1em;margin-right:6px;vertical-align:-1px;}"
|
||||
"select{width:100%%;background:#%06x;color:#%06x;}" // COLOR_INPUT, COLOR_INPUT_TEXT
|
||||
"textarea{resize:none;width:98%%;height:318px;padding:5px;overflow:auto;background:#%06x;color:#%06x;}" // COLOR_CONSOLE, COLOR_CONSOLE_TEXT
|
||||
"body{text-align:center;font-family:verdana;background:#%06x;}" // COLOR_BACKGROUND
|
||||
"body{text-align:center;font-family:verdana,sans-serif;background:#%06x;}" // COLOR_BACKGROUND
|
||||
"td{padding:0px;}";
|
||||
const char HTTP_HEAD_STYLE2[] PROGMEM =
|
||||
"button{border:0;border-radius:0.3rem;background:#%06x;color:#%06x;line-height:2.4rem;font-size:1.2rem;width:100%%;-webkit-transition-duration:0.4s;transition-duration:0.4s;cursor:pointer;}" // COLOR_BUTTON, COLOR_BUTTON_TEXT
|
||||
|
|
Loading…
Reference in New Issue