我正在使用Firefox插件 Stylish 为Facebook创建自定义样式。我试图让顶部的蓝色条形平坦,但我不能。我使用CSS代码:
#blueBar {
background-color: transparent !important;
}
但它对它没有任何影响。这是为什么?
答案 0 :(得分:1)
@BrockAdams - 我试过了,我还没用过任何东西:
#blueBar {
background-image: url("http://i.imgur.com/vUnrU8x.png") !important;
}
答案 1 :(得分:0)
尝试使用更改ID #blueBarHolder背景。像:
.hasSmurfbar #blueBarHolder, .hasSmurfbar #blueBarHolder.slim,
.hasSmurfbar #blueBarHolder #pageHead,
.hasSmurfbar #blueBarHolder #headNav,
.hasSmurfbar #blueBarHolder #blueBar {
background: transparent !important;
}
希望它能奏效。