From bbe99686f243dcfb7fbfe34c979fb4a761597747 Mon Sep 17 00:00:00 2001 From: Stian Lund <1493836+Pathduck@users.noreply.github.com> Date: Sun, 18 Feb 2024 12:37:12 +0100 Subject: [PATCH] Update files --- vivaldi/index.html | 2 +- vivaldi/keyboard.html | 2 +- vivaldi/mods/CSS/custom.css | 20 ++++++++++++++++++-- vivaldi/mods/CSS/index.html | 2 +- vivaldi/mods/custom.css | 26 +++++++++++++++++++++++--- vivaldi/mods/index.html | 2 +- vivaldi/panels/index.html | 2 +- 7 files changed, 46 insertions(+), 10 deletions(-) diff --git a/vivaldi/index.html b/vivaldi/index.html index d67e0f1..2d827f7 100644 --- a/vivaldi/index.html +++ b/vivaldi/index.html @@ -34,7 +34,7 @@ [   0 Dec 14 14:36]  sdthumbs
[   0 Dec 14 14:36]  user_files
[   0 Dec 14 14:36]  userscript
-[ 39K Dec 14 13:43]  keyboard.html
+[ 39K Jan 10 23:28]  keyboard.html
[320K Dec  2  2021]  Vivaldi-stars.jpg


diff --git a/vivaldi/keyboard.html b/vivaldi/keyboard.html index beaebd3..61dade6 100755 --- a/vivaldi/keyboard.html +++ b/vivaldi/keyboard.html @@ -4,7 +4,7 @@ Keyboard Cheat Sheet diff --git a/vivaldi/mods/CSS/custom.css b/vivaldi/mods/CSS/custom.css index 5b9887d..ae714ec 100755 --- a/vivaldi/mods/CSS/custom.css +++ b/vivaldi/mods/CSS/custom.css @@ -61,6 +61,12 @@ padding-top: unset; } +/* Smaller icon for internal webpanels */ +#switch .button-toolbar-webpanel .button-icon svg { + width: 20px; + height: 20px; +} + /* Add drop-shadow to some buttons */ #switch button img, .tab:not(.active) .favicon img, @@ -161,10 +167,20 @@ color: var(--colorFgFadedMost); } -/* Use Highlight colour for settings selected */ +/* Input text selection background */ +#browser input:focus::selection, +#browser textarea:focus::selection, +#browser [contenteditable]:focus::selection, +.OmniLinkItem--Highlighted, .vivaldi-settings .settings-sidebar .button-category.category-selected { - background-color: var(--colorHighlightBgFaded); + background-color: var(--colorHighlightBgDark) !important; } +/* Pageload Indicator */ +.UrlBar-AddressField .pageload .pageload-indicator { + background-color: var(--colorAccentBg) !important; +} + + /* Hide Extension buttons */ .button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;} diff --git a/vivaldi/mods/CSS/index.html b/vivaldi/mods/CSS/index.html index e77a8d2..c0a0507 100644 --- a/vivaldi/mods/CSS/index.html +++ b/vivaldi/mods/CSS/index.html @@ -29,7 +29,7 @@

CSS

..
-[4.3K Nov 12 13:44]  custom.css
+[4.7K Feb  1 23:04]  custom.css
[ 853 May 17  2023]  find-in-page.css
[2.0K Mar  4  2023]  header.css
[ 922 Jun  8  2023]  quick-command-tweaks.css
diff --git a/vivaldi/mods/custom.css b/vivaldi/mods/custom.css index 8cf522c..ae714ec 100755 --- a/vivaldi/mods/custom.css +++ b/vivaldi/mods/custom.css @@ -4,6 +4,10 @@ .vivaldi-v, .vivaldi-horizontal-icon {opacity: 1 !important;} .vivaldi-v svg, .vivaldi-horizontal-icon svg {background: radial-gradient(white, white 50%, transparent 50%); fill: #383838;} +/* Remove V button expand arrow */ +#browser:has(.vivaldi-v) {--menuWidth: 26px;} +.vivaldi .expand-arrow {display: none;} + /* Skinnier mainbar */ .mainbar>.toolbar-mainbar, .mainbar>.toolbar-mainbar .button-toolbar button, @@ -57,6 +61,12 @@ padding-top: unset; } +/* Smaller icon for internal webpanels */ +#switch .button-toolbar-webpanel .button-icon svg { + width: 20px; + height: 20px; +} + /* Add drop-shadow to some buttons */ #switch button img, .tab:not(.active) .favicon img, @@ -93,7 +103,7 @@ /* Extensions buttons background */ .ExtensionDropdownIcon, .ExtensionIcon { - background-color: var(--colorAccentBg) !important; + background-color: transparent !important; } /* Toolbar buttons keyboard focus */ @@ -157,10 +167,20 @@ color: var(--colorFgFadedMost); } -/* Use Highlight colour for settings selected */ +/* Input text selection background */ +#browser input:focus::selection, +#browser textarea:focus::selection, +#browser [contenteditable]:focus::selection, +.OmniLinkItem--Highlighted, .vivaldi-settings .settings-sidebar .button-category.category-selected { - background-color: var(--colorHighlightBgFaded); + background-color: var(--colorHighlightBgDark) !important; } +/* Pageload Indicator */ +.UrlBar-AddressField .pageload .pageload-indicator { + background-color: var(--colorAccentBg) !important; +} + + /* Hide Extension buttons */ .button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;} diff --git a/vivaldi/mods/index.html b/vivaldi/mods/index.html index 9e0621c..002fdc9 100644 --- a/vivaldi/mods/index.html +++ b/vivaldi/mods/index.html @@ -31,7 +31,7 @@ ..
[   0 Dec 14 14:36]  CSS
[   0 Dec 14 14:36]  JS
-[4.2K Jun  4  2023]  custom.css
+[4.7K Feb  1 23:04]  custom.css
[1.2K Sep 13  2022]  custom.unused.css
[ 934 Jun  7  2023]  quick-command-tweaks.css
[ 854 Jun  7  2023]  window-panel-tweaks.css
diff --git a/vivaldi/panels/index.html b/vivaldi/panels/index.html index 7ad0fdd..94e5d1a 100644 --- a/vivaldi/panels/index.html +++ b/vivaldi/panels/index.html @@ -35,7 +35,7 @@ [   0 Jun  6  2023]  JS
[   0 Dec 14 14:36]  res
[   0 Jun  6  2023]  unicodeChartsPanel
-[ 421 Aug 15 15:48]  html-chars.css
+[ 421 Aug 15  2023]  html-chars.css
[ 30K Apr  7  2023]  html-chars.html
[4.2K Nov 25  2022]  html-chars.ico
[1.4K Apr  7  2023]  multisearch.html