mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
minor fine tuning
This commit is contained in:
parent
78d5cb354a
commit
cc935ee19a
2 changed files with 2 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ svg {
|
|||
cursor: not-allowed;
|
||||
}
|
||||
svg > path:first-child {
|
||||
fill: rgba(0,0,0,0.6);
|
||||
fill: rgba(0,0,0,0.5);
|
||||
fill-rule: evenodd;
|
||||
}
|
||||
svg > path + path {
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ var µBlock = (function() { // jshint ignore:line
|
|||
selectedFilterLists: [],
|
||||
availableFilterLists: {},
|
||||
|
||||
selfieAfter: 23 * oneMinute,
|
||||
selfieAfter: 17 * oneMinute,
|
||||
|
||||
pageStores: {},
|
||||
pageStoresToken: 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue