We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cc506 commit 1041e25Copy full SHA for 1041e25
extension/content/style.css
@@ -75,17 +75,12 @@ h4 {
75
}
76
77
.tab-button {
78
- margin: 0;
+ margin: 0 1px;
79
padding: 0;
80
- background-color: var(--in-content-button-background);
81
82
83
.tab-button[selected] {
84
- background-color: transparent;
85
-}
86
-
87
-.tab-button:hover {
88
- background-color: var(--in-content-button-background-hover);
+ background-color: #d4d4d4;
89
90
91
#tab-contents {
extension/manifest.json
@@ -13,8 +13,7 @@
13
},
14
"background": { "scripts": ["background.js"] },
15
"browser_action": {
16
- "default_title": "SearchEngines Devtools",
17
- "browser_style": true
+ "default_title": "SearchEngines Devtools"
18
19
"permissions": [
20
"mozillaAddons",
0 commit comments