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
Branches
No related tags found
No related merge requests found
// ==UserScript== // ==UserScript==
// @name Show alternate links // @name Show alternate links
// @namespace http://hugo.hornquist.se // @namespace http://hugo.hornquist.se
// @version 0.2.0 // @version 0.2.1
// @description Show alternate links // @description Show alternate links
// @author hugo@lysator.liu.se // @author hugo@lysator.liu.se
// @match *://*/* // @match *://*/*
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
display: block; display: block;
width: 2em; width: 2em;
min-height: 2em; min-height: 2em;
background: red; background: rgba(255,0,0,0.5);
color: white; color: white;
font-weight: bold; font-weight: bold;
padding: 1ex; padding: 1ex;
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
#${id}:hover { #${id}:hover {
width: unset; width: unset;
z-index: 10000000;
} }
#${id} ul { #${id} ul {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment