Add style_type to force white text for textarea
This commit is contained in:
parent
ea4eece975
commit
42e69257c8
4
init.lua
4
init.lua
@ -657,7 +657,9 @@ end)
|
|||||||
|
|
||||||
function doc.formspec_core(tab)
|
function doc.formspec_core(tab)
|
||||||
if tab == nil then tab = 1 else tab = tostring(tab) end
|
if tab == nil then tab = 1 else tab = tostring(tab) end
|
||||||
return "size["..doc.FORMSPEC.WIDTH..","..doc.FORMSPEC.HEIGHT.."]tabheader[0,0;doc_header;"..
|
return "size["..doc.FORMSPEC.WIDTH..","..doc.FORMSPEC.HEIGHT.."]"..
|
||||||
|
"style_type[textarea;textcolor=#FFFFFF]"..
|
||||||
|
"tabheader[0,0;doc_header;"..
|
||||||
minetest.formspec_escape(S("Category list")) .. "," ..
|
minetest.formspec_escape(S("Category list")) .. "," ..
|
||||||
minetest.formspec_escape(S("Entry list")) .. "," ..
|
minetest.formspec_escape(S("Entry list")) .. "," ..
|
||||||
minetest.formspec_escape(S("Entry")) .. ";"
|
minetest.formspec_escape(S("Entry")) .. ";"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user