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== // ==UserScript==
// @name Date Button // @name Date Button
// @namespace http://hugo.hornquist.se // @namespace http://hugo.hornquist.se
// @version 0.1.4 // @version 0.1.5
// @author hugo@lysator.liu.se // @author hugo@lysator.liu.se
// @match *://*/* // @match *://*/*
// @description Inputs the current date into the current text field. // @description Inputs the current date into the current text field.
...@@ -110,6 +110,8 @@ ...@@ -110,6 +110,8 @@
top: 1em; top: 1em;
left: 1em; left: 1em;
z-index: 10000; z-index: 10000;
background: lightgray;
border: 2px solid black;
} }
#${btn_id}:focus { #${btn_id}:focus {
background: pink; background: pink;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment