1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

New 'basic' nextprev template added and darkstrap tweaks

This commit is contained in:
Cameron
2013-03-17 02:57:09 -07:00
parent f8dd6bd1eb
commit 0dd2a038a3
4 changed files with 65 additions and 18 deletions

View File

@@ -145,9 +145,10 @@ textarea::-webkit-input-placeholder {
[class^="icon-"],
[class*=" icon-"] {
background-image: url("../img/glyphicons-halflings-white.png");
background-image: url("../img/glyphicons-halflings.png");
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
@@ -160,7 +161,15 @@ textarea::-webkit-input-placeholder {
.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-"],
h1 > [class^="icon-"],
h2 > [class^="icon-"],
h3 > [class^="icon-"],
h4 > [class^="icon-"],
h5 > [class^="icon-"],
.btn-primary > [class^="icon-"],
.nav-tabs > li > a > [class^="icon-"]
{
background-image: url("../img/glyphicons-halflings-white.png");
}