Skip to content

Commit 157349d

Browse files
author
Masafumi Yokoyama
committed
Update a selector for help-button in about:preferences
#help-button -> .help-button
1 parent 9c7c0b9 commit 157349d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
67 Bytes
Binary file not shown.

configuration-sheets/misc-ui-diable-items.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Firefox 31以前:
3232
4. globalChrome.cssで設定を反映する","@-moz-document
3333
url-prefix(""chrome://browser/content/preferences/in-content/preferences.xul""),
3434
url-prefix(""about:preferences"") {
35-
#help-button {
35+
.help-button {
3636
visibility: collapse !important;
3737
-moz-user-focus: ignore !important;
3838
}
39-
}",,"@-moz-document
39+
}",,"@-moz-document
4040
url-prefix(""chrome://browser/content/preferences/in-content/preferences.xul""),
4141
url-prefix(""about:preferences"") {
4242
#help-button {

0 commit comments

Comments
 (0)