From 13f862ce543197291d9bc5376f9498c6f2e2486e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se> Date: Fri, 10 Mar 2023 13:22:53 +0100 Subject: [PATCH] Show alternate: style updates. --- show-alternate/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/show-alternate/index.js b/show-alternate/index.js index 722d7cc..c04f908 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 { -- GitLab