Skip to content
Snippets Groups Projects
Commit f37194a9 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Set date-button default background color.

parent cea21c39
No related branches found
No related tags found
No related merge requests found
// ==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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment