From 8b2226936dba8b99e62d0415327deb059666fd3a Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 2 Apr 2017 09:38:06 +0300 Subject: [PATCH] popup: make the regexp problem indicator red --- popup.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/popup.css b/popup.css index 88c880a0..989a104e 100644 --- a/popup.css +++ b/popup.css @@ -143,22 +143,23 @@ body.blocked > DIV { } .not-applied:hover .style-name { - color: darkorange; + color: darkred; } .regexp-problem-indicator { - background-color: darkorange; - width: 15px; - height: 15px; - line-height: 16px; + background-color: #d00; + width: 14px; + height: 14px; + line-height: 15px; border-radius: 8px; - margin-right: 4px; - margin-left: 4px; + margin-right: 6px; + margin-left: 6px; text-align: center; color: white; font-weight: bold; box-sizing: border-box; cursor: pointer; + font-size: 90%; } .regexp-partial .actions, @@ -178,6 +179,7 @@ body.blocked > DIV { box-shadow: 0 0 100px black; display: flex; flex-direction: column; + z-index: 999999; } #regexp-explanation > div {