From 46c26afeab63ba23e22292189ad3dacae0c3b5da Mon Sep 17 00:00:00 2001 From: J den Hartog Date: Mon, 12 Nov 2018 21:27:36 +0100 Subject: [PATCH] Update to match new(?) Marktplaats.nl look --- Marktplaats_Exchanger/Marktplaats_Exchanger.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Marktplaats_Exchanger/Marktplaats_Exchanger.user.js b/Marktplaats_Exchanger/Marktplaats_Exchanger.user.js index 5336eab..9e356fa 100644 --- a/Marktplaats_Exchanger/Marktplaats_Exchanger.user.js +++ b/Marktplaats_Exchanger/Marktplaats_Exchanger.user.js @@ -27,13 +27,14 @@ var button = document.createElement("div"); button.setAttribute("title", "Selecteer alle verkochte advertenties"); - button.style.background = "transparent linear-gradient(to bottom, #FEFEFE 0%, #D9D9D9 100%) repeat scroll 0% 0%"; + button.style.background = "#F7F7F6"; button.style.border = "1px solid #A1A1A1"; button.style.cssFloat = "left"; button.style.cursor = "default"; button.style.height = "30px"; button.style.marginRight = "5px"; button.style.padding = "0 8px"; + button.style.fontFamily = "Roboto"; selectAll.parentNode.insertBefore(button, selectAll.nextSibling); var selectInput = document.createElement("input");