diff options
| author | Mark Otto <[email protected]> | 2012-08-08 11:26:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-08 11:26:22 -0700 |
| commit | f6c7ac51f2761a666c933f584a558f0c24381a3a (patch) | |
| tree | d9c11409c5cf7a10d90b1c27a32abcfe75f55f7d /docs/assets/css/bootstrap.css | |
| parent | 08e4475f007c1342ee6f8ab7362a9b8965ac391a (diff) | |
| download | bootstrap-f6c7ac51f2761a666c933f584a558f0c24381a3a.tar.xz bootstrap-f6c7ac51f2761a666c933f584a558f0c24381a3a.zip | |
add some simple styles for showing white icons on hover where appropriate
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 810a67df3..584e89549 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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"); } |
