mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-07 13:46:47 +02:00
Bootstrap CSS: Icons url - fixed.
This commit is contained in:
4
public/assets/css/bootstrap.css
vendored
4
public/assets/css/bootstrap.css
vendored
@@ -2252,7 +2252,7 @@ table th[class*="span"],
|
|||||||
*margin-right: .3em;
|
*margin-right: .3em;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
background-image: url("../img/glyphicons-halflings.png");
|
background-image: url("@site_urlpublic/assets/img/glyphicons-halflings.png");
|
||||||
background-position: 14px 14px;
|
background-position: 14px 14px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
@@ -2272,7 +2272,7 @@ table th[class*="span"],
|
|||||||
.dropdown-menu > .active > a > [class*=" icon-"],
|
.dropdown-menu > .active > a > [class*=" icon-"],
|
||||||
.dropdown-submenu:hover > a > [class^="icon-"],
|
.dropdown-submenu:hover > a > [class^="icon-"],
|
||||||
.dropdown-submenu:hover > a > [class*=" icon-"] {
|
.dropdown-submenu:hover > a > [class*=" icon-"] {
|
||||||
background-image: url("../img/glyphicons-halflings-white.png");
|
background-image: url("@site_urlpublic/assets/img/glyphicons-halflings-white.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-glass {
|
.icon-glass {
|
||||||
|
Reference in New Issue
Block a user