From f2d21d397fa3cce1ddd1dfb5f8effb718bb3679e Mon Sep 17 00:00:00 2001 From: aminomancer <33384265+aminomancer@users.noreply.github.com> Date: Fri, 6 May 2022 21:53:09 -0700 Subject: [PATCH] 3.1.7: several CSS and JS updates for nightly --- uc-misc.css | 14 ++++++++++++++ userChrome.css | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/uc-misc.css b/uc-misc.css index d54b9281..993b2fe1 100644 --- a/uc-misc.css +++ b/uc-misc.css @@ -72,6 +72,14 @@ tooltip .uc-tooltip-box { color: var(--panel-shortcut-color) !important; } +.places-tooltip-title { + font-weight: 600; + /* Clip after 2 lines, this should ideally use a different method like -webkit-line-clamp or + overflow: hidden; to get ellipsis support but XUL tooltip sizing makes that difficult. */ + max-height: 2.5em; + overflow-y: clip; +} + .places-tooltip-uri { color: var(--panel-shortcut-color) !important; } @@ -81,6 +89,12 @@ tooltip .uc-tooltip-box { } #places-tooltip-insecure-icon { + -moz-context-properties: fill; + fill: currentColor; + width: 1em; + height: 1em; + margin-inline-start: 0; + margin-inline-end: .2em; min-width: 1em !important; } diff --git a/userChrome.css b/userChrome.css index 0c53971a..aa791c22 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1,6 +1,6 @@ /* @name duskFox -@version 3.1.6 +@version 3.1.7 @author aminomancer @homepage https://github.com/aminomancer @description A dark indigo theme integrated with extensive functional and visual scripts.