diff --git a/config.json b/config.json index cf992f4..de09b88 100644 --- a/config.json +++ b/config.json @@ -1,18 +1 @@ -{ - "sound": "sound2.mp3", - "volume": 0.5, - "message": "@ Hi, I would like to buy your listed for in (stash tab \"\"; position: left , top )", - "RATES_REFRESH_INTERVAL": 10000, - "POE_TRADE_STATS_INTERVAL": 3600000, - "CHUNK_RETRY_INTERVAL": 1000, - "CHUNK_DOWNLOAD_INTERVAL": 500, - "STREAM_TOP_WAIT_INTERVAL": 2000, - "SCROLL_BACK_TOP_SPEED": 500, - "writeChunkStats": false, - "globalClipboard": false, - "leagues": [ - "Standard", "Hardcore", "Legacy", "Hardcore Legacy" - ], - "defaultLeagueIndex": 2, - "showStatusBar": false -} \ No newline at end of file +{"sound":"sound2.mp3","volume":0.5,"message":"@ Hi, I would like to buy your listed for in (stash tab \"\"; position: left , top )","RATES_REFRESH_INTERVAL":10000,"POE_TRADE_STATS_INTERVAL":3600000,"CHUNK_RETRY_INTERVAL":1000,"CHUNK_DOWNLOAD_INTERVAL":500,"STREAM_TOP_WAIT_INTERVAL":2000,"SCROLL_BACK_TOP_SPEED":500,"writeChunkStats":false,"globalClipboard":false,"leagues":["Standard","Hardcore","Legacy","Hardcore Legacy"],"defaultLeagueIndex":2,"showStatusBar":false,"windowWidth":1436,"windowHeight":865,"x":3,"y":23} \ No newline at end of file diff --git a/style.css b/style.css index 284cef1..14d7d93 100644 --- a/style.css +++ b/style.css @@ -54,15 +54,15 @@ span.title { li.collection-item { border: none!important; - background-color: rgba( 0, 0, 0, 0 )!important; - transition: background-color 0.2s linear; - border-radius: 3px; - cursor: pointer; + /*background-color: rgba( 0, 0, 0, 0 )!important;*/ + /*transition: background-color 0.2s linear;*/ + /*border-radius: 3px;*/ + /*cursor: pointer;*/ } li.collection-item { - background-color: rgba( 0, 200, 200, 0.1 )!important; - transition: background-color 0.2s linear; + /*background-color: rgba( 0, 200, 200, 0.1 )!important;*/ + /*transition: background-color 0.2s linear;*/ } .currency { @@ -483,7 +483,7 @@ input[type=range] { margin: 0; } -.filter-detail { +.filter-detail, .entry { border: none!important; background-color: rgba( 0, 0, 0, 0 )!important; transition: background-color 0.2s linear; @@ -493,7 +493,7 @@ input[type=range] { top: -9px; } -.filter-detail:hover { +.filter-detail:hover, .entry:hover { background-color: rgba( 0, 200, 200, 0.1 )!important; transition: background-color 0.2s linear; } diff --git a/templates/entry.html b/templates/entry.html index bd49e9e..f907d01 100644 --- a/templates/entry.html +++ b/templates/entry.html @@ -1,4 +1,4 @@ -