mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
opera minor changes
This commit is contained in:
parent
d83ade9e2c
commit
523ed4d252
2 changed files with 3 additions and 1 deletions
|
|
@ -121,7 +121,8 @@ span.purge {
|
|||
span.purge:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
span.obsolete {
|
||||
span.obsolete,
|
||||
span.new {
|
||||
border-color: hsl(36, 100%, 73%);
|
||||
color: #222;
|
||||
background-color: hsl(36, 100%, 75%);
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ cp -R src/lib $DES/
|
|||
cp -R src/_locales $DES/
|
||||
cp src/*.html $DES/
|
||||
cp platform/chromium/*.js $DES/js/
|
||||
cp -R platform/chromium/img $DES/
|
||||
cp platform/opera/manifest.json $DES/
|
||||
cp LICENSE.txt $DES/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue