From f37194a9e7b60e2d72b8a01b572188866dfd4b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se> Date: Mon, 6 Jun 2022 22:58:23 +0200 Subject: [PATCH] Set date-button default background color. --- date-button/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/date-button/index.js b/date-button/index.js index 51b1e82..3477c2e 100644 --- a/date-button/index.js +++ b/date-button/index.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Date Button // @namespace http://hugo.hornquist.se -// @version 0.1.4 +// @version 0.1.5 // @author hugo@lysator.liu.se // @match *://*/* // @description Inputs the current date into the current text field. @@ -110,6 +110,8 @@ top: 1em; left: 1em; z-index: 10000; + background: lightgray; + border: 2px solid black; } #${btn_id}:focus { background: pink; -- GitLab