mirror of https://github.com/gorhill/uBlock.git
minor fine tuning
This commit is contained in:
parent
78d5cb354a
commit
cc935ee19a
|
@ -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 New Issue