阅读:2528回复:5
求教, 如何修改此样式让工具栏的颜色全都覆盖到!!!
Stealth Firefox
http://userstyles.org/styles/55792/stealth-firefox 非常喜欢这个样式,但作者已长久不更新,而现在无论在工具栏下还是书签工具栏下都有一丝没覆盖到的白边(如图所示)。起初自己先是很天真地对着里面的数值随意瞎改但都无效所以特来求教各位应该怎么改!!! 1. 2. @-moz-document url-prefix('chrome://') { .tabbrowser-tab[selected=true] { background-image: -moz-linear-gradient(top, #6c7279 0%, #52545a 100%)!important; color:#fefffe!important; border-color:#8f949c!important; } .tabbrowser-tab:not([selected=true]), .tabs-newtab-button { background-image: -moz-linear-gradient(top, #44464b 0%, #282a2c 100%)!important; color:#fefffe!important; border-color:#55575d!important; } #nav-bar { background-image: -moz-linear-gradient(top, #52545a 0%, #3a3c41 100%)!important; } #PersonalToolbar { background-image: -moz-linear-gradient(top, rgba(58,60,65,1) 0%, rgba(50,52,56,1) 100%)!important; } .toolbarbutton-text { color:white!important; } #urlbar { background-color: #333438!important; color: #e5e5e5!important; } #identity-box.unknownIdentity, #identity-box.chromeUI { background-image:-moz-linear-gradient(top, #616265 0%, #424548 100%)!important; } .toolbarbutton-icon, .toolbarbutton-1 { background: none!important; } .toolbarbutton-1 { border-radius:5px!important; } #forward-button.toolbarbutton-1 { border-radius:2px!important; } .searchbar-textbox { background-color:#333438!important; color:#e5e5e5!important; } .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) { background-image: -moz-radial-gradient(center, ellipse cover, rgba(255,197,120,.9) 0%, rgba(251,157,35,.8) 100%)!important; } /* hover testing .toolbarbutton-1:hover { box-shadow:0 0 10px 3px #c85ec7!important; border:#c85ec7 5px !important; } */ } |
|
1楼#
发布于:2012-11-23 11:51
用力游上去...
|
|
2楼#
发布于:2012-11-23 11:51
楼主说的是地址栏的边框?在22行“#urlbar{”
下面加上:“border:none !important;” 39行下面也加这么一句就没了 书签栏的话在16行”#PersonalToolbar {” 下面加上这句 这个不是没覆盖到,而是边框 |
|
3楼#
发布于:2012-11-23 11:51
|
|
4楼#
发布于:2012-11-23 11:51
|
|
5楼#
发布于:2012-11-23 11:51
不是。我将图片放大了才发现原来这个样式的边框是默认的蓝色...而炫彩风格将原本的边框变成了白色导致出现了视觉误差让我误以为白色的边框显短... 现在将炫彩风格+样式一起就“完美”了... |
|