File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,14 @@ tooltip .uc-tooltip-box {
7272 color : var (--panel-shortcut-color ) !important ;
7373}
7474
75+ .places-tooltip-title {
76+ font-weight : 600 ;
77+ /* Clip after 2 lines, this should ideally use a different method like -webkit-line-clamp or
78+ overflow: hidden; to get ellipsis support but XUL tooltip sizing makes that difficult. */
79+ max-height : 2.5em ;
80+ overflow-y : clip;
81+ }
82+
7583.places-tooltip-uri {
7684 color : var (--panel-shortcut-color ) !important ;
7785}
@@ -81,6 +89,12 @@ tooltip .uc-tooltip-box {
8189}
8290
8391# places-tooltip-insecure-icon {
92+ -moz-context-properties : fill;
93+ fill : currentColor;
94+ width : 1em ;
95+ height : 1em ;
96+ margin-inline-start : 0 ;
97+ margin-inline-end : .2em ;
8498 min-width : 1em !important ;
8599}
86100
Original file line number Diff line number Diff line change 11/*
22@name duskFox
3- @version 3.1.6
3+ @version 3.1.7
44@author aminomancer
55@homepage https://github.com/aminomancer
66@description A dark indigo theme integrated with extensive functional and visual scripts.
You can’t perform that action at this time.
0 commit comments