Skip to content

Commit f2d21d3

Browse files
committed
3.1.7: several CSS and JS updates for nightly
1 parent a5da0b1 commit f2d21d3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

uc-misc.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

userChrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

0 commit comments

Comments
 (0)