Skip to content

Commit

Permalink
modx-pro#90 Fix link to icons from bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Klimchuk committed Nov 18, 2013
1 parent 9327402 commit 21cd5b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/components/minishop2/css/mgr/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* boostrap icons fix */
[class^="bicon-"],[class*=" bicon-"] {background-image:url("../../img/mgr/glyphicons-halflings.png");}
.bicon-white,.nav-pills>.active>a>[class^="bicon-"],.nav-pills>.active>a>[class*=" bicon-"],.nav-list>.active>a>[class^="bicon-"],.nav-list>.active>a>[class*=" bicon-"],.navbar-inverse .nav>.active>a>[class^="bicon-"],.navbar-inverse .nav>.active>a>[class*=" bicon-"],.dropdown-menu>li>a:hover>[class^="bicon-"],.dropdown-menu>li>a:hover>[class*=" bicon-"],.dropdown-menu>.active>a>[class^="bicon-"],.dropdown-menu>.active>a>[class*=" bicon-"],.dropdown-submenu:hover>a>[class^="bicon-"],.dropdown-submenu:hover>a>[class*=" bicon-"]{background-image:url("../../img/mgr/glyphicons-halflings-white.png");}
/* end fix */

a.link, a.ms2-link {color: #005580;}
.ms2-image-inactive {opacity: .8;}
.x-color-palette {width:80%;height:auto;cursor:pointer}
Expand Down

0 comments on commit 21cd5b9

Please sign in to comment.