Skip to content

Commit 8daad4f

Browse files
committed
fix(styles): update path to icon images
Icon image paths in css were referencing wrong location
1 parent 73f8019 commit 8daad4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app/templates/styles/css/bootstrap.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,7 @@ table th[class*="span"],
22822282
*margin-right: .3em;
22832283
line-height: 14px;
22842284
vertical-align: text-top;
2285-
background-image: url("../img/glyphicons-halflings.png");
2285+
background-image: url("../images/glyphicons-halflings.png");
22862286
background-position: 14px 14px;
22872287
background-repeat: no-repeat;
22882288
}
@@ -2306,7 +2306,7 @@ table th[class*="span"],
23062306
.dropdown-submenu:focus > a > [class^="icon-"],
23072307
.dropdown-submenu:hover > a > [class*=" icon-"],
23082308
.dropdown-submenu:focus > a > [class*=" icon-"] {
2309-
background-image: url("../img/glyphicons-halflings-white.png");
2309+
background-image: url("../images/glyphicons-halflings-white.png");
23102310
}
23112311

23122312
.icon-glass {

0 commit comments

Comments
 (0)