修改标签栏按钮样式

This commit is contained in:
baiyu 2013-08-29 09:15:15 +08:00
parent b26fec0749
commit 5c484041cc
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ input[type="submit"]
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
color:#050505;
padding:5px 10px;
padding:2px 7px;/*modified by ming*/
background:-moz-linear-gradient(top,#fff 0%,#ebebeb 50%,#dbdbdb 50%,#b5b5b5);
background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(0.50,#ebebeb),color-stop(0.50,#dbdbdb),to(#b5b5b5));
-moz-border-radius:4px;