Skip to content

Commit 617e880

Browse files
author
p01
committed
Style cleanup
1 parent 100db98 commit 617e880

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

src/resource-manager/resource_style.css

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@
145145
width: 250px;
146146
}
147147

148-
.resource-tree-expand-collapse.close > ul
149-
{
150-
display: none;
151-
}
152-
153148
.button-expand-collapse,
154149
.button-expand-collapse-close
155150
{
@@ -169,8 +164,6 @@
169164
outline-offset: -2px;
170165
}
171166

172-
/*.resource-tree-expand-collapse.close .button-expand-collapse*/
173-
/*.button-expand-collapse.close*/
174167
.button-expand-collapse-close
175168
{
176169
background-position: 1px 1px;
@@ -316,7 +309,6 @@ a.external:hover
316309
margin: 0;
317310
}
318311

319-
/* zebra resources */
320312
.resource-tree-windows
321313
{
322314
width: 100%;
@@ -329,7 +321,7 @@ a.external:hover
329321
background-color: rgba(137, 173, 232, 0.196);
330322
}
331323

332-
.resource-tree li > h2.resource-highlight
324+
.resource-highlight
333325
{
334326
color: #fff;
335327
background-color: rgba(55, 115, 211, 0.702);
@@ -362,15 +354,15 @@ h2 .resource-domain
362354
color: #6e7680;
363355
}
364356

365-
h2.resource-highlight .resource-tree-count
357+
.resource-highlight .resource-tree-count
366358
{
367359
background-color: #8fb1e6;
368360
}
369361

370-
h2.resource-highlight .resource-tree-count,
371-
h2.resource-highlight:hover .resource-tree-count,
372-
h2.resource-highlight .resource-domain,
373-
h2.resource-highlight:hover .resource-domain
362+
.resource-highlight .resource-tree-count,
363+
.resource-highlight:hover .resource-tree-count,
364+
.resource-highlight .resource-domain,
365+
.resource-highlight:hover .resource-domain
374366
{
375367
color: #fff;
376368
}

0 commit comments

Comments
 (0)