Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎无法消除图标艺术上出现的顶部白色边缘。我确实想保留 jquery 移动按钮上的顶部白色边缘。我似乎无法用css影响它。这是查看问题的URL:
http://www.wildwoodsnj.com/m/nav2.cfm
添加.ui-bar-a{ border:0 !important; }到文件顶部。
.ui-bar-a{ border:0 !important; }
编辑: 抱歉,我看到您希望保留主链接上的顶部白色边缘,而不是图标。尝试这个。
span.ui-btn-inner { border:0 !important; }
尝试背景:无;或大纲:无;