diff --git a/vivaldi/index.html b/vivaldi/index.html index b53e362..24f5722 100755 --- a/vivaldi/index.html +++ b/vivaldi/index.html @@ -29,11 +29,11 @@
..
-[ 0 Feb 16 15:21] mods
-[ 0 Jun 6 18:30] panels
-[ 0 Feb 16 15:21] sdthumbs
-[ 0 Nov 13 2022] user_files
-[ 0 Dec 31 16:51] userscript
+[ 0 Jun 6 18:37] mods
+[ 0 Jun 6 18:37] panels
+[ 0 Jun 6 18:37] sdthumbs
+[ 0 Jun 6 18:37] user_files
+[ 0 Jun 6 18:37] userscript
[ 25K Jul 6 2022] keyboard.html
..
-[4.2K Mar 13 10:35] custom.css
-[ 704 Nov 25 2022] find-in-page.css
+[4.2K Jun 4 15:27] custom.css
+[ 853 May 17 23:19] find-in-page.css
[2.0K Mar 4 13:31] header.css
+[ 934 Jun 7 21:13] quick-command-tweaks.css
[1001 Nov 25 2022] speed-dials.css
[ 354 Nov 25 2022] tabcycler.css
-0 directories, 5 files
+0 directories, 6 files
..
-[ 0 Mar 6 10:15] CSS
-[ 0 Sep 11 2022] JS
-[4.2K Mar 4 11:16] custom.css
+[ 0 Jun 7 21:24] CSS
+[ 0 Jun 6 18:37] JS
+[4.2K Jun 4 15:27] custom.css
[1.2K Sep 13 2022] custom.unused.css
-[ 974 Feb 9 2022] quick-command-tweaks.css
-[ 834 Nov 29 2020] window-panel-tweaks.css
+[ 934 Jun 7 21:13] quick-command-tweaks.css
+[ 854 Jun 7 21:18] window-panel-tweaks.css
diff --git a/vivaldi/mods/quick-command-tweaks.css b/vivaldi/mods/quick-command-tweaks.css index 9f3342f..56987f4 100755 --- a/vivaldi/mods/quick-command-tweaks.css +++ b/vivaldi/mods/quick-command-tweaks.css @@ -1,30 +1,31 @@ -/* QC Height and Width */ -.qc-modal {top: 20vh !important;} -.quick-command-container, .quick-command-container .quick-commands > div {width:60vw !important; } -.quick-command-container .quick-commands > div > div {max-width: 100% !important;} -.quick-commands {max-height: 100% !important;} -.quick-commands > div {height: 60vh !important;} +/* QC Placement */ +.qc-modal {top: 15vh !important;} +/* QC Width */ +.quick-command-container, .quick-commands > div {width: 60vw !important;} +.quick-commands > div > div {max-width: 100% !important;} + +/* QC Height */ +.quick-commands > div {height: 60vh !important;} +.quick-commands {max-height: 100% !important;} /* QC Transparency */ -.quick-commands, input.quick-command-search-hint { - background-color: transparent !important; -} +.quick-commands, input.quick-command-search-hint {background-color: transparent !important;} + +/* Selected line */ +.quick-command[data-selected] {background-color: var(--colorHighlightBgAlpha) !important;} -.quick-commands .quick-command[data-selected] { - background-color: var(--colorHighlightBgAlpha) !important; -} .qc-modal > div { - color: var(--colorFgIntense) !important; - background-color: var(--colorBgAlphaHeavy) !important; - backdrop-filter: blur(5px); + color: var(--colorFgIntense) !important; + background-color: var(--colorBgAlphaBlur) !important; + backdrop-filter: var(--backgroundBlur); border: 2px solid var(--colorHighlightBgAlpha); + border-radius: var(--radius); } -.qc-modal ::-webkit-scrollbar-track, .qc-modal ::-webkit-scrollbar-thumb { - background-color: var(--colorBgAlphaHeavier) !important; -} - +/* Hide scrollbar */ +.qc-modal ::-webkit-scrollbar-track, +.qc-modal ::-webkit-scrollbar-thumb, .qc-modal ::-webkit-scrollbar-button { - display: none; + display: none; } diff --git a/vivaldi/mods/window-panel-tweaks.css b/vivaldi/mods/window-panel-tweaks.css index 17fde75..85b8073 100755 --- a/vivaldi/mods/window-panel-tweaks.css +++ b/vivaldi/mods/window-panel-tweaks.css @@ -7,9 +7,23 @@ /*#window-panel .tree-row .title.active, #window-panel .tree-row .title.unread {padding: 0 5px;}*/ /* Active tab */ -#window-panel .tree-row .title.active:before {content: '\2B24';position: absolute; margin-left: -40px;} -#window-panel .tree-row .title.active {background-color: var(--colorAccentBorder); border-radius: var(--radius);} +#window-panel .tree-row .title.active:before { + content: '\2B24'; + position: absolute; + margin-left: -40px; +} +#window-panel .tree-row .title.active { + background-color: var(--colorAccentBorder); + border-radius: var(--radius); +} /* Unread tabs */ -#window-panel .tree-row .title.unread:before {content: '\25CB'; position: absolute; margin-left: -40px} -#window-panel .tree-row .title.unread {background-color: var(--colorHighlightBgAlpha); border-radius: var(--radius);} +#window-panel .tree-row .title.unread:before { + content: '\25CB'; + position: absolute; + margin-left: -40px; +} +#window-panel .tree-row .title.unread { + background-color: var(--colorHighlightBgAlpha); + border-radius: var(--radius); +} diff --git a/vivaldi/panels/index.html b/vivaldi/panels/index.html index 80bc7be..cb5167f 100755 --- a/vivaldi/panels/index.html +++ b/vivaldi/panels/index.html @@ -29,12 +29,12 @@
..
-[ 0 Apr 7 22:23] CSS
-[ 0 Apr 7 22:23] HTML
-[ 0 Apr 7 22:23] HTTP
-[ 0 Apr 7 22:23] JS
-[ 0 Apr 7 22:24] res
-[ 0 Apr 7 22:23] unicodeChartsPanel
+[ 0 Jun 6 18:37] CSS
+[ 0 Jun 6 18:37] HTML
+[ 0 Jun 6 18:37] HTTP
+[ 0 Jun 6 18:37] JS
+[ 0 Jun 6 18:37] res
+[ 0 Jun 6 18:37] unicodeChartsPanel
[ 410 Aug 16 2008] html-chars.css
[ 30K Apr 7 22:14] html-chars.html
[4.2K Nov 25 2022] html-chars.ico