- 642 名前:620 mailto:sage [2016/07/29(金) 10:39:32.72 ID:Dzd2xlw10.net]
- 解決しました
userChrome.cssに以下をコピペしてプロファイルに突っ込んだ #main-window[windowtype="navigator:browser"] { background-color: transparent !important; } .titlebar-button { background-color: transparent !important; transition: background-color 0.2s ease; } .titlebar-button > .toolbarbutton-icon { list-style-image: none; } .titlebar-button:hover { background-color: rgba(0, 0, 0, 0.15) !important; } #titlebar-close:hover { background-color: #E81123 !important; } #titlebar-close:hover > .toolbarbutton-icon { list-style-image: url("chrome://browser/skin/caption-buttons.svg#close-white"
|

|