1
A
回答
1
這裏有一個工作示例:http://jsfiddle.net/Gajotres/Y9pXL/
.ui-focus, .ui-btn:focus {
-moz-box-shadow:0 0 0 transparent !important;
-webkit-box-shadow:0 0 0 transparent !important;
box-shadow:0 0 0 transparent !important;
}
.ui-btn-active {
border-width: 0px !important;
background:transparent !important;
background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent))!important;
background-image:-webkit-linear-gradient(transparent,transparent)!important;
background-image:-moz-linear-gradient(transparent,transparent)!important;
background-image:-ms-linear-gradient(transparent,transparent)!important;
background-image:-o-linear-gradient(transparent,transparent)!important;
background-image:linear-gradient(transparent,transparent)!important;
}
+0
你的意思是底部的導航欄與朋友的電子郵件,... 還有一個選擇。 (黑色) 其他都是黑灰色的。 我不想看到任何不同... – 2013-03-20 15:10:49
+0
立即檢查:http://jsfiddle.net/Gajotres/Y9pXL/ – Gajotres 2013-03-20 15:20:20
相關問題
- 1. jQuery Mobile隱藏的導航欄按鈕
- 2. JQuery Mobile和導航欄按鈕
- 3. jQuery和導航欄按鈕
- 4. 選擇不當發生在導航欄在jQuery Mobile的
- 5. 導航欄在jQuery Mobile的
- 6. 導航欄在jQuery Mobile的
- 7. jQuery Mobile的導航欄
- 8. 如何「停用」活動的導航欄按鈕? (jQuery Mobile)
- 9. jQuery Mobile底部導航欄
- 10. 不能選擇導航欄中的按鈕 - 目標C/iOS
- 11. 導航欄按鈕
- 12. 如何在導航欄中使用圖標按鈕(jQuery Mobile)
- 13. jQuery Mobile導航欄不起作用
- 14. jQuery Mobile的選擇和按鈕內嵌
- 15. jQuery Mobile的Backbone.js的+:導航欄問題
- 16. jQuery Mobile導航選項卡
- 17. 導航欄上的按鈕不加載
- 18. jQuery Mobile的導航欄底部
- 19. JQuery Mobile和ASP.NET MVC導航欄按鈕活動狀態不起作用
- 20. 如何在jQuery Mobile默認導航欄中擁有更大的中心底部導航欄按鈕?
- 21. iphone 2按鈕導航欄
- 22. 旋轉導航欄按鈕
- 23. 更改導航欄按鈕
- 24. 導航欄和按鈕
- 25. 停止從導航欄按鈕
- 26. jquery mobile 1.1.1導致導航欄顯示所有按鈕爲活動
- 27. 如何在導航欄中使用角度js選擇按鈕?
- 28. 如何從jQuery Mobile的單選按鈕
- 29. Bootstrap導航欄按鈕不會切換
- 30. 按鈕不顯示在導航欄項
這不是簡單地做你的CSS? – Daniel 2013-03-18 13:38:18
你能分享你的代碼嗎? – 2013-03-18 13:39:02