Skip to content

Commit 171e26b

Browse files
save file
1 parent 1a3f201 commit 171e26b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

utils/misc/nodejs-terminal/html/webcontainer-iframe/webcontainer-iframe.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@
2929
#glass
3030
{position:absolute;left:0;top:0;width:100%;height:100%;background:lightblue;opacity:0.2}
3131

32+
3233
input
3334
{font-size:16px;padding:5px 10px;box-sizing:border-box}
34-
3535
input[type=button]
3636
{cursor:pointer}
3737

38+
.icon
39+
{width:25px;height:25px;border:1px solid gray;border-radius:3px;box-sizing:border-box;cursor:pointer;padding:1px}
40+
3841

3942
</style>
4043

0 commit comments

Comments
 (0)