我正在尝试使用easyblog登录按钮在悬停时更改颜色。我已经用我网站上的几乎所有其他按钮完成了它,但是我无法使用这个按钮。
原始代码:
#ezblog-menu .blog-navi .user-form form .button{background:url(../images/ui-button.png) #fff bottom repeat-x!important;height:28px;color:#555;font-family:Arial;font-weight:bold;font-size:11px;border:1px solid #f08614;border-bottom-color:#f08614;
border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
我想补充的内容:
#ezblog-menu .blog-navi .user-form form .button a:hover {background:#f08614;}