1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-06 19:02:30 +01:00

minor fine tuning

This commit is contained in:
gorhill 2017-06-02 08:17:09 -04:00
parent 78d5cb354a
commit cc935ee19a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ svg {
cursor: not-allowed; cursor: not-allowed;
} }
svg > path:first-child { svg > path:first-child {
fill: rgba(0,0,0,0.6); fill: rgba(0,0,0,0.5);
fill-rule: evenodd; fill-rule: evenodd;
} }
svg > path + path { svg > path + path {

View File

@ -143,7 +143,7 @@ var µBlock = (function() { // jshint ignore:line
selectedFilterLists: [], selectedFilterLists: [],
availableFilterLists: {}, availableFilterLists: {},
selfieAfter: 23 * oneMinute, selfieAfter: 17 * oneMinute,
pageStores: {}, pageStores: {},
pageStoresToken: 0, pageStoresToken: 0,