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

Show alternate: style updates.

parent d5677e40
No related branches found
No related tags found
No related merge requests found
// ==UserScript==
// @name Show alternate links
// @namespace http://hugo.hornquist.se
// @version 0.2.0
// @version 0.2.1
// @description Show alternate links
// @author hugo@lysator.liu.se
// @match *://*/*
......@@ -47,7 +47,7 @@
display: block;
width: 2em;
min-height: 2em;
background: red;
background: rgba(255,0,0,0.5);
color: white;
font-weight: bold;
padding: 1ex;
......@@ -55,6 +55,7 @@
#${id}:hover {
width: unset;
z-index: 10000000;
}
#${id} ul {
......
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