Add def. bg to <select> and remove useless style

This commit is contained in:
0ip 2012-05-20 20:19:16 +03:00
parent a40475666c
commit 185a3bface
1 changed files with 1 additions and 4 deletions

View File

@ -80,10 +80,6 @@ a img {
.toolbar ul li a:hover {
text-decoration: none;
}
.toolbar ul li a span {
position: relative;
top: -2px;
}
.toolbar ul li a:hover {
background: #fff;
background: -webkit-linear-gradient(#f4f4f4, #e4e4e4);
@ -148,6 +144,7 @@ a img {
background: linear-gradient(#EEE, #F0F0F0) !important;
}
.toolbar ul li select {
background: #fff;
padding: 4px;
line-height: 22px; /* fix for safari (win/mac) */
height: 28px; /* fix for chrome (mac) */