mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-27 23:53:45 -04:00
Update files
This commit is contained in:
+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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user