1
0
mirror of synced 2024-12-18 10:26:00 +01:00

No gradient on buttons

This commit is contained in:
Steve Smith 2015-10-27 11:55:52 -04:00
parent e391cf2308
commit 394e56bc61

View File

@ -112,27 +112,17 @@ header {
header ul { header ul {
list-style:none; list-style:none;
height:40px; height:40px;
padding:0; padding:0;
background: #f4f4f4;
background: #eee;
background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
border-radius:5px; border-radius:5px;
border:1px solid #d2d2d2; border:1px solid #e0e0e0;
box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
width:270px; width:270px;
} }
header li { header li {
width:89px; width:89px;
float:left; float:left;
border-right:1px solid #d2d2d2; border-right:1px solid #e0e0e0;
height:40px; height:40px;
} }
@ -156,18 +146,10 @@ header ul a {
header ul a:hover { header ul a:hover {
color:#999; color:#999;
background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%);
background: -o-linear-gradient(top, #fff 0%,#ddd 100%);
background: -ms-linear-gradient(top, #fff 0%,#ddd 100%);
background: linear-gradient(top, #fff 0%,#ddd 100%);
} }
header ul a:active { header ul a:active {
-webkit-box-shadow: inset 0px 2px 2px 0px #ddd; background-color:#f0f0f0;
-moz-box-shadow: inset 0px 2px 2px 0px #ddd;
box-shadow: inset 0px 2px 2px 0px #ddd;
} }
strong { strong {
@ -175,11 +157,6 @@ strong {
font-weight:700; font-weight:700;
} }
header ul li + li {
width:88px;
border-left:1px solid #fff;
}
header ul li + li + li { header ul li + li + li {
border-right:none; border-right:none;
width:89px; width:89px;