File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,6 +113,9 @@ ApplicableList.prototype = {
113113 // and disable rules.
114114 var label = document . createElement ( 'menuitem' ) ;
115115 label . setAttribute ( 'label' , strings . getString ( 'https-everywhere.menu.enableDisable' ) ) ;
116+ label . setAttribute ( 'disabled' , 'true' ) ;
117+ label . setAttribute ( 'class' , 'menuitem-non-iconic' ) ;
118+ label . setAttribute ( 'style' , 'color:#000000;' ) ;
116119 var label2 = false ;
117120 if ( ! any_rules ) {
118121 label2 = document . createElement ( 'menuitem' ) ;
Original file line number Diff line number Diff line change 5353 <menuseparator />
5454 <menuitem label =" &https-everywhere.menu.observatory; " command =" https-everywhere-menuitem-observatory" />
5555 <menuitem label =" &https-everywhere.menu.about; " command =" https-everywhere-menuitem-about" />
56- <menuitem type =" checkbox" class =" birthday menuitem-iconic" image =" chrome://https-everywhere/skin/eff-16.png"
57- label =" Happy 25th birthday, EFF!" command =" https-everywhere-menuitem-birthday" />
5856 </menupopup >
5957 </toolbarbutton >
6058 </toolbarpalette >
You can’t perform that action at this time.
0 commit comments