fix: add outlook.cloud.microsoft URL pattern, fix toggle switch clickability
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"permissions": ["storage", "activeTab"],
|
"permissions": ["storage", "activeTab"],
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["https://outlook.office.com/*", "https://outlook.office365.com/*"],
|
"matches": ["https://outlook.office.com/*", "https://outlook.office365.com/*", "https://outlook.cloud.microsoft/*"],
|
||||||
"css": ["themes/base.css"],
|
"css": ["themes/base.css"],
|
||||||
"js": [
|
"js": [
|
||||||
"content/settings-defaults.js",
|
"content/settings-defaults.js",
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
{
|
{
|
||||||
"resources": ["themes/*.css"],
|
"resources": ["themes/*.css"],
|
||||||
"matches": ["https://outlook.office.com/*", "https://outlook.office365.com/*"]
|
"matches": ["https://outlook.office.com/*", "https://outlook.office365.com/*", "https://outlook.cloud.microsoft/*"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -104,9 +104,13 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.or-switch input {
|
.or-switch input {
|
||||||
|
position: absolute;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
width: 0;
|
width: 100%;
|
||||||
height: 0;
|
height: 100%;
|
||||||
|
cursor: pointer;
|
||||||
|
z-index: 2;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.or-switch .slider {
|
.or-switch .slider {
|
||||||
|
|||||||
Reference in New Issue
Block a user