mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Update files
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 18K] <a class="EXEC" href="./abb-logo.png">abb-logo.png</a><br>
|
||||
[ 117] <a class="EXEC" href="./adblock-filters.txt">adblock-filters.txt</a><br>
|
||||
[ 572] <a class="EXEC" href="./third-party.html">third-party.html</a><br>
|
||||
[ 604] <a class="EXEC" href="./third-party.html">third-party.html</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -63,10 +63,10 @@
|
||||
.OmniLinkItem-Favicon img,
|
||||
.SiteInfoButton img.favicon,
|
||||
.SiteInfo-Header .favicon img,
|
||||
.tab:not(.active) .favicon img,
|
||||
.tab .tab-header .favicon:not(.svg),
|
||||
.setting-search-engine img.item-icon,
|
||||
.visual-list img.visual-tab-list-favicon {
|
||||
filter: drop-shadow(0 0 1px white);
|
||||
filter: drop-shadow(0 0 1px white) !important;
|
||||
}
|
||||
|
||||
/* Hide AddressField stuff */
|
||||
|
||||
+12
-10
@@ -54,17 +54,19 @@
|
||||
|
||||
/* Smaller icon for internal webpanels */
|
||||
#switch .button-toolbar-webpanel .button-icon svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
/* Add drop-shadow to some buttons */
|
||||
#switch button img,
|
||||
.tab:not(.active) .favicon img,
|
||||
#switch button img.favicon,
|
||||
.OmniLinkItem-Favicon img,
|
||||
.SiteInfoButton img.favicon,
|
||||
.setting-search-engine .item-icon {
|
||||
filter: drop-shadow(0 0 1px white);
|
||||
.SiteInfo-Header .favicon img,
|
||||
.tab .tab-header .favicon:not(.svg),
|
||||
.setting-search-engine img.item-icon,
|
||||
.visual-list img.visual-tab-list-favicon {
|
||||
filter: drop-shadow(0 0 1px white) !important;
|
||||
}
|
||||
|
||||
/* Hide AddressField stuff */
|
||||
@@ -115,8 +117,8 @@
|
||||
}
|
||||
|
||||
/* Search + Address field buttons dimmed */
|
||||
.UrlBar-SearchField .toolbar-insideinput button,
|
||||
.UrlBar-AddressField .toolbar-insideinput button {
|
||||
.UrlBar-SearchField .toolbar-insideinput button svg,
|
||||
.UrlBar-AddressField .toolbar-insideinput button svg {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
@@ -128,11 +130,11 @@
|
||||
|
||||
/* Bookmark button fill colour */
|
||||
.BookmarkButton .bookmark-animated-fill {
|
||||
fill: var(--colorAccentBgFaded) !important;
|
||||
fill: var(--colorAccentBg) !important;
|
||||
}
|
||||
|
||||
/* Bookmark button active opacity */
|
||||
.BookmarkButton .button-on {
|
||||
.BookmarkButton .button-on svg {
|
||||
opacity: unset !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[4.3K] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[4.4K] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1.5K] <a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
|
||||
[ 854] <a class="EXEC" href="./window-panel-tweaks.css">window-panel-tweaks.css</a><br>
|
||||
<br><br>
|
||||
|
||||
Reference in New Issue
Block a user