mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Forgot to commit new CSS file
This commit is contained in:
parent
13b7f381b2
commit
a59daf5978
1 changed files with 11 additions and 0 deletions
11
platform/mv3/extension/css/report.css
Normal file
11
platform/mv3/extension/css/report.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root .safari {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:root.safari .safari {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: var(--info2-ink);
|
||||
}
|
||||
Loading…
Reference in a new issue