13 lines
285 B
CSS
13 lines
285 B
CSS
.navbar-icon-home {
|
|
vertical-align: middle;
|
|
opacity: 0.4;
|
|
Filter:alpha(opacity=40); /* For IE8 and earlier */
|
|
}
|
|
|
|
.navbar-icon-home:hover,
|
|
.navbar-icon-home:focus,
|
|
.navbar-icon-home:active,
|
|
.navbar-icon-home-hover{
|
|
opacity:1;
|
|
Filter:alpha(opacity=100); /* For IE8 and earlier */
|
|
}
|