Skip to content

Commit 6be9dbb

Browse files
save file
1 parent 18d1ab2 commit 6be9dbb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

html-components/list/web-console/web-console.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,23 @@
9999

100100

101101
#demo-tree
102-
{margin:20px 0;height:auto !important;border:1px solid lightgray !important;overflow:visible;box-sizing:border-box;
103-
outline:none;border-radius:5px;padding:10px}
104-
102+
{margin:20px 0;height:auto !important;overflow:visible;box-sizing:border-box;outline:none;border-radius:5px;
103+
border:none !important;
104+
}
105+
105106
#view-hdr
106107
{padding:10px;font-weight:bold;background:rgba(173,216,230,0.5);border:1px solid lightgray;border-radius:5px}
107108

108109
#view
109110
{border:1px solid lightgray;border-radius:5px;padding:10px}
110111
web-editor
111112
{}
113+
114+
115+
.wunderbaum .wb-expander
116+
{ opacity:1 !important;transition:none !important;}
117+
118+
112119
</style>
113120

114121
</head>

0 commit comments

Comments
 (0)