MozTW 討論區
https://forum.moztw.org/

請教一個 Firefox 主題制作的小問題
https://forum.moztw.org/viewtopic.php?f=16&t=27023
1 頁 (共 1 頁)

發表人:  sjcman5002 [ 2009-06-03, 13:40 ]
文章主題 :  請教一個 Firefox 主題制作的小問題

我是使用 classic.jar 為藍圖來製作主題
但遇到個小問題不知怎麼改, 如圖所示
圖檔

發表人:  kfly [ 2009-06-03, 22:06 ]
文章主題 : 

sjcman5002 寫:
我是使用 classic.jar 為藍圖來製作主題
但遇到個小問題不知怎麼改, 如圖所示
圖檔

请问是要去除按钮的边框对吗?

1.找到classic.jar.
2.修改classic\aero\global\toolbarbutton.css文件和classic\global\toolbarbutton.css文件。

3.修改
toolbarbutton {
-moz-appearance: toolbarbutton;
border: 1px solid transparent;
}


toolbarbutton {
-moz-appearance: none; /*如果不改这句,那么按钮会使用系统自带的样式。*/
border: 1px solid transparent;/*这一句就是边框为透明*/
}

看看有没有帮助:)

發表人:  sjcman5002 [ 2009-06-28, 14:11 ]
文章主題 : 

謝謝指教
很久沒碰 CSS 了

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/