Complete grey 作者: Migo
Grey design with grey menus.
1 个用户1 个用户
扩展元数据
关于此主题
Do you also want to have the context menu in the same grey as this theme? Create a %appdata%\Mozilla\Firefox\Profiles\chrome\userChrome.css with the following code:
In 'about:config' change 'toolkit.legacyUserProfileCustomizations.stylesheets'
from false to true.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml");
/* Adjust context menu color with the same grey*/
menupopup { -moz-appearance: none !important; background: rgb(219,220,219) !important; }
In 'about:config' change 'toolkit.legacyUserProfileCustomizations.stylesheets'
from false to true.
评分 0(1 位用户)
更多信息