Skip to content

Commit

Permalink
3.1.7: several CSS and JS updates for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
aminomancer committed May 7, 2022
1 parent a5da0b1 commit f2d21d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions uc-misc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion userChrome.css
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f2d21d3

Please sign in to comment.