[-Fx-] Stylish將google工具列與搜尋框改透明ꨠ…
問題是這樣的
我用了之前版友寫的腳本後很開心地將該透明的變透明了
可是在工具列的「更多」那個選單點開後卻會變成整個白的
http://i.imgur.com/RANVK.jpg

請問這要怎麼修改腳本才可以讓選單恢復
-----------------------------------以下腳本-----------------------------------
@namespace url(http://www.w3.org/1999/xhtml);
/*
Google: bg img? see-thru nav bar!
*/
@-moz-document url("http://www.google.com/"),url("http://www.google.com.tw/"),
url("http://www.google.co.jp/"),url-prefix("http://www.google.com/web") {
/* never show the links I never use (but they're still there, in case) */
a[href*="ads"], a[href*="services"], a[href*="about"], a[href*="privacy"],
/* and [oopsy] the copyright (yeah, #fctr would work for all of this :D) */
p[style="color: rgb(118, 118, 118); font-size: 8pt;"]
{ opacity: 0 !important; }
/* just do it */
#cpBackgroundImg { opacity: 1 !important; }
/* see-thru to bg img (no fade-in) */
#ghead, /* the header */
img[src*="classicplus"],
a#cpNavLink[href^="javascript"]
{ opacity: 0.55 !important; }
/* hide the links I might use till I hover them */
a[href*="advanced"], a[href*="language"]
{ opacity: 0 !important; }
a[href*="advanced"]:hover, a[href*="language"]:hover
{ opacity: 0.7 !important; }
input[name="q"]{opacity: 0.6 !important;}
}
-----------------------------------以上腳本-----------------------------------
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.116.13.191
※ 編輯: Ayucyndi 來自: 122.116.13.191 (11/12 10:49)
→
11/14 00:56, , 1F
11/14 00:56, 1F
→
11/14 15:44, , 2F
11/14 15:44, 2F
→
11/14 18:42, , 3F
11/14 18:42, 3F
→
11/15 01:49, , 4F
11/15 01:49, 4F
→
04/27 11:52, , 5F
04/27 11:52, 5F
Browsers 近期熱門文章
PTT數位生活區 即時熱門文章