@templmf/temp-solf-lmf 0.0.142 → 0.0.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/f2e-spec-main.zip +0 -0
- package/package.json +1 -1
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/AUTHORS +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/COPYING +674 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/cs/messages.json +1252 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/en/messages.json +1339 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/fa/messages.json +1219 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/ru/messages.json +1276 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh/messages.json +1279 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_CN/messages.json +1279 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_TW/messages.json +1267 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/computed_hashes.json +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/verified_contents.json +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/options.css +531 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/popup.css +197 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/draw_omega.js +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.svg +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-48.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-64.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-16.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-19.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-24.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-32.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action.svg +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/indexedDB.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background.js +611 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background_preload.js +92 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/log_error.js +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega.js +2190 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_debug.js +90 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_decoration.js +175 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_pac.min.js +19199 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target.min.js +11491 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_chromium_extension.min.js +5742 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_popup.js +93 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_web.js +295 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_webext_proxy_script.min.js +19310 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options.js +73 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options_guide.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/popup.js +541 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/switch_profile_guide.js +104 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/FileSaver/FileSaver.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular/angular.min.js +352 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-animate/angular-animate.min.js +59 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-bootstrap/ui-bootstrap-tpls.min.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_en-us.js +143 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-cn.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-hk.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-tw.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ladda/angular-ladda.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-loader/angular-loader.min.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-sanitize/angular-sanitize.min.js +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-spectrum-colorpicker/angular-spectrum-colorpicker.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-router/angular-ui-router.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-sortable/sortable.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-utils/validate.min.js +7 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/blob/Blob.js +684 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/css/bootstrap.min.css +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/js/dropdown.js +165 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jquery/jquery.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jqueryui-touch-punch/jquery.ui.touch-punch.min.js +11 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jsondiffpatch/jsondiffpatch.min.js +37 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda-themeless.min.css +7 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ngprogress/ngProgress.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/script.js/script.min.js +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd-theme-arrows.css +210 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.css +507 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.js +2341 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spin.js/spin.js +337 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/tether/tether.js +1443 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/base.css +437 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-auto.css +38 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-dark.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-light.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-3024.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apathy.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apprentice.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atlas.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bespin.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brewer.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bright.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-chalk.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-light.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-red-screen.css +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-light.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-night.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-circus.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-colors.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupcake.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupertino.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-black.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-gray.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-ocean.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-paper.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-white.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darcula.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darkmoss.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darktooth.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-decaf.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eighties.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-embers.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-espresso.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva-dim.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-flat.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-framer.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gigavolt.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-github.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-green-screen.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-hard.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-medium.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-pale.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-soft.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-hard.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-medium.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-soft.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hardcore.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-helios.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hopscotch.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-icy-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ir-black.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-isotope.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-kimber.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-macintosh.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-marrakesh.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-materia.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-darker.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-lighter.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-palenight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-vivid.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mexico-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mocha.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-monokai.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nebula.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nord.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nova.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ocean.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-oceanicnext.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-one-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-onedark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-outrun-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-paraiso.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pasque.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-phd.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pinky.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pop.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-porple.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-colorblind.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-dimmed.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-high-contrast.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light-colorblind.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-qualia.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-railscasts.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-dawn.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-moon.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sagelight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sakura.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sandcastle.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-shapeshifter.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-snazzy.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-spacemacs.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summercamp.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tender.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-blue.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-bright.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-eighties.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-twilight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-vulcan.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-woodland.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-xcode-dusk.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-zenburn.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/themes.json +3617 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/variable.css +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/bower.json +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/compare-versions/compare-versions.js +219 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/csso/csso.js +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursor.js +471 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursorWithValue.js +11 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBDatabase.js +155 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBFactory.js +256 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBIndex.js +183 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBKeyRange.js +71 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBObjectStore.js +375 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBOpenDBRequest.js +9 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBRequest.js +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBTransaction.js +213 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBVersionChangeEvent.js +12 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/fakeIndexedDB.js +3 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/index.js +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Database.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeDOMStringList.js +72 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEvent.js +38 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEventTarget.js +104 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Index.js +157 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/KeyGenerator.js +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/ObjectStore.js +172 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/RecordStore.js +133 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/binarySearch.js +74 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/canInjectKey.js +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/cmp.js +77 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/enforceRange.js +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/errors.js +62 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/extractKey.js +39 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/scheduling.js +29 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/types.js +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/validateKeyPath.js +46 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKey.js +55 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKeyRange.js +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/filesize/filesize.esm.js +228 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/idb-keyval/idb-keyval.js +274 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.contentWindow.min.js +1305 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.min.js +1466 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jquery-ui/jquery-ui-1.10.4.custom.min.js +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jszip/jszip.min.js +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/moment/moment-with-locales.js +18476 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator.css +1368 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator_esm.js +29258 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify-es.js +467 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify.css +94 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/localstorage-polyfill.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/log.js +119 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/manifest.json +47 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/options.html +50 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/about.html +39 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/apply_options_confirm.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/builtin.html +16 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/cannot_delete_profile.html +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_attached.html +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_profile.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/fixed_auth_edit.html +29 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/general.html +36 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/input_group_clear.html +5 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/io.html +115 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/new_profile.html +54 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/omega_profile_select.html +9 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/options_welcome.html +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile.html +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_fixed.html +55 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_pac.html +68 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_rule_list.html +34 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_switch.html +185 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_unsupported.html +3 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_virtual.html +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rename_profile.html +24 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/replace_profile.html +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/reset_options_confirm.html +12 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_remove_confirm.html +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_reset_confirm.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/theme.html +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/ui.html +72 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/dialog.css +119 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/index.css +225 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/grant_permissions.html +51 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/img/AllowedIncognitoAccess.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/index.html +58 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/grant_permissions.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/i18n.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/index.js +56 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard.js +134 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard_help.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/loader.js +51 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/profiles.js +294 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/proxy_not_controllable.js +43 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/style.js +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/base.css +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/index.css +145 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/index.html +21 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/index.js +588 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/loader.js +24 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/tab.js +154 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/url.js +334 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/utils.js +88 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/proxy_not_controllable.html +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/base.css +34 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/index.css +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/index.html +21 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/index.js +168 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/loader.js +27 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.html +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.js +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup.html +137 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/x-background.js +65 -0
|
@@ -0,0 +1,531 @@
|
|
|
1
|
+
/* angular */
|
|
2
|
+
.ng-hide {
|
|
3
|
+
display: none !important;
|
|
4
|
+
}
|
|
5
|
+
/* helpers */
|
|
6
|
+
.clear-padding {
|
|
7
|
+
padding: 0 !important;
|
|
8
|
+
}
|
|
9
|
+
/* basic */
|
|
10
|
+
a[role="button"] {
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
}
|
|
13
|
+
.form-control.ng-invalid {
|
|
14
|
+
border-color: #a94442;
|
|
15
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
16
|
+
}
|
|
17
|
+
.form-control.ng-invalid:hover {
|
|
18
|
+
border-color: #843534;
|
|
19
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
|
20
|
+
}
|
|
21
|
+
.disabled .btn {
|
|
22
|
+
background-color: #ddd !important;
|
|
23
|
+
border-color: #ccc !important;
|
|
24
|
+
cursor: not-allowed !important;
|
|
25
|
+
pointer-events: none !important;
|
|
26
|
+
opacity: .65 !important;
|
|
27
|
+
box-shadow: none !important;
|
|
28
|
+
}
|
|
29
|
+
/* profile */
|
|
30
|
+
.virtual-profile-icon {
|
|
31
|
+
border: dotted 1px;
|
|
32
|
+
margin: -1px;
|
|
33
|
+
}
|
|
34
|
+
.profile-inline {
|
|
35
|
+
background-color: #eee;
|
|
36
|
+
color: #333;
|
|
37
|
+
padding: 0 5px;
|
|
38
|
+
}
|
|
39
|
+
/* omega-profile-select */
|
|
40
|
+
.omega-profile-select {
|
|
41
|
+
width: 100%;
|
|
42
|
+
}
|
|
43
|
+
.omega-profile-select .dropdown-menu > li > a {
|
|
44
|
+
max-width: none !important;
|
|
45
|
+
}
|
|
46
|
+
.omega-profile-select .btn {
|
|
47
|
+
width: 100%;
|
|
48
|
+
display: block;
|
|
49
|
+
text-align: left;
|
|
50
|
+
text-align: initial;
|
|
51
|
+
position: relative;
|
|
52
|
+
padding-right: 25px;
|
|
53
|
+
}
|
|
54
|
+
.omega-profile-select .btn .caret {
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 50%;
|
|
57
|
+
right: 12px;
|
|
58
|
+
margin-top: -2px;
|
|
59
|
+
vertical-align: middle;
|
|
60
|
+
}
|
|
61
|
+
.omega-profile-select .dropdown-menu {
|
|
62
|
+
width: 100%;
|
|
63
|
+
cursor: pointer;
|
|
64
|
+
}
|
|
65
|
+
.monospace {
|
|
66
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
|
|
67
|
+
}
|
|
68
|
+
.width-initial {
|
|
69
|
+
width: auto !important;
|
|
70
|
+
width: initial !important;
|
|
71
|
+
}
|
|
72
|
+
.width-limit {
|
|
73
|
+
max-width: 600px;
|
|
74
|
+
}
|
|
75
|
+
textarea.width-limit {
|
|
76
|
+
max-width: 80%;
|
|
77
|
+
}
|
|
78
|
+
.width-limit-lg {
|
|
79
|
+
max-width: 800px;
|
|
80
|
+
}
|
|
81
|
+
.width-limit-xl {
|
|
82
|
+
max-width: 1000px;
|
|
83
|
+
}
|
|
84
|
+
.inline-form-control {
|
|
85
|
+
display: inline-block;
|
|
86
|
+
margin-right: 20px;
|
|
87
|
+
margin-left: 20px;
|
|
88
|
+
min-width: 50%;
|
|
89
|
+
width: 50% !important;
|
|
90
|
+
width: initial !important;
|
|
91
|
+
}
|
|
92
|
+
.no-min-width {
|
|
93
|
+
min-width: 0 !important;
|
|
94
|
+
}
|
|
95
|
+
.align-initial {
|
|
96
|
+
text-align: left;
|
|
97
|
+
text-align: initial;
|
|
98
|
+
}
|
|
99
|
+
.opacity-half {
|
|
100
|
+
opacity: .5 !important;
|
|
101
|
+
}
|
|
102
|
+
.opacity-0 {
|
|
103
|
+
opacity: 0 !important;
|
|
104
|
+
}
|
|
105
|
+
ul.list-style-none,
|
|
106
|
+
li.list-style-none {
|
|
107
|
+
list-style: none;
|
|
108
|
+
padding-left: 0;
|
|
109
|
+
}
|
|
110
|
+
.help-inline {
|
|
111
|
+
margin-left: 10px;
|
|
112
|
+
color: #595959;
|
|
113
|
+
}
|
|
114
|
+
.settings-group > * {
|
|
115
|
+
margin-left: 30px;
|
|
116
|
+
}
|
|
117
|
+
.settings-group > h3 {
|
|
118
|
+
margin-left: 0;
|
|
119
|
+
}
|
|
120
|
+
/* shepherd.js */
|
|
121
|
+
.shepherd-element {
|
|
122
|
+
z-index: 20;
|
|
123
|
+
}
|
|
124
|
+
.shepherd-active:before {
|
|
125
|
+
content: " ";
|
|
126
|
+
position: fixed;
|
|
127
|
+
top: 0;
|
|
128
|
+
bottom: 0;
|
|
129
|
+
left: 0;
|
|
130
|
+
right: 0;
|
|
131
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
132
|
+
z-index: 10;
|
|
133
|
+
}
|
|
134
|
+
.shepherd-active .switch-rules {
|
|
135
|
+
position: relative;
|
|
136
|
+
background-color: #7f7f7f;
|
|
137
|
+
z-index: 11;
|
|
138
|
+
}
|
|
139
|
+
.shepherd-active .switch-rules,
|
|
140
|
+
.shepherd-active .switch-rules th,
|
|
141
|
+
.shepherd-active .switch-rules td,
|
|
142
|
+
.shepherd-active .switch-rules tbody {
|
|
143
|
+
border-color: #6e6e6e !important;
|
|
144
|
+
}
|
|
145
|
+
.shepherd-active .switch-rules .btn {
|
|
146
|
+
opacity: .5;
|
|
147
|
+
}
|
|
148
|
+
.shepherd-active .switch-rules .form-control,
|
|
149
|
+
.shepherd-active .switch-rules .btn-default {
|
|
150
|
+
background-color: #7f7f7f;
|
|
151
|
+
border-color: #6e6e6e;
|
|
152
|
+
opacity: 1;
|
|
153
|
+
}
|
|
154
|
+
.shepherd-active .switch-rules .shepherd-enabled {
|
|
155
|
+
background-color: #fff;
|
|
156
|
+
border-color: #ddd !important;
|
|
157
|
+
}
|
|
158
|
+
.shepherd-active .switch-rules .shepherd-enabled,
|
|
159
|
+
.shepherd-active .switch-rules .shepherd-enabled td,
|
|
160
|
+
.shepherd-active .switch-rules .shepherd-enabled tbody {
|
|
161
|
+
border-color: #ddd !important;
|
|
162
|
+
}
|
|
163
|
+
.shepherd-active .switch-rules .shepherd-enabled .btn {
|
|
164
|
+
opacity: 1;
|
|
165
|
+
}
|
|
166
|
+
.shepherd-active .switch-rules .shepherd-enabled .form-control,
|
|
167
|
+
.shepherd-active .switch-rules .shepherd-enabled .btn-default {
|
|
168
|
+
background-color: #fff;
|
|
169
|
+
border-color: #ddd;
|
|
170
|
+
}
|
|
171
|
+
.shepherd-active .condition-help-section {
|
|
172
|
+
position: relative;
|
|
173
|
+
z-index: 11;
|
|
174
|
+
background-color: #fff;
|
|
175
|
+
}
|
|
176
|
+
.shepherd-active:not([data-shepherd-step="fixed-servers-step"]) .side-nav {
|
|
177
|
+
position: absolute;
|
|
178
|
+
overflow: visible;
|
|
179
|
+
bottom: 0;
|
|
180
|
+
}
|
|
181
|
+
.shepherd-active:not([data-shepherd-step="fixed-servers-step"]) .shepherd-enabled > a {
|
|
182
|
+
color: #428bca;
|
|
183
|
+
background-color: #fff;
|
|
184
|
+
}
|
|
185
|
+
.shepherd-active[data-shepherd-step="switch-default-step"] .sort-bar {
|
|
186
|
+
position: relative;
|
|
187
|
+
z-index: 11;
|
|
188
|
+
background-color: #ffc;
|
|
189
|
+
}
|
|
190
|
+
.shepherd-enabled {
|
|
191
|
+
position: relative;
|
|
192
|
+
z-index: 11;
|
|
193
|
+
}
|
|
194
|
+
.shepherd-enabled.fixed-servers {
|
|
195
|
+
background-color: #fff;
|
|
196
|
+
}
|
|
197
|
+
.fixed-top-right {
|
|
198
|
+
position: fixed !important;
|
|
199
|
+
top: 0 !important;
|
|
200
|
+
right: 0 !important;
|
|
201
|
+
left: auto !important;
|
|
202
|
+
bottom: auto !important;
|
|
203
|
+
-webkit-transform: none !important;
|
|
204
|
+
transform: none !important;
|
|
205
|
+
}
|
|
206
|
+
/* alert */
|
|
207
|
+
.alert-top-wrapper {
|
|
208
|
+
z-index: 100;
|
|
209
|
+
position: fixed;
|
|
210
|
+
top: 0;
|
|
211
|
+
left: 0;
|
|
212
|
+
right: 0;
|
|
213
|
+
width: 100%;
|
|
214
|
+
display: inline-block !important;
|
|
215
|
+
transition: -webkit-transform .5s, opacity .5s;
|
|
216
|
+
transition: transform .5s, opacity .5s;
|
|
217
|
+
transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s, opacity cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
|
|
218
|
+
transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s, opacity cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
|
|
219
|
+
pointer-events: none;
|
|
220
|
+
text-align: center;
|
|
221
|
+
}
|
|
222
|
+
.alert-top-wrapper.ng-hide {
|
|
223
|
+
-webkit-transform: translateY(-100%);
|
|
224
|
+
transform: translateY(-100%);
|
|
225
|
+
opacity: 0;
|
|
226
|
+
}
|
|
227
|
+
.alert-top-wrapper * {
|
|
228
|
+
pointer-events: auto;
|
|
229
|
+
pointer-events: initial;
|
|
230
|
+
text-align: left;
|
|
231
|
+
text-align: initial;
|
|
232
|
+
}
|
|
233
|
+
.alert-top-wrapper .alert {
|
|
234
|
+
display: inline-block;
|
|
235
|
+
min-width: 400px;
|
|
236
|
+
margin-bottom: 0;
|
|
237
|
+
}
|
|
238
|
+
@media (max-width: 767px) {
|
|
239
|
+
.alert-top-wrapper .alert {
|
|
240
|
+
min-width: 80%;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
/* body */
|
|
244
|
+
html {
|
|
245
|
+
height: 100%;
|
|
246
|
+
}
|
|
247
|
+
body {
|
|
248
|
+
min-height: 100%;
|
|
249
|
+
}
|
|
250
|
+
.modal-backdrop {
|
|
251
|
+
position: fixed;
|
|
252
|
+
bottom: 0;
|
|
253
|
+
}
|
|
254
|
+
h1 {
|
|
255
|
+
color: #5c6166;
|
|
256
|
+
font-size: 1.7em;
|
|
257
|
+
font-weight: bold;
|
|
258
|
+
margin-bottom: 1.5em;
|
|
259
|
+
}
|
|
260
|
+
.side-nav {
|
|
261
|
+
position: fixed;
|
|
262
|
+
height: 100%;
|
|
263
|
+
overflow: auto;
|
|
264
|
+
}
|
|
265
|
+
@media (max-width: 767px) {
|
|
266
|
+
.side-nav {
|
|
267
|
+
position: static;
|
|
268
|
+
height: auto;
|
|
269
|
+
height: initial;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
.side-nav .nav-pills > li > a {
|
|
273
|
+
padding: 8px 15px;
|
|
274
|
+
}
|
|
275
|
+
@media (max-height: 767px) {
|
|
276
|
+
.side-nav .nav-pills > li > a {
|
|
277
|
+
padding: 5px 15px;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
.side-nav .nav-pills > li > a.btn-success:hover {
|
|
281
|
+
color: #fff;
|
|
282
|
+
background-color: #449d44;
|
|
283
|
+
border-color: #398439;
|
|
284
|
+
}
|
|
285
|
+
main {
|
|
286
|
+
padding-top: 85px;
|
|
287
|
+
padding-bottom: 20px;
|
|
288
|
+
}
|
|
289
|
+
main .page-header {
|
|
290
|
+
margin: 0;
|
|
291
|
+
padding: 20px 60px 20px 0;
|
|
292
|
+
position: fixed;
|
|
293
|
+
top: 0;
|
|
294
|
+
width: inherit;
|
|
295
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
296
|
+
background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.6));
|
|
297
|
+
max-height: 85px;
|
|
298
|
+
z-index: 3;
|
|
299
|
+
}
|
|
300
|
+
main .page-header h2 {
|
|
301
|
+
margin: 0;
|
|
302
|
+
}
|
|
303
|
+
@media (max-width: 767px) {
|
|
304
|
+
main {
|
|
305
|
+
padding-top: 0;
|
|
306
|
+
}
|
|
307
|
+
main .page-header {
|
|
308
|
+
position: static;
|
|
309
|
+
max-height: none;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
main .ng-enter {
|
|
313
|
+
opacity: 0;
|
|
314
|
+
transition: opacity .5s;
|
|
315
|
+
}
|
|
316
|
+
main .ng-enter-active {
|
|
317
|
+
opacity: 1;
|
|
318
|
+
}
|
|
319
|
+
#ngProgress-container {
|
|
320
|
+
position: fixed;
|
|
321
|
+
top: 0;
|
|
322
|
+
width: 100%;
|
|
323
|
+
}
|
|
324
|
+
.divider {
|
|
325
|
+
height: 1px;
|
|
326
|
+
margin: 9px 1px;
|
|
327
|
+
overflow: hidden;
|
|
328
|
+
background-color: #e5e5e5;
|
|
329
|
+
}
|
|
330
|
+
.nav-header {
|
|
331
|
+
margin-right: -15px !important;
|
|
332
|
+
margin-left: -15px !important;
|
|
333
|
+
display: block;
|
|
334
|
+
padding: 3px 15px;
|
|
335
|
+
font-size: 11px;
|
|
336
|
+
font-weight: bold;
|
|
337
|
+
line-height: 20px;
|
|
338
|
+
color: #999;
|
|
339
|
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
340
|
+
text-transform: uppercase;
|
|
341
|
+
}
|
|
342
|
+
#restore-local-file {
|
|
343
|
+
position: absolute;
|
|
344
|
+
visibility: hidden;
|
|
345
|
+
}
|
|
346
|
+
.virtual-profile-icon {
|
|
347
|
+
border: dotted 1px;
|
|
348
|
+
margin: -1px;
|
|
349
|
+
}
|
|
350
|
+
.profile-actions {
|
|
351
|
+
float: right;
|
|
352
|
+
}
|
|
353
|
+
.profile-name {
|
|
354
|
+
overflow: hidden;
|
|
355
|
+
text-overflow: ellipsis;
|
|
356
|
+
white-space: nowrap;
|
|
357
|
+
}
|
|
358
|
+
.profile-color-editor {
|
|
359
|
+
display: inline-block;
|
|
360
|
+
float: left;
|
|
361
|
+
margin-right: 10px;
|
|
362
|
+
}
|
|
363
|
+
.profile-color-editor input[type="color"] {
|
|
364
|
+
height: 30px;
|
|
365
|
+
width: 30px;
|
|
366
|
+
padding: 0;
|
|
367
|
+
border: none;
|
|
368
|
+
background: none;
|
|
369
|
+
}
|
|
370
|
+
.profile-color-editor input[type="color"]::-webkit-color-swatch-wrapper {
|
|
371
|
+
padding: 0;
|
|
372
|
+
}
|
|
373
|
+
.profile-color-editor .sp-replacer {
|
|
374
|
+
padding: 0;
|
|
375
|
+
border: none;
|
|
376
|
+
}
|
|
377
|
+
.profile-color-editor .sp-preview,
|
|
378
|
+
.profile-color-editor .profile-color-editor-fake {
|
|
379
|
+
margin-right: 0;
|
|
380
|
+
height: 30px;
|
|
381
|
+
width: 30px;
|
|
382
|
+
border: solid 1px #222;
|
|
383
|
+
}
|
|
384
|
+
.profile-color-editor .sp-dd {
|
|
385
|
+
display: none;
|
|
386
|
+
}
|
|
387
|
+
@media (min-width: 768px) {
|
|
388
|
+
.table-responsive {
|
|
389
|
+
overflow: visible;
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
@media (max-width: 767px) {
|
|
393
|
+
.table-responsive .dropdown-menu {
|
|
394
|
+
position: static !important;
|
|
395
|
+
}
|
|
396
|
+
.btn {
|
|
397
|
+
padding: 1px 5px;
|
|
398
|
+
font-size: 12px;
|
|
399
|
+
line-height: 1.5;
|
|
400
|
+
border-radius: 3px;
|
|
401
|
+
}
|
|
402
|
+
select.form-control {
|
|
403
|
+
line-height: 1;
|
|
404
|
+
padding: 0;
|
|
405
|
+
height: 25px;
|
|
406
|
+
}
|
|
407
|
+
main {
|
|
408
|
+
border-top: 3px dotted;
|
|
409
|
+
margin-top: 20px;
|
|
410
|
+
}
|
|
411
|
+
main .page-header {
|
|
412
|
+
padding: 20px 0;
|
|
413
|
+
}
|
|
414
|
+
select.form-control.inline-form-control {
|
|
415
|
+
display: block;
|
|
416
|
+
height: 25px;
|
|
417
|
+
margin: 20px 0;
|
|
418
|
+
width: 100% !important;
|
|
419
|
+
min-width: 100%;
|
|
420
|
+
}
|
|
421
|
+
textarea.width-limit {
|
|
422
|
+
max-width: 100%;
|
|
423
|
+
}
|
|
424
|
+
.settings-group > * {
|
|
425
|
+
margin-left: 0;
|
|
426
|
+
}
|
|
427
|
+
.profile-actions {
|
|
428
|
+
float: initial;
|
|
429
|
+
margin: 10px 0;
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
.fixed-servers td,
|
|
433
|
+
.switch-rules td {
|
|
434
|
+
vertical-align: middle !important;
|
|
435
|
+
}
|
|
436
|
+
.condition-help dl {
|
|
437
|
+
margin-left: 5px;
|
|
438
|
+
padding-left: 10px;
|
|
439
|
+
border-left: solid 1px #ccc;
|
|
440
|
+
}
|
|
441
|
+
.condition-help dt {
|
|
442
|
+
font-size: 1.2em;
|
|
443
|
+
}
|
|
444
|
+
.condition-help dd {
|
|
445
|
+
padding-left: 20px;
|
|
446
|
+
}
|
|
447
|
+
.close-condition-help {
|
|
448
|
+
float: none !important;
|
|
449
|
+
margin-left: 15px !important;
|
|
450
|
+
opacity: 1 !important;
|
|
451
|
+
}
|
|
452
|
+
.close-condition-help:hover,
|
|
453
|
+
.close-condition-help:active {
|
|
454
|
+
color: #444 !important;
|
|
455
|
+
}
|
|
456
|
+
.switch-attached > tr > td {
|
|
457
|
+
background-color: #f9f9f9;
|
|
458
|
+
}
|
|
459
|
+
.shepherd-active .switch-attached > tr > td {
|
|
460
|
+
background-color: transparent;
|
|
461
|
+
}
|
|
462
|
+
.switch-attached > tr > td:first-child {
|
|
463
|
+
text-align: center;
|
|
464
|
+
}
|
|
465
|
+
.fixed-show-advanced td {
|
|
466
|
+
background-color: transparent !important;
|
|
467
|
+
}
|
|
468
|
+
.fixed-show-advanced .btn-link {
|
|
469
|
+
padding: 0;
|
|
470
|
+
}
|
|
471
|
+
.proxy-actions {
|
|
472
|
+
text-align: center;
|
|
473
|
+
padding: 0 !important;
|
|
474
|
+
}
|
|
475
|
+
.proxy-auth-toggle {
|
|
476
|
+
padding: 5px 7px !important;
|
|
477
|
+
}
|
|
478
|
+
.host-levels-details input {
|
|
479
|
+
width: auto !important;
|
|
480
|
+
width: initial !important;
|
|
481
|
+
display: inline-block;
|
|
482
|
+
}
|
|
483
|
+
.sort-bar {
|
|
484
|
+
width: 1em;
|
|
485
|
+
text-align: center;
|
|
486
|
+
cursor: move;
|
|
487
|
+
}
|
|
488
|
+
.switch-rule-row td.has-icon > .form-control {
|
|
489
|
+
display: inline-block;
|
|
490
|
+
width: calc(100% - 1.5em);
|
|
491
|
+
}
|
|
492
|
+
.switch-rule-row td.has-icon > .icon-wrapper {
|
|
493
|
+
display: block;
|
|
494
|
+
float: right;
|
|
495
|
+
line-height: 34px;
|
|
496
|
+
}
|
|
497
|
+
.cycle-profile-container {
|
|
498
|
+
list-style-type: none;
|
|
499
|
+
min-height: 20px;
|
|
500
|
+
display: inline-block;
|
|
501
|
+
min-width: 40%;
|
|
502
|
+
padding: 0;
|
|
503
|
+
border: solid 1px #abc;
|
|
504
|
+
}
|
|
505
|
+
.cycle-profile-container li {
|
|
506
|
+
display: block;
|
|
507
|
+
margin: 10px;
|
|
508
|
+
padding: 5px;
|
|
509
|
+
cursor: move;
|
|
510
|
+
background-color: #ddd;
|
|
511
|
+
}
|
|
512
|
+
.cycle-profile-container.cycle-enabled li {
|
|
513
|
+
background-color: #e4ffcd;
|
|
514
|
+
}
|
|
515
|
+
.modal-body .well:last-child {
|
|
516
|
+
margin-bottom: 0;
|
|
517
|
+
}
|
|
518
|
+
.use-built-in-sync-enhance-tip {
|
|
519
|
+
display: inline-block;
|
|
520
|
+
}
|
|
521
|
+
.settings-group .sync-form .clean-btn {
|
|
522
|
+
position: absolute;
|
|
523
|
+
}
|
|
524
|
+
.sync-form input.form-control[readonly] {
|
|
525
|
+
-webkit-text-security: disc;
|
|
526
|
+
text-security: disc;
|
|
527
|
+
}
|
|
528
|
+
.sync-form input.form-control:focus {
|
|
529
|
+
-webkit-text-security: initial;
|
|
530
|
+
text-security: initial;
|
|
531
|
+
}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
/* angular */
|
|
2
|
+
.ng-hide {
|
|
3
|
+
display: none !important;
|
|
4
|
+
}
|
|
5
|
+
/* helpers */
|
|
6
|
+
.clear-padding {
|
|
7
|
+
padding: 0 !important;
|
|
8
|
+
}
|
|
9
|
+
/* basic */
|
|
10
|
+
a[role="button"] {
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
}
|
|
13
|
+
.form-control.ng-invalid {
|
|
14
|
+
border-color: #a94442;
|
|
15
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
16
|
+
}
|
|
17
|
+
.form-control.ng-invalid:hover {
|
|
18
|
+
border-color: #843534;
|
|
19
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
|
20
|
+
}
|
|
21
|
+
.disabled .btn {
|
|
22
|
+
background-color: #ddd !important;
|
|
23
|
+
border-color: #ccc !important;
|
|
24
|
+
cursor: not-allowed !important;
|
|
25
|
+
pointer-events: none !important;
|
|
26
|
+
opacity: .65 !important;
|
|
27
|
+
box-shadow: none !important;
|
|
28
|
+
}
|
|
29
|
+
/* profile */
|
|
30
|
+
.virtual-profile-icon {
|
|
31
|
+
border: dotted 1px;
|
|
32
|
+
margin: -1px;
|
|
33
|
+
}
|
|
34
|
+
.profile-inline {
|
|
35
|
+
background-color: #eee;
|
|
36
|
+
color: #333;
|
|
37
|
+
padding: 0 5px;
|
|
38
|
+
}
|
|
39
|
+
/* omega-profile-select */
|
|
40
|
+
.omega-profile-select {
|
|
41
|
+
width: 100%;
|
|
42
|
+
}
|
|
43
|
+
.omega-profile-select .dropdown-menu > li > a {
|
|
44
|
+
max-width: none !important;
|
|
45
|
+
}
|
|
46
|
+
.omega-profile-select .btn {
|
|
47
|
+
width: 100%;
|
|
48
|
+
display: block;
|
|
49
|
+
text-align: left;
|
|
50
|
+
text-align: initial;
|
|
51
|
+
position: relative;
|
|
52
|
+
padding-right: 25px;
|
|
53
|
+
}
|
|
54
|
+
.omega-profile-select .btn .caret {
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 50%;
|
|
57
|
+
right: 12px;
|
|
58
|
+
margin-top: -2px;
|
|
59
|
+
vertical-align: middle;
|
|
60
|
+
}
|
|
61
|
+
.omega-profile-select .dropdown-menu {
|
|
62
|
+
width: 100%;
|
|
63
|
+
cursor: pointer;
|
|
64
|
+
}
|
|
65
|
+
.monospace {
|
|
66
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
|
|
67
|
+
}
|
|
68
|
+
/* popup */
|
|
69
|
+
body {
|
|
70
|
+
margin: 0;
|
|
71
|
+
padding: 10px;
|
|
72
|
+
min-width: 180px;
|
|
73
|
+
width: -webkit-fit-content;
|
|
74
|
+
width: -moz-fit-content;
|
|
75
|
+
width: fit-content;
|
|
76
|
+
}
|
|
77
|
+
.condition-form {
|
|
78
|
+
min-width: 360px;
|
|
79
|
+
}
|
|
80
|
+
.nav {
|
|
81
|
+
margin-bottom: 0;
|
|
82
|
+
}
|
|
83
|
+
li > a {
|
|
84
|
+
text-overflow: ellipsis;
|
|
85
|
+
overflow: hidden;
|
|
86
|
+
max-width: 20em;
|
|
87
|
+
}
|
|
88
|
+
.shortcut-help {
|
|
89
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
|
|
90
|
+
border: solid 1px #000;
|
|
91
|
+
border-radius: 2px;
|
|
92
|
+
display: inline-block;
|
|
93
|
+
color: #000;
|
|
94
|
+
box-shadow: 1px 1px;
|
|
95
|
+
width: 1em;
|
|
96
|
+
height: 1em;
|
|
97
|
+
line-height: 1em;
|
|
98
|
+
text-align: center;
|
|
99
|
+
margin-top: -3px;
|
|
100
|
+
}
|
|
101
|
+
.nav-pills.nav-stacked > li > a {
|
|
102
|
+
padding: 5px 25px 5px 8px;
|
|
103
|
+
white-space: nowrap;
|
|
104
|
+
cursor: pointer;
|
|
105
|
+
}
|
|
106
|
+
.nav-pills.nav-stacked > li > a .glyphicon {
|
|
107
|
+
margin-right: 6px;
|
|
108
|
+
}
|
|
109
|
+
.nav-pills.nav-stacked > li > a.profile-with-default-edit {
|
|
110
|
+
padding-right: 32px;
|
|
111
|
+
position: relative;
|
|
112
|
+
}
|
|
113
|
+
.nav-pills.nav-stacked > li > a.profile-with-default-edit .dropdown-toggle {
|
|
114
|
+
margin: -5px 0;
|
|
115
|
+
color: inherit;
|
|
116
|
+
padding: 5px 8px 3px;
|
|
117
|
+
min-width: 20px;
|
|
118
|
+
position: absolute;
|
|
119
|
+
right: 0;
|
|
120
|
+
}
|
|
121
|
+
.nav-pills.nav-stacked > li > a.profile-with-default-edit .dropdown-toggle .glyphicon {
|
|
122
|
+
margin-right: 0;
|
|
123
|
+
}
|
|
124
|
+
.nav-pills.nav-stacked > li.active .dropdown-toggle {
|
|
125
|
+
border-color: transparent !important;
|
|
126
|
+
border-left: solid 1px !important;
|
|
127
|
+
background: none !important;
|
|
128
|
+
border-radius: 0 !important;
|
|
129
|
+
}
|
|
130
|
+
.divider {
|
|
131
|
+
height: 1px;
|
|
132
|
+
overflow: hidden;
|
|
133
|
+
background-color: #E5E5E5;
|
|
134
|
+
}
|
|
135
|
+
.temp-rule a {
|
|
136
|
+
padding-left: 8px !important;
|
|
137
|
+
box-shadow: none !important;
|
|
138
|
+
}
|
|
139
|
+
ul.dropdown-menu {
|
|
140
|
+
position: relative;
|
|
141
|
+
}
|
|
142
|
+
li .dropdown-menu {
|
|
143
|
+
position: static;
|
|
144
|
+
top: initial;
|
|
145
|
+
top: -moz-initial;
|
|
146
|
+
margin: 0 5px !important;
|
|
147
|
+
float: none;
|
|
148
|
+
}
|
|
149
|
+
li .dropdown-menu a {
|
|
150
|
+
cursor: pointer;
|
|
151
|
+
}
|
|
152
|
+
.current-domain {
|
|
153
|
+
color: #08C;
|
|
154
|
+
}
|
|
155
|
+
select,
|
|
156
|
+
textarea,
|
|
157
|
+
input {
|
|
158
|
+
margin-bottom: 0px !important;
|
|
159
|
+
}
|
|
160
|
+
form {
|
|
161
|
+
margin: 10px;
|
|
162
|
+
}
|
|
163
|
+
legend,
|
|
164
|
+
.well {
|
|
165
|
+
margin-bottom: 10px;
|
|
166
|
+
}
|
|
167
|
+
.well {
|
|
168
|
+
padding: 10px;
|
|
169
|
+
}
|
|
170
|
+
.condition-controls .btn-primary,
|
|
171
|
+
.proxy-not-controllable-controls .btn-primary {
|
|
172
|
+
float: right;
|
|
173
|
+
}
|
|
174
|
+
.external-profile a {
|
|
175
|
+
padding-right: 10px !important;
|
|
176
|
+
}
|
|
177
|
+
.external-profile form {
|
|
178
|
+
margin: 0;
|
|
179
|
+
padding: 0;
|
|
180
|
+
display: inline-block;
|
|
181
|
+
}
|
|
182
|
+
.external-profile .form-control {
|
|
183
|
+
display: inline-block;
|
|
184
|
+
padding: 0;
|
|
185
|
+
height: 2em;
|
|
186
|
+
width: calc(100% - 1em - 8px);
|
|
187
|
+
}
|
|
188
|
+
.proxy-not-controllable {
|
|
189
|
+
min-width: 400px;
|
|
190
|
+
padding: 10px 10px;
|
|
191
|
+
}
|
|
192
|
+
.proxy-not-controllable .proxy-not-controllable-controls {
|
|
193
|
+
margin-bottom: 0;
|
|
194
|
+
}
|
|
195
|
+
.request-info-details {
|
|
196
|
+
min-width: 360px;
|
|
197
|
+
}
|