diff --git a/show-alternate/index.js b/show-alternate/index.js index 722d7ccb330b9fbb185a5d6a5c248bc41e7f926d..c04f9088d08030f9bf7416f1dfdc4fe3e555e546 100644 --- a/show-alternate/index.js +++ b/show-alternate/index.js @@ -1,7 +1,7 @@ // ==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 {