|
|
@ -80,6 +80,19 @@ |
|
|
|
background: url("../images/icon-dangerous.png") no-repeat; |
|
|
|
} |
|
|
|
|
|
|
|
.nav ul li a:hover { |
|
|
|
color: #00d5f6; |
|
|
|
} |
|
|
|
|
|
|
|
.nav ul li:first-child:hover:before, |
|
|
|
.nav ul li:nth-child(2):hover:before{ |
|
|
|
background-position: -36px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.nav ul li:last-child:hover:before { |
|
|
|
background-position: -90px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.nav ul li:first-child:before, |
|
|
|
.nav ul li:nth-child(2):before { |
|
|
|
background-position: -18px 0; |
|
|
@ -87,7 +100,7 @@ |
|
|
|
|
|
|
|
.nav ul li:last-child:before { |
|
|
|
width: 16px; |
|
|
|
background-position: -54px 0; |
|
|
|
background-position: -72px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.nav ul li.action { |
|
|
|