UNPKG
vtseditor
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
VTS Editor
github.com/stefanwerfling/vtseditor
stefanwerfling/vtseditor
vtseditor
/
SchemaEditor
/
Base
/
ExtendType
/
ExtendType.css
8 lines
•
168 B
CSS
View Raw
1
2
3
4
5
6
7
8
.extendtype-container
{
position
: relative;
margin
:
4px
0
;
border-radius
:
5px
;
padding
:
5px
;
border
:
1px
solid
#EEE
;
background
:
rgba
(
255
,
255
,
255
,
0.9
); }