diff --git a/uc-misc.css b/uc-misc.css index d54b928..993b2fe 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 0c53971..aa791c2 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.