├── .github └── ISSUE_TEMPLATE │ ├── bug_report.yml │ └── config.yml ├── LICENSE ├── README.md └── chrome ├── modules ├── general_styles │ ├── Firefox-UI-Fix │ │ └── icons │ │ │ ├── Firefox-UI-Fix_icons.css │ │ │ ├── add-device.svg │ │ │ ├── addons-logo.svg │ │ │ ├── align-distribute-top.svg │ │ │ ├── align-space-evenly-vertical.svg │ │ │ ├── apps-list-detail.svg │ │ │ ├── arrow-between-down.svg │ │ │ ├── arrow-between-up.svg │ │ │ ├── arrow-repeat-all.svg │ │ │ ├── arrow-sort-down-lines.svg │ │ │ ├── arrow-swap.svg │ │ │ ├── arrow-up-exclamation.svg │ │ │ ├── auto-fit-width.svg │ │ │ ├── blank.svg │ │ │ ├── blue-berror.svg │ │ │ ├── book-add.svg │ │ │ ├── book.svg │ │ │ ├── bookmark-multiple.svg │ │ │ ├── bookmarks-toolbar-alt.svg │ │ │ ├── bookmarks-toolbar.svg │ │ │ ├── bookmarksMenu-open.svg │ │ │ ├── bookmarksMenu-open2.svg │ │ │ ├── bookmarksToolbar-open-alt.svg │ │ │ ├── bookmarksToolbar-open.svg │ │ │ ├── broom.svg │ │ │ ├── bug.svg │ │ │ ├── calendar-agenda.svg │ │ │ ├── characterEncoding.svg │ │ │ ├── chat-sparkle.svg │ │ │ ├── checkmark-circle.svg │ │ │ ├── close-duplicate-tabs-photon.svg │ │ │ ├── close-duplicate-tabs.svg │ │ │ ├── close-tab-photon.svg │ │ │ ├── close-tab.svg │ │ │ ├── close-window.svg │ │ │ ├── code-text.svg │ │ │ ├── code.svg │ │ │ ├── command-console.svg │ │ │ ├── command-eyedropper.svg │ │ │ ├── command-frames.svg │ │ │ ├── command-pick.svg │ │ │ ├── command-responsivemode.svg │ │ │ ├── container-openin-16.svg │ │ │ ├── content-view.svg │ │ │ ├── copy-select.svg │ │ │ ├── dashboard.svg │ │ │ ├── datarestore.svg │ │ │ ├── datastore.svg │ │ │ ├── developer.svg │ │ │ ├── device-desktop.svg │ │ │ ├── device-phone.svg │ │ │ ├── device-tablet.svg │ │ │ ├── device-tv.svg │ │ │ ├── device-vr.svg │ │ │ ├── dismiss-filled.svg │ │ │ ├── document-css.svg │ │ │ ├── document-endnote.svg │ │ │ ├── document-landscape-split-hint.svg │ │ │ ├── document-search.svg │ │ │ ├── drawer-arrow-download.svg │ │ │ ├── edit-active.svg │ │ │ ├── edit-copy.svg │ │ │ ├── edit-cut.svg │ │ │ ├── edit-paste-go.svg │ │ │ ├── edit-paste-search.svg │ │ │ ├── edit-paste.svg │ │ │ ├── enter-fullscreen.svg │ │ │ ├── eraser.svg │ │ │ ├── error-connection-failure.svg │ │ │ ├── error-malformed-url.svg │ │ │ ├── error-server-not-found.svg │ │ │ ├── error-session-restore.svg │ │ │ ├── error-tab-crashed.svg │ │ │ ├── exit-fullscreen.svg │ │ │ ├── eye-hide.svg │ │ │ ├── eye-show.svg │ │ │ ├── eye-tracking-off.svg │ │ │ ├── filter-dismiss.svg │ │ │ ├── filter-reload.svg │ │ │ ├── find-again.svg │ │ │ ├── firefox-view.svg │ │ │ ├── flame.svg │ │ │ ├── fluid.svg │ │ │ ├── folder-globe.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder.svg │ │ │ ├── forget.svg │ │ │ ├── highlight.svg │ │ │ ├── history-reverse.svg │ │ │ ├── horizon-night.svg │ │ │ ├── horizon-sunrise.svg │ │ │ ├── identity-icons-brand.svg │ │ │ ├── image-add.svg │ │ │ ├── image-alt-text.svg │ │ │ ├── image-arrow-counterclockwise.svg │ │ │ ├── image-copy.svg │ │ │ ├── image.svg │ │ │ ├── import-export.svg │ │ │ ├── import.svg │ │ │ ├── ion.svg │ │ │ ├── key-multiple.svg │ │ │ ├── link-no-tracking.svg │ │ │ ├── link-square.svg │ │ │ ├── link.svg │ │ │ ├── lock-closed.svg │ │ │ ├── mail-inbox-all.svg │ │ │ ├── mail-inbox.svg │ │ │ ├── mail.svg │ │ │ ├── menu-check.svg │ │ │ ├── merge.svg │ │ │ ├── movetowindow-16.svg │ │ │ ├── new-tab-forward-photon.svg │ │ │ ├── new-tab-forward.svg │ │ │ ├── new-tab-multiple-photon.svg │ │ │ ├── new-tab-multiple.svg │ │ │ ├── new-tab-photon.svg │ │ │ ├── new-tab-skip-forward-photon.svg │ │ │ ├── new-tab-skip-forward.svg │ │ │ ├── new-tab.svg │ │ │ ├── no-search-results.svg │ │ │ ├── organization-horizontal.svg │ │ │ ├── panelarrow-vertical-reverse.svg │ │ │ ├── panelarrow-vertical.svg │ │ │ ├── password-hide.svg │ │ │ ├── password.svg │ │ │ ├── paste-text.svg │ │ │ ├── paste-url.svg │ │ │ ├── paste.svg │ │ │ ├── performance.svg │ │ │ ├── pin-tab.svg │ │ │ ├── play-fill.svg │ │ │ ├── play.svg │ │ │ ├── plug-disconnected.svg │ │ │ ├── pocket-outline.svg │ │ │ ├── private-favicon.svg │ │ │ ├── profiler-stopwatch.svg │ │ │ ├── pulse-square.svg │ │ │ ├── pwa-install.svg │ │ │ ├── pwa-launch.svg │ │ │ ├── pwa-manage.svg │ │ │ ├── pwa-remove.svg │ │ │ ├── quit.svg │ │ │ ├── radio.svg │ │ │ ├── redo.svg │ │ │ ├── refresh-cw.svg │ │ │ ├── relay-logo.svg │ │ │ ├── reload-auto.svg │ │ │ ├── reload.svg │ │ │ ├── resize-image.svg │ │ │ ├── resize.svg │ │ │ ├── restore-session.svg │ │ │ ├── screenshot-1.svg │ │ │ ├── screenshot.svg │ │ │ ├── select-all-on.svg │ │ │ ├── send-to-device.svg │ │ │ ├── send.svg │ │ │ ├── share.svg │ │ │ ├── shield-task.svg │ │ │ ├── sign-out.svg │ │ │ ├── sort.svg │ │ │ ├── star-line-horizontal.svg │ │ │ ├── synced-tabs.svg │ │ │ ├── tab-audio-blocked-circle-12.svg │ │ │ ├── tab-audio-muted-small.svg │ │ │ ├── tab-audio-playing-small.svg │ │ │ ├── tab-bottom-corner-left-australis-clipped.svg │ │ │ ├── tab-bottom-corner-left-australis.svg │ │ │ ├── tab-bottom-corner-left-chrome-clipped.svg │ │ │ ├── tab-bottom-corner-left-chrome.svg │ │ │ ├── tab-bottom-corner-left-chromeLegacy-clipped.svg │ │ │ ├── tab-bottom-corner-left-chromeLegacy.svg │ │ │ ├── tab-bottom-corner-left-edge-clipped.svg │ │ │ ├── tab-bottom-corner-left-edge.svg │ │ │ ├── tab-bottom-corner-left-wave-clipped.svg │ │ │ ├── tab-bottom-corner-left-wave.svg │ │ │ ├── tab-bottom-corner-left.svg │ │ │ ├── tab-bottom-corner-right-australis-cilpped.svg │ │ │ ├── tab-bottom-corner-right-australis.svg │ │ │ ├── tab-bottom-corner-right-chrome-clipped.svg │ │ │ ├── tab-bottom-corner-right-chrome.svg │ │ │ ├── tab-bottom-corner-right-chromeLegacy-clipped.svg │ │ │ ├── tab-bottom-corner-right-chromeLegacy.svg │ │ │ ├── tab-bottom-corner-right-edge-clipped.svg │ │ │ ├── tab-bottom-corner-right-edge.svg │ │ │ ├── tab-bottom-corner-right-wave-clipped.svg │ │ │ ├── tab-bottom-corner-right-wave.svg │ │ │ ├── tab-bottom-corner-right.svg │ │ │ ├── tab-copy-photon.svg │ │ │ ├── tab-copy.svg │ │ │ ├── tab-desktop-multiple-bottom.svg │ │ │ ├── tab-desktop-multiple.svg │ │ │ ├── tab-multiple.svg │ │ │ ├── tab-photon.svg │ │ │ ├── tab-unload-photon.svg │ │ │ ├── tab-unload.svg │ │ │ ├── tab.svg │ │ │ ├── tag-open.svg │ │ │ ├── tag.svg │ │ │ ├── tetris-app.svg │ │ │ ├── text-direction-horizontal-ltr.svg │ │ │ ├── text-number-format.svg │ │ │ ├── text-proofing-tools.svg │ │ │ ├── text-sort-ascending.svg │ │ │ ├── time-picker.svg │ │ │ ├── timer10.svg │ │ │ ├── tool-accessibility.svg │ │ │ ├── toolbar.svg │ │ │ ├── toolbarButton-download.svg │ │ │ ├── toolbarButton-editorHighlight.svg │ │ │ ├── toolbarButton-upload.svg │ │ │ ├── toolbox.svg │ │ │ ├── translations.svg │ │ │ ├── undo.svg │ │ │ ├── unpin-tab.svg │ │ │ ├── update-circle.svg │ │ │ ├── vertical-line.svg │ │ │ ├── video-clip.svg │ │ │ ├── video-snapshot.svg │ │ │ ├── video.svg │ │ │ ├── weather-snowflake.svg │ │ │ ├── welcome-back.svg │ │ │ ├── whatsnew.svg │ │ │ ├── window-dev-tools.svg │ │ │ ├── window.svg │ │ │ └── wrench-filled.svg │ ├── firefox-csshacks │ │ ├── iconized_content_context_menu.css │ │ ├── iconized_main_menu.css │ │ ├── iconized_places_context_menu.css │ │ ├── iconized_tabs_context_menu.css │ │ └── iconized_textbox_context_menu.css │ ├── wavefox_experimental_functions.css │ ├── wavefox_main_window.css │ ├── wavefox_toolbar.css │ ├── wavefox_transparency_on_linux.css │ ├── wavefox_transparency_on_windows10.css │ ├── wavefox_transparency_on_windows11.css │ ├── wavefox_web_page.css │ └── wavefox_web_page_userContent.css ├── horizontal_tabs │ ├── svg_files │ │ ├── option_10 │ │ │ ├── left_corners.svg │ │ │ └── right_corners.svg │ │ ├── option_11 │ │ │ ├── left_corners.svg │ │ │ └── right_corners.svg │ │ ├── option_12 │ │ │ ├── left_corners.svg │ │ │ └── right_corners.svg │ │ ├── option_5 │ │ │ ├── left_corners.svg │ │ │ └── right_corners.svg │ │ ├── option_6 │ │ │ ├── left_corners.svg │ │ │ └── right_corners.svg │ │ ├── option_7 │ │ │ ├── left_corners.svg │ │ │ └── right_corners.svg │ │ ├── option_8 │ │ │ ├── left_corners.svg │ │ │ └── right_corners.svg │ │ └── option_9 │ │ │ ├── left_corners.svg │ │ │ └── right_corners.svg │ ├── wavefox_drag_space.css │ ├── wavefox_one_line.css │ ├── wavefox_selected_tab_indicator.css │ ├── wavefox_tab_media_icons_and_text.css │ ├── wavefox_tab_separators.css │ ├── wavefox_tab_shadows.css │ ├── wavefox_tabs.css │ ├── wavefox_tabs_background_inactive.css │ ├── wavefox_tabs_below_url.css │ ├── wavefox_toolbar_buttons.css │ ├── wavefox_toolbar_transparency.css │ └── wavefox_web_page.css └── vertical_tabs │ ├── wavefox_browser_window.css │ ├── wavefox_tab_media_icons_and_text.css │ ├── wavefox_tabs.css │ └── wavefox_toolbar_buttons.css ├── userChrome.css └── userContent.css /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/README.md -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/Firefox-UI-Fix_icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/Firefox-UI-Fix_icons.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/add-device.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/add-device.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/addons-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/addons-logo.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/align-distribute-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/align-distribute-top.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/align-space-evenly-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/align-space-evenly-vertical.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/apps-list-detail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/apps-list-detail.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-between-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-between-down.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-between-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-between-up.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-repeat-all.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-repeat-all.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-sort-down-lines.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-sort-down-lines.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-swap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-swap.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-up-exclamation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/arrow-up-exclamation.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/auto-fit-width.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/auto-fit-width.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/blank.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/blank.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/blue-berror.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/blue-berror.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/book-add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/book-add.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/book.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmark-multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmark-multiple.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarks-toolbar-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarks-toolbar-alt.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarks-toolbar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarks-toolbar.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarksMenu-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarksMenu-open.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarksMenu-open2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarksMenu-open2.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarksToolbar-open-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarksToolbar-open-alt.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarksToolbar-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/bookmarksToolbar-open.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/broom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/broom.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/bug.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/calendar-agenda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/calendar-agenda.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/characterEncoding.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/characterEncoding.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/chat-sparkle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/chat-sparkle.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/checkmark-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/checkmark-circle.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/close-duplicate-tabs-photon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/close-duplicate-tabs-photon.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/close-duplicate-tabs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/close-duplicate-tabs.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/close-tab-photon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/close-tab-photon.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/close-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/close-tab.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/close-window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/close-window.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/code-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/code-text.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/code.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/command-console.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/command-console.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/command-eyedropper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/command-eyedropper.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/command-frames.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/command-frames.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/command-pick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/command-pick.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/command-responsivemode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/command-responsivemode.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/container-openin-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/container-openin-16.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/content-view.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/content-view.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/copy-select.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/copy-select.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/dashboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/dashboard.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/datarestore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/datarestore.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/datastore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/datastore.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/developer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/developer.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/device-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/device-desktop.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/device-phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/device-phone.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/device-tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/device-tablet.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/device-tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/device-tv.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/device-vr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/device-vr.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/dismiss-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/dismiss-filled.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/document-css.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/document-css.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/document-endnote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/document-endnote.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/document-landscape-split-hint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/document-landscape-split-hint.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/document-search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/document-search.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/drawer-arrow-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/drawer-arrow-download.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-active.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-copy.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-cut.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-paste-go.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-paste-go.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-paste-search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-paste-search.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/edit-paste.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/enter-fullscreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/enter-fullscreen.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/eraser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/eraser.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/error-connection-failure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/error-connection-failure.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/error-malformed-url.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/error-malformed-url.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/error-server-not-found.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/error-server-not-found.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/error-session-restore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/error-session-restore.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/error-tab-crashed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/error-tab-crashed.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/exit-fullscreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/exit-fullscreen.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/eye-hide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/eye-hide.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/eye-show.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/eye-show.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/eye-tracking-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/eye-tracking-off.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/filter-dismiss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/filter-dismiss.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/filter-reload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/filter-reload.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/find-again.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/find-again.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/firefox-view.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/firefox-view.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/flame.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/flame.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/fluid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/fluid.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/folder-globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/folder-globe.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/folder-open.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/folder.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/forget.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/forget.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/highlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/highlight.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/history-reverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/history-reverse.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/horizon-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/horizon-night.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/horizon-sunrise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/horizon-sunrise.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/identity-icons-brand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/identity-icons-brand.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/image-add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/image-add.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/image-alt-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/image-alt-text.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/image-arrow-counterclockwise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/image-arrow-counterclockwise.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/image-copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/image-copy.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/image.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/import-export.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/import-export.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/import.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/import.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/ion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/ion.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/key-multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/key-multiple.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/link-no-tracking.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/link-no-tracking.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/link-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/link-square.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/link.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/lock-closed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/lock-closed.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/mail-inbox-all.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/mail-inbox-all.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/mail-inbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/mail-inbox.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/mail.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/menu-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/menu-check.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/merge.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/movetowindow-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/movetowindow-16.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-forward-photon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-forward-photon.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-forward.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-multiple-photon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-multiple-photon.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-multiple.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-photon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-photon.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-skip-forward-photon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-skip-forward-photon.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-skip-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab-skip-forward.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/new-tab.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/no-search-results.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/no-search-results.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/organization-horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/organization-horizontal.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/panelarrow-vertical-reverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/panelarrow-vertical-reverse.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/panelarrow-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/panelarrow-vertical.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/password-hide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/password-hide.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/password.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/password.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/paste-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/paste-text.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/paste-url.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/paste-url.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/paste.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/performance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/performance.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/pin-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/pin-tab.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/play-fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/play-fill.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/play.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/plug-disconnected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/plug-disconnected.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/pocket-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/pocket-outline.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/private-favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/private-favicon.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/profiler-stopwatch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/profiler-stopwatch.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/pulse-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/pulse-square.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/pwa-install.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/pwa-install.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/pwa-launch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/pwa-launch.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/pwa-manage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/pwa-manage.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/pwa-remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/pwa-remove.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/quit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/quit.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/radio.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/redo.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/refresh-cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/refresh-cw.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/relay-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/relay-logo.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/reload-auto.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/reload-auto.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/reload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/reload.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/resize-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/resize-image.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/resize.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/restore-session.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/restore-session.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/screenshot-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/screenshot-1.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/screenshot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/screenshot.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/select-all-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/select-all-on.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/send-to-device.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/send-to-device.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/send.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/share.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/shield-task.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/shield-task.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/sign-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/sign-out.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/sort.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/sort.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/star-line-horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/star-line-horizontal.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/synced-tabs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/synced-tabs.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-audio-blocked-circle-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-audio-blocked-circle-12.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-audio-muted-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-audio-muted-small.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-audio-playing-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-audio-playing-small.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-australis-clipped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-australis-clipped.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-australis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-australis.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-chrome-clipped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-chrome-clipped.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-chrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-chrome.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-chromeLegacy-clipped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-chromeLegacy-clipped.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-chromeLegacy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-chromeLegacy.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-edge-clipped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-edge-clipped.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-edge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-edge.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-wave-clipped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-wave-clipped.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left-wave.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-left.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-australis-cilpped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-australis-cilpped.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-australis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-australis.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-chrome-clipped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-chrome-clipped.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-chrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-chrome.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-chromeLegacy-clipped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-chromeLegacy-clipped.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-chromeLegacy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-chromeLegacy.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-edge-clipped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-edge-clipped.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-edge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-edge.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-wave-clipped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-wave-clipped.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right-wave.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-bottom-corner-right.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-copy-photon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-copy-photon.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-copy.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-desktop-multiple-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-desktop-multiple-bottom.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-desktop-multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-desktop-multiple.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-multiple.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-photon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-photon.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-unload-photon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-unload-photon.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-unload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab-unload.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tab.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tag-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tag-open.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tag.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tetris-app.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tetris-app.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/text-direction-horizontal-ltr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/text-direction-horizontal-ltr.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/text-number-format.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/text-number-format.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/text-proofing-tools.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/text-proofing-tools.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/text-sort-ascending.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/text-sort-ascending.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/time-picker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/time-picker.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/timer10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/timer10.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/tool-accessibility.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/tool-accessibility.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/toolbar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/toolbar.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/toolbarButton-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/toolbarButton-download.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/toolbarButton-editorHighlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/toolbarButton-editorHighlight.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/toolbarButton-upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/toolbarButton-upload.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/toolbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/toolbox.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/translations.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/translations.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/undo.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/unpin-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/unpin-tab.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/update-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/update-circle.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/vertical-line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/vertical-line.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/video-clip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/video-clip.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/video-snapshot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/video-snapshot.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/video.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/weather-snowflake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/weather-snowflake.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/welcome-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/welcome-back.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/whatsnew.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/whatsnew.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/window-dev-tools.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/window-dev-tools.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/window.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/Firefox-UI-Fix/icons/wrench-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/Firefox-UI-Fix/icons/wrench-filled.svg -------------------------------------------------------------------------------- /chrome/modules/general_styles/firefox-csshacks/iconized_content_context_menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/firefox-csshacks/iconized_content_context_menu.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/firefox-csshacks/iconized_main_menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/firefox-csshacks/iconized_main_menu.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/firefox-csshacks/iconized_places_context_menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/firefox-csshacks/iconized_places_context_menu.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/firefox-csshacks/iconized_tabs_context_menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/firefox-csshacks/iconized_tabs_context_menu.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/firefox-csshacks/iconized_textbox_context_menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/firefox-csshacks/iconized_textbox_context_menu.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/wavefox_experimental_functions.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/wavefox_experimental_functions.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/wavefox_main_window.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/wavefox_main_window.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/wavefox_toolbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/wavefox_toolbar.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/wavefox_transparency_on_linux.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/wavefox_transparency_on_linux.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/wavefox_transparency_on_windows10.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/wavefox_transparency_on_windows10.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/wavefox_transparency_on_windows11.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/wavefox_transparency_on_windows11.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/wavefox_web_page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/wavefox_web_page.css -------------------------------------------------------------------------------- /chrome/modules/general_styles/wavefox_web_page_userContent.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/general_styles/wavefox_web_page_userContent.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_10/left_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_10/left_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_10/right_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_10/right_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_11/left_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_11/left_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_11/right_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_11/right_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_12/left_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_12/left_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_12/right_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_12/right_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_5/left_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_5/left_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_5/right_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_5/right_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_6/left_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_6/left_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_6/right_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_6/right_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_7/left_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_7/left_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_7/right_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_7/right_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_8/left_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_8/left_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_8/right_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_8/right_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_9/left_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_9/left_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/svg_files/option_9/right_corners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/svg_files/option_9/right_corners.svg -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_drag_space.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_drag_space.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_one_line.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_one_line.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_selected_tab_indicator.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_selected_tab_indicator.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_tab_media_icons_and_text.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_tab_media_icons_and_text.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_tab_separators.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_tab_separators.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_tab_shadows.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_tab_shadows.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_tabs.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_tabs_background_inactive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_tabs_background_inactive.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_tabs_below_url.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_tabs_below_url.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_toolbar_buttons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_toolbar_buttons.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_toolbar_transparency.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_toolbar_transparency.css -------------------------------------------------------------------------------- /chrome/modules/horizontal_tabs/wavefox_web_page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/horizontal_tabs/wavefox_web_page.css -------------------------------------------------------------------------------- /chrome/modules/vertical_tabs/wavefox_browser_window.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/vertical_tabs/wavefox_browser_window.css -------------------------------------------------------------------------------- /chrome/modules/vertical_tabs/wavefox_tab_media_icons_and_text.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/vertical_tabs/wavefox_tab_media_icons_and_text.css -------------------------------------------------------------------------------- /chrome/modules/vertical_tabs/wavefox_tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/vertical_tabs/wavefox_tabs.css -------------------------------------------------------------------------------- /chrome/modules/vertical_tabs/wavefox_toolbar_buttons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/modules/vertical_tabs/wavefox_toolbar_buttons.css -------------------------------------------------------------------------------- /chrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/userChrome.css -------------------------------------------------------------------------------- /chrome/userContent.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QNetITQ/WaveFox/HEAD/chrome/userContent.css --------------------------------------------------------------------------------