diff --git a/test/focus/index.html b/test/focus/index.html index f106d27..0c1e255 100755 --- a/test/focus/index.html +++ b/test/focus/index.html @@ -4,6 +4,7 @@ Input focus test - + This should not get focus:
+ This should get focus:
diff --git a/vivaldi/Mods/CSS/custom.css b/vivaldi/Mods/CSS/custom.css index 7ce029e..45f5bbf 100755 --- a/vivaldi/Mods/CSS/custom.css +++ b/vivaldi/Mods/CSS/custom.css @@ -4,9 +4,17 @@ .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;} -/* SiteInfo hide text */ -.SiteInfoButton .siteinfo-text { - display: none; +/* Skinnier mainbar */ +.toolbar-mainbar, +.toolbar-mainbar .button-toolbar button, +.toolbar-mainbar .toolbar-extensions, +.toolbar-mainbar .toolbar-extensions .button-toolbar button { + height: 30px; +} + +/* Skinnier mainbar fix for BookmarkButton */ +.UrlBar-AddressField .BookmarkButton button { + height: 100%; } /* SiteInfo V logo */ @@ -27,15 +35,9 @@ width: 22px; } -/* URL Bar scheme part */ -.UrlFragment--Lowlight:first-of-type { - color: var(--colorFgFadedMost); -} - -/* URL Bar host part */ -.UrlFragment-HostFragment-Subdomain, .UrlFragment-HostFragment-Basedomain, .UrlFragment-HostFragment-TLD { - color: var(--colorFgIntense) !important; - font-weight: bold; +/* SiteInfo hide EV/Not Secure text */ +.SiteInfoButton .siteinfo-text { + display: none; } /* Hide AddressField stuff */ @@ -46,8 +48,19 @@ display: none; } +/* AddressField URL scheme part */ +.UrlFragment--Lowlight:first-of-type { + color: var(--colorFgFadedMost); +} + +/* AddressField URL host part */ +.UrlFragment-HostFragment-Subdomain, .UrlFragment-HostFragment-Basedomain, .UrlFragment-HostFragment-TLD { + color: var(--colorFgIntense) !important; + font-weight: bold; +} + /* Extensions toggle button */ -.toolbar-extensions svg path { +.toolbar-extensions button svg path { d: path("M10 13l3.634-3.634c.504-.504 1.366-.147 1.366.566v6.137c0 .713-.862 1.07-1.366.566l-3.634-3.634z"); opacity: .5; } @@ -92,6 +105,11 @@ display: none !important; } +/* Hide Image Properties button */ +.webpageview button.inspector { + display: none; +} + /* Unread tabs bold font */ .tab-strip .tab.unread { font-weight: bold; @@ -110,8 +128,3 @@ /* Hide Extension buttons */ .button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;} - -/* TEMP(?) fix for url bar dropdown */ -.OmniLinkItem--Highlighted, OmniLinkItem:hover { - background-color: var(--colorHighlightBg) !important; -} diff --git a/vivaldi/Mods/CSS/hide-header.css b/vivaldi/Mods/CSS/hide-header.css index 69c1fec..853ef1d 100755 --- a/vivaldi/Mods/CSS/hide-header.css +++ b/vivaldi/Mods/CSS/hide-header.css @@ -1,32 +1,59 @@ -/* Hide header when tabs not on top */ +/* Hide header if tabs not on top */ #browser:not(.tabs-top) #header { - min-height: 0; + min-height: 0px; +} + +/* Set mainbar/bookmark-bar l/r padding */ +#browser:not(.tabs-top) .toolbar-mainbar, +#browser:not(.tabs-top):not(.address-top):not(.normal) .bookmark-bar { + padding-left: 30px; + padding-right: 130px; +} + +/* Bottom border of mainbar */ +#browser:not(.tabs-top) .toolbar-mainbar:after { + content: ''; + background-color: var(--colorAccentBgDarker); + bottom: 0; } /* Make sure buttons are in front */ #browser:not(.tabs-top) .vivaldi, #browser:not(.tabs-top) .window-buttongroup { - z-index: 10; -} - -/* Set UrlBar l/r padding */ -#browser:not(.tabs-top) .toolbar-mainbar { - padding-left: 30px; - padding-right: 130px + z-index: 10; } /* Override V icon size */ -#browser .vivaldi svg { +#browser:not(.tabs-top) .vivaldi { + width: 34px; +} +#browser:not(.tabs-top) .vivaldi svg { height: 22px; width: 22px; } +/* Hide buttons when all UI hidden */ +#browser.address-top-off.bookmark-bar-top-off:not(.tabs-top) .vivaldi, +#browser.address-top-off.bookmark-bar-top-off:not(.tabs-top) .window-buttongroup, +#browser.address-bottom-off.bookmark-bar-top-off:not(.tabs-top) .vivaldi, +#browser.address-bottom-off.bookmark-bar-top-off:not(.tabs-top) .window-buttongroup { + display: none; +} + +/* Show buttons on windowed/minimal-ui */ +#browser.normal .vivaldi, +#browser.minimal-ui:not(.fullscreen) .vivaldi, +#browser.normal .window-buttongroup, +#browser.minimal-ui .window-buttongroup { + display: initial !important; +} + /* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */ #browser.normal #header, #browser.minimal-ui #header, -#browser.address-bottom #header +#browser.address-bottom #header, #browser.horizontal-menu #header { - min-height: 25px; + min-height: calc(25px / var(--uiZoomLevel)); } /* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */ diff --git a/vivaldi/Mods/CSS/index.html b/vivaldi/Mods/CSS/index.html index e496128..abe84a6 100644 --- a/vivaldi/Mods/CSS/index.html +++ b/vivaldi/Mods/CSS/index.html @@ -29,11 +29,11 @@

CSS

..
-[3.1K Aug 13  1:11]  custom.css
-[ 704 Apr 22 16:01]  find-in-page.css
-[ 922 Jul  3 16:13]  hide-header.css
+[3.4K Nov 13 14:59]  custom.css
+[ 704 Apr 22  2022]  find-in-page.css
+[1.8K Nov 11  9:36]  hide-header.css
[1004 Jul 21 15:02]  speed-dials.css
-[ 355 Apr 11 19:13]  tabcycler.css
+[ 355 Apr 11  2022]  tabcycler.css


diff --git a/vivaldi/Mods/index.html b/vivaldi/Mods/index.html index ddecb29..1c5ebf2 100644 --- a/vivaldi/Mods/index.html +++ b/vivaldi/Mods/index.html @@ -32,10 +32,10 @@ [   0 Sep 11  0:32]  CSS
[   0 Sep 11  0:32]  JS
[3.1K Aug 13  1:11]  custom.css
-[1.1K Apr 11 18:42]  custom.unused.css
+[1.1K Apr 11  2022]  custom.unused.css
[ 922 Jul  3 16:13]  hide-header.css
[ 974 Feb  9  2022]  quick-command-tweaks.css
-[ 355 Apr 11 19:13]  tabcycler.css
+[ 355 Apr 11  2022]  tabcycler.css
[ 834 Nov 29  2020]  window-panel-tweaks.css


diff --git a/vivaldi/index.html b/vivaldi/index.html index 5e5f803..0ba8538 100644 --- a/vivaldi/index.html +++ b/vivaldi/index.html @@ -31,14 +31,13 @@ ..
[   0 Sep 11  0:32]  Mods
[   0 Jul 27 17:37]  SDThumbs
-[   0 Jul 27 17:37]  user_files
+[   0 Oct 26 23:37]  user_files
[ 25K Jul  6 18:21]  keyboard.html
-[320K Jul  9 13:59]  theme.zip


-3 directories, 2 files +3 directories, 1 file