本帖最后由 simon9007 于 2012-1-18 19:31 编辑
#urlbar {
-moz-appearance: none !important;
background-color:rgba(255,255,255,0) !important;
border: 0 none !important;
}
#urlbar:hover {
-moz-appearance: none !important;
background-color:rgba(255,255,255,1) !important;
border: 0 none !important;
}/*地址欄透明,文字不透明*/
#urlbar-container{
max-width:534px;
-moz-transition-delay: 0.5s;
}
#urlbar-container:hover{
min-width:1424px;
-moz-transition-delay: 0s;
}/*地址欄長度*/
#browser-bottombox {
position: fixed;
width: auto;
height:26px;
bottom: 0px;
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
background: -moz-Dialog;
-moz-transition: all 0.25s ease;
}
#browser-bottombox{
left: 0px;
-moz-border-radius: 0px 4px 4px 0px;
background:none !important;
border-bottom: none;
border-right: none;
-moz-box-shadow: 0 0 1px #000000;
}/*附加組件欄位置*/
#addonbar-closebutton { visibility: collapse !important;
}/*隱藏addonbarX*/
上述的代碼基本上能實現了,不過細節的問題就不發上來了。 |