From 6dcc90c639a57e189541941f6679975be5125169 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 7 Oct 2018 11:16:25 -0400 Subject: [PATCH] fix tooltip quirk in popup panel; add visual hint in logger for tab-less requests --- src/css/common.css | 6 +++++- src/css/logger-ui.css | 8 ++++++++ src/popup.html | 8 ++++---- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/css/common.css b/src/css/common.css index 3cbd908..d763f67 100644 --- a/src/css/common.css +++ b/src/css/common.css @@ -44,7 +44,7 @@ body[dir="rtl"] { color: black; content: attr(data-tip); font: 12px sans-serif; - left: -10vw; + left: 10vw; line-height: 140%; min-width: 25vw; opacity: 1; @@ -59,6 +59,10 @@ body[dir="rtl"] { white-space: pre-line; z-index: 20; } +body .tip-anchor-center[data-i18n-tip]:hover::after { + left: -10vw; + right: 10vw; + } body[dir="ltr"] .tip-anchor-left[data-i18n-tip]:hover::after, body[dir="rtl"] .tip-anchor-right[data-i18n-tip]:hover::after { left: 0; diff --git a/src/css/logger-ui.css b/src/css/logger-ui.css index e42e667..504fb9f 100644 --- a/src/css/logger-ui.css +++ b/src/css/logger-ui.css @@ -182,6 +182,14 @@ body.compactView #content tr:not(.vExpanded) td { direction: rtl; text-align: right; } +#content table tr[data-tabid="-1"] td:nth-of-type(2):not([colspan]) { + position: relative; + } +#content table tr[data-tabid="-1"] td:nth-of-type(2):not([colspan])::after { + content: '\2B1A'; + position: absolute; + left: 0.2em; +} #content table tr.tab:not(.canMtx) { opacity: 0.3; } diff --git a/src/popup.html b/src/popup.html index 17e5c85..d8c063c 100644 --- a/src/popup.html +++ b/src/popup.html @@ -18,12 +18,12 @@
  - power-off + --> + power-off ellipsis-v puzzle-piece - lock - reply + lock + reply
sync-alt