<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*keep showing images if css aggregation is used*/
[class^="icon-"],
[class*=" icon-"] {
  background-image: url("../../../bootstrap/img/glyphicons-halflings.png");
}
.icon-white,
.nav-pills &gt; .active &gt; a &gt; [class^="icon-"],
.nav-pills &gt; .active &gt; a &gt; [class*=" icon-"],
.nav-list &gt; .active &gt; a &gt; [class^="icon-"],
.nav-list &gt; .active &gt; a &gt; [class*=" icon-"],
.navbar-inverse .nav &gt; .active &gt; a &gt; [class^="icon-"],
.navbar-inverse .nav &gt; .active &gt; a &gt; [class*=" icon-"],
.dropdown-menu &gt; li &gt; a:hover &gt; [class^="icon-"],
.dropdown-menu &gt; li &gt; a:focus &gt; [class^="icon-"],
.dropdown-menu &gt; li &gt; a:hover &gt; [class*=" icon-"],
.dropdown-menu &gt; li &gt; a:focus &gt; [class*=" icon-"],
.dropdown-menu &gt; .active &gt; a &gt; [class^="icon-"],
.dropdown-menu &gt; .active &gt; a &gt; [class*=" icon-"],
.dropdown-submenu:hover &gt; a &gt; [class^="icon-"],
.dropdown-submenu:focus &gt; a &gt; [class^="icon-"],
.dropdown-submenu:hover &gt; a &gt; [class*=" icon-"],
.dropdown-submenu:focus &gt; a &gt; [class*=" icon-"] {
  background-image: url("../../../bootstrap/img/glyphicons-halflings-white.png");
}</pre></body></html>