Battleship grey 作者: Migo
Batleship grey design with battleship grey menus (see comment).
1 个用户1 个用户
您需要 Firefox 来使用此主题
扩展元数据
Migo 制作的更多主题
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
关于此主题
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:
@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(200,200,205) !important; }
/* Color and font of all hover popup menus/entries */
menupopup.textbox-contextmenu :is(menu,menuitem)[_moz-menuactive="true"],
popupset > menupopup :is(menu,menuitem)[_moz-menuactive="true"],
popupset > menupopup menupopup :is(menu,menuitem)[_moz-menuactive="true"],
popupset >*:not(menupopup) menupopup :is(menu,menuitem)[_moz-menuactive="true"],
panelview toolbarbutton:hover{ background: rgb(131,188,233) !important; }
menupopup :is(menu,menuitem)[_moz-menuactive="true"] {
background: rgb(131,188,233) !important;
color: black !important;
appearance: none !important;
}
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(200,200,205) !important; }
/* Color and font of all hover popup menus/entries */
menupopup.textbox-contextmenu :is(menu,menuitem)[_moz-menuactive="true"],
popupset > menupopup :is(menu,menuitem)[_moz-menuactive="true"],
popupset > menupopup menupopup :is(menu,menuitem)[_moz-menuactive="true"],
popupset >*:not(menupopup) menupopup :is(menu,menuitem)[_moz-menuactive="true"],
panelview toolbarbutton:hover{ background: rgb(131,188,233) !important; }
menupopup :is(menu,menuitem)[_moz-menuactive="true"] {
background: rgb(131,188,233) !important;
color: black !important;
appearance: none !important;
}
In 'about:config' change 'toolkit.legacyUserProfileCustomizations.stylesheets'
from false to true.
评分 0(1 位用户)
更多信息