Skip to content

Commit e4eb4bb

Browse files
author
p01
committed
Faux-colum^Wrow background for the ResourceDetail overview
1 parent da94ae2 commit e4eb4bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/resource-manager/resource_style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@
181181
position: relative;
182182
overflow: auto;
183183
}
184+
.resource-detail-container
185+
{
186+
background-image: linear-gradient(180deg, #eee 54px, #e9e9e9 55px);
187+
background-size:100% 55px;
188+
background-repeat: repeat-x;
189+
}
184190

185191
.resource-detail-script-container,
186192
.resource-detail-css-container,
@@ -203,9 +209,7 @@
203209
.resource-detail-overview
204210
{
205211
padding: 8px;
206-
background: #eee;
207212
color: #707070;
208-
box-shadow: inset 0 -1px 0 0 #e9e9e9;
209213
}
210214

211215
.resource-detail-overview-url

0 commit comments

Comments
 (0)