Skip to content

Commit 6b9033d

Browse files
committed
Merge pull request #14 from AutoConX/missing-images
Removed reference to missing images in CSS
2 parents b52bb6e + bd81405 commit 6b9033d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/cbdebugger/includes/css/cbox-debugger.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
font-weight: bold;
1414
color: white;
1515
border: 1px solid #2694E8;
16-
background: #3BAAE3 url(/cbdebugger/includes/images/bg-glass.png) repeat-x scroll 50% 50%;
16+
background: #3BAAE3;
1717
padding:5px 5px 5px 5px;
1818
cursor: pointer;
1919
margin-bottom: 2px;
@@ -22,7 +22,7 @@
2222
-khtml-border-radius: 5px;
2323
}
2424
.fw_titles:hover{
25-
background: #D7EBF9 url(/cbdebugger/includes/images/bg-glass2.png) repeat-x scroll 50% 50%;
25+
background: #D7EBF9;
2626
border:1px solid #D3D3D3;
2727
cursor: pointer;
2828
color: black;
@@ -31,7 +31,7 @@
3131
font-size: 10px;
3232
font-weight:bold;
3333
color: black;
34-
background: #D7EBF9 url(/cbdebugger/includes/images/bg-glass2.png) repeat-x scroll 50% 50%;
34+
background: #D7EBF9;
3535
border:1px solid #D3D3D3;
3636
padding:5px 5px 5px 5px;
3737
cursor: pointer;
@@ -208,4 +208,4 @@
208208
padding: 5px;
209209
background-color: #FFF6CC;
210210
border: 1px solid #999999;
211-
}
211+
}

modules/cbdebugger/includes/css/cbox-debugger.pack.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)