mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
add some simple styles for showing white icons on hover where appropriate
This commit is contained in:
Vendored
+8
-1
@@ -2043,7 +2043,14 @@ table .span24 {
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.icon-white {
|
||||
/* White icons with optional class, or on hover/active states of certain elements */
|
||||
|
||||
.icon-white,
|
||||
.nav > .active > a > [class^="icon-"],
|
||||
.nav > .active > a > [class*=" icon-"],
|
||||
.dropdown-menu > li > a:hover > [class^="icon-"],
|
||||
.dropdown-menu > li > a:hover > [class*=" icon-"].dropdown-menu > .active > a > [class^="icon-"],
|
||||
.dropdown-menu > .active > a > [class*=" icon-"] {
|
||||
background-image: url("../img/glyphicons-halflings-white.png");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user