@netless/window-manager 1.0.0-canary.44 → 1.0.0-canary.45
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/dist/index.cjs.js +12884 -115
- package/dist/index.es.js +2762 -3576
- package/dist/index.umd.js +12892 -127
- package/dist/src/index.d.ts +2 -0
- package/dist/style.css +795 -1
- package/package.json +2 -2
- package/pnpm-lock.yaml +4 -4
- package/src/index.ts +24 -18
- package/vite.config.js +5 -4
package/dist/style.css
CHANGED
@@ -1 +1,795 @@
|
|
1
|
-
.netless-window-manager-playground{width:100%;height:100%;position:relative;z-index:1;overflow:hidden;user-select:none}.netless-window-manager-main-view{position:absolute;width:100%;height:100%}.netless-window-manager-cursor-pencil-image,.netless-window-manager-cursor-eraser-image{width:26px;height:26px}.netless-window-manager-cursor-selector-image{width:24px;height:24px}.netless-window-manager-cursor-selector-avatar{border-radius:50%;border-style:solid;border-width:2px;border-color:#fff;margin-bottom:2px}.netless-window-manager-cursor-selector-avatar img{width:12px}.netless-window-manager-cursor-inner{border-radius:4px;display:flex;align-items:center;justify-content:center;flex-direction:row;padding-left:4px;padding-right:4px;font-size:12px}.netless-window-manager-cursor-inner-mellow{height:32px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-direction:row;padding-left:16px;padding-right:16px}.netless-window-manager-cursor-tag-name{font-size:12px;margin-left:4px;padding:2px 8px;border-radius:4px}.netless-window-manager-cursor-mid{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;width:26px;height:26px;z-index:2147483647;left:0;top:0;will-change:transform;transition:transform .12s;transform-origin:0 0;user-select:none}.netless-window-manager-cursor-pencil-offset{margin-left:-20px}.netless-window-manager-cursor-selector-offset{margin-left:-22px;margin-top:56px}.netless-window-manager-cursor-text-offset{margin-left:-30px;margin-top:18px}.netless-window-manager-cursor-shape-offset{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;width:180px;height:64px;margin-left:-30px;margin-top:12px}.netless-window-manager-cursor-laserPointer-image{margin-left:-22px;margin-top:3px}.netless-window-manager-cursor-name{width:100%;height:48px;display:flex;align-items:center;justify-content:center;position:absolute;top:-40px}.cursor-image-wrapper{display:flex;justify-content:center}.telebox-collector{position:absolute;right:10px;bottom:15px}.window-manager-view-wrapper{position:absolute;z-index:10}.tele-fancy-scrollbar{overscroll-behavior:contain;overflow:auto;overflow-y:scroll;overflow-y:overlay;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:auto}.tele-fancy-scrollbar::-webkit-scrollbar{height:8px;width:8px}.tele-fancy-scrollbar::-webkit-scrollbar-track{background-color:transparent}.tele-fancy-scrollbar::-webkit-scrollbar-thumb{background-color:#444e601a;background-color:transparent;border-radius:4px;transition:background-color .4s}.tele-fancy-scrollbar:hover::-webkit-scrollbar-thumb{background-color:#444e601a}.tele-fancy-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#444e6033}.tele-fancy-scrollbar::-webkit-scrollbar-thumb:active{background-color:#444e6033}.tele-fancy-scrollbar::-webkit-scrollbar-thumb:vertical{min-height:50px}.tele-fancy-scrollbar::-webkit-scrollbar-thumb:horizontal{min-width:50px}.telebox-quarantine{all:initial;position:relative;width:100%;height:100%;display:flex;flex-direction:column}.telebox-body-wrap{color:#191919;color:var(--tele-boxColor, #191919);flex:1;width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative}.telebox-content{width:100%;height:100%;position:relative;background-color:#f9f9f9;background-color:var(--tele-boxContainerBackground, #f9f9f9)}.telebox-box-stage{position:absolute;z-index:1;overflow:hidden;background-color:#fff;background-color:var(--tele-boxStageBackground, #fff);box-shadow:0 0 16px #00000014;box-shadow:var(--tele-boxStageShadow, 0px 0px 16px rgba(0, 0, 0, .08))}.telebox-footer-wrap{flex-shrink:0;display:flex;flex-direction:column;color:#191919;color:var(--tele-boxFooterColor, #191919);background-color:#fff;background-color:var(--tele-boxFooterBackground, #fff)}.telebox-footer-wrap:before{content:"";display:block;flex:1}.telebox-color-scheme-dark .telebox-body-wrap{color:#e9e9e9;color:var(--tele-boxColor, #e9e9e9)}.telebox-color-scheme-dark .telebox-content{background-color:#25282e;background-color:var(--tele-boxContainerBackground, #25282e)}.telebox-color-scheme-dark .telebox-box-stage{background-color:#272a30;background-color:var(--tele-boxStageBackground, #272a30);box-shadow:0 0 16px #0000003d;box-shadow:var(--tele-boxStageShadow, 0px 0px 16px rgba(0, 0, 0, .24))}.telebox-color-scheme-dark .telebox-footer-wrap{color:#e9e9e9;color:var(--tele-boxFooterColor, #e9e9e9);background-color:#383b42;background-color:var(--tele-boxFooterBackground, #383b42)}.telebox-box{position:absolute;top:0;left:0;z-index:100;transition:width .4s cubic-bezier(.4,.9,.71,1.02),height .4s cubic-bezier(.55,.82,.63,.95),opacity .6s cubic-bezier(.7,0,.84,0),transform .4s ease}.telebox-box-main{border:1px solid #e3e3ec;border:var(--tele-boxBorder, 1px solid #e3e3ec);box-shadow:0 4px 10px #2f419226;box-shadow:var(--tele-boxShadow, 0px 4px 10px 0px rgba(47, 65, 146, .15));position:relative;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:6px}.telebox-titlebar-wrap{flex-shrink:0;position:relative;z-index:1}.telebox-main{position:relative;flex:1;width:100%;overflow:hidden}.telebox-quarantine-outer{width:100%;height:100%;overflow:hidden}.telebox-resize-handle{user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;position:absolute;z-index:2147483647;touch-action:none}.telebox-n{width:100%;height:5px;left:0;top:-5px;cursor:n-resize}.telebox-s{width:100%;height:5px;left:0;bottom:-5px;cursor:s-resize}.telebox-w{width:5px;height:100%;left:-5px;top:0;cursor:w-resize}.telebox-e{width:5px;height:100%;right:-5px;top:0;cursor:e-resize}.telebox-nw{width:15px;height:15px;top:-5px;left:-5px;cursor:nw-resize}.telebox-ne{width:15px;height:15px;top:-5px;right:-5px;cursor:ne-resize}.telebox-se{width:15px;height:15px;bottom:-5px;right:-5px;cursor:se-resize}.telebox-sw{width:15px;height:15px;bottom:-5px;left:-5px;cursor:sw-resize}.telebox-track-mask{user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;position:fixed;top:0;left:0;z-index:2147483647;width:100%;height:100%;background:rgba(0,0,0,.0001);cursor:move}.telebox-cursor-n{cursor:n-resize}.telebox-cursor-s{cursor:s-resize}.telebox-cursor-w{cursor:w-resize}.telebox-cursor-e{cursor:e-resize}.telebox-cursor-nw{cursor:nw-resize}.telebox-cursor-ne{cursor:ne-resize}.telebox-cursor-se{cursor:se-resize}.telebox-cursor-sw{cursor:sw-resize}.telebox-maximized .telebox-resize-handles,.telebox-no-resize .telebox-resize-handles{display:none}.telebox-maximized{box-shadow:none;transition:none}.telebox-minimized{transition:width .05s cubic-bezier(.4,.9,.71,1.02),height .05s cubic-bezier(.55,.82,.63,.95),opacity .6s cubic-bezier(.7,0,.84,0),transform .6s ease;opacity:0;pointer-events:none;user-select:none}.telebox-transforming{will-change:transform;transition:opacity .6s cubic-bezier(.7,0,.84,0)}.telebox-readonly .telebox-resize-handle{cursor:initial!important;pointer-events:none!important}.telebox-color-scheme-dark .telebox-box-main{border:1px solid #383b42;border:var(--tele-boxBorder, 1px solid #383b42);box-shadow:0 4px 10px #383b4226;box-shadow:var(--tele-boxShadow, 0px 4px 10px 0px rgba(56, 59, 66, .15))}.telebox-titlebar{-webkit-touch-callout:none;-webkit-user-select:none;box-sizing:border-box;height:26px;display:flex;align-items:center;user-select:none;touch-action:manipulation;color:#191919;color:var(--tele-titlebarColor, #191919);background-color:#fff;background-color:var(--tele-titlebarBackground, #fff);border-bottom:1px solid #eeeef7;border-bottom:var(--tele-titlebarBorderBottom, 1px solid #eeeef7)}.telebox-title-area{padding-left:16px;overflow:hidden;position:relative;height:100%;flex:1;display:flex;align-items:center}.telebox-title{user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;color:#191919;color:var(--tele-titlebarColor, #191919);overflow:hidden;margin:0;padding:0;font-size:14px;font-weight:400;font-family:PingFangSC-Regular,PingFang SC;white-space:nowrap;word-break:keep-all;text-overflow:ellipsis}.telebox-drag-area{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:10;touch-action:none}.telebox-titlebar-btns{padding-right:16px;white-space:nowrap;word-break:keep-all;margin-left:auto;font-size:0}.telebox-titlebar-btn{user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;width:22px;height:22px;padding:0;outline:none;border:none;background:transparent;cursor:pointer}.telebox-titlebar-btn~.telebox-titlebar-btn{margin-left:10px}.telebox-titlebar-btn-icon{width:22px;height:22px}.telebox-readonly .telebox-titlebar-btn{cursor:not-allowed}.telebox-titlebar-icon-minimize{background:center/cover no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjh2MjhIMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIgLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPHBhdGggZmlsbD0iI0E3QTdDQSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNOSAxM2gxMHYxLjZIOXoiIG1hc2s9InVybCgjYikiIC8+CiAgICA8L2c+Cjwvc3ZnPgo=);background-image:var(--tele-titlebarIconMinimize, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjh2MjhIMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIgLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPHBhdGggZmlsbD0iI0E3QTdDQSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNOSAxM2gxMHYxLjZIOXoiIG1hc2s9InVybCgjYikiIC8+CiAgICA8L2c+Cjwvc3ZnPgo=))}.telebox-titlebar-icon-maximize{background:center/cover no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjh2MjhIMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIgLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPGcgZmlsbD0iI0E3QTdDQSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI2IpIj4KICAgICAgICAgICAgPHBhdGgKICAgICAgICAgICAgICAgIGQ9Ik0yMC40ODEgMTcuMWgxLjJ2NC41ODFIMTcuMXYtMS4yaDMuMzgxVjE3LjF6bS0xNC4xOTA1LS4wMDloMS4ydjMuMzgxaDMuMzgwOXYxLjJoLTQuNTgxdi00LjU4MXpNMTcuMSA2LjE5MDVoNC41ODF2NC41ODA5aC0xLjJ2LTMuMzgxSDE3LjF2LTEuMnptLTEwLjcwMDguMTA4N2g0Ljc5ODV2MS4ySDcuNTk5MnYzLjU5ODVoLTEuMlY2LjI5OTJ6IiAvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);background-image:var(--tele-titlebarIconMaximize, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjh2MjhIMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIgLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPGcgZmlsbD0iI0E3QTdDQSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI2IpIj4KICAgICAgICAgICAgPHBhdGgKICAgICAgICAgICAgICAgIGQ9Ik0yMC40ODEgMTcuMWgxLjJ2NC41ODFIMTcuMXYtMS4yaDMuMzgxVjE3LjF6bS0xNC4xOTA1LS4wMDloMS4ydjMuMzgxaDMuMzgwOXYxLjJoLTQuNTgxdi00LjU4MXpNMTcuMSA2LjE5MDVoNC41ODF2NC41ODA5aC0xLjJ2LTMuMzgxSDE3LjF2LTEuMnptLTEwLjcwMDguMTA4N2g0Ljc5ODV2MS4ySDcuNTk5MnYzLjU5ODVoLTEuMlY2LjI5OTJ6IiAvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==))}.telebox-titlebar-icon-maximize.is-active{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjZ2MjZIMHoiIC8+CiAgICAgICAgPHBhdGggaWQ9ImMiIGQ9Ik0yNi44NjkgMEwyOCAxLjEzMVYyNi44N0wyNi44NjkgMjhIMS4xM0wwIDI2Ljg3VjEuMTMxTDEuMTMgMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPgogICAgICAgICAgICA8bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNhIiAvPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tNC42NDI5LTQuNjQyOWgzNS4yODU4djM1LjI4NThILTQuNjQyOXoiIG1hc2s9InVybCgjYikiIC8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8bWFzayBpZD0iZCIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNjIiAvPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTcuNTE2OCAxNEwxNC0xNy41MTY4IDQ1LjUxNjggMTQgMTQgNDUuNTE2OHoiIG1hc2s9InVybCgjZCkiIC8+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIHN0cm9rZT0iI0E3QTdDQSIgc3Ryb2tlLXdpZHRoPSIxLjIiCiAgICAgICAgICAgIGQ9Ik0xMC4wODg2IDIxLjQ4NjV2LTMuNjk2Nkg2LjM5Mk0yMS4zODU1IDEwLjE4OTVoLTMuNjk2NlY2LjQ5M00yMS40MDIgMTcuNzk4M2gtMy42OTY2djMuNjk2Nk0xMC4yNTAzIDYuMTQ5OHYzLjg5ODVINi4zNTE3IiAvPgogICAgPC9nPgo8L3N2Zz4K);background-image:var(--tele-titlebarIconMaximizeActive, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjZ2MjZIMHoiIC8+CiAgICAgICAgPHBhdGggaWQ9ImMiIGQ9Ik0yNi44NjkgMEwyOCAxLjEzMVYyNi44N0wyNi44NjkgMjhIMS4xM0wwIDI2Ljg3VjEuMTMxTDEuMTMgMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPgogICAgICAgICAgICA8bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNhIiAvPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tNC42NDI5LTQuNjQyOWgzNS4yODU4djM1LjI4NThILTQuNjQyOXoiIG1hc2s9InVybCgjYikiIC8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8bWFzayBpZD0iZCIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNjIiAvPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTcuNTE2OCAxNEwxNC0xNy41MTY4IDQ1LjUxNjggMTQgMTQgNDUuNTE2OHoiIG1hc2s9InVybCgjZCkiIC8+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIHN0cm9rZT0iI0E3QTdDQSIgc3Ryb2tlLXdpZHRoPSIxLjIiCiAgICAgICAgICAgIGQ9Ik0xMC4wODg2IDIxLjQ4NjV2LTMuNjk2Nkg2LjM5Mk0yMS4zODU1IDEwLjE4OTVoLTMuNjk2NlY2LjQ5M00yMS40MDIgMTcuNzk4M2gtMy42OTY2djMuNjk2Nk0xMC4yNTAzIDYuMTQ5OHYzLjg5ODVINi4zNTE3IiAvPgogICAgPC9nPgo8L3N2Zz4K))}.telebox-titlebar-icon-close{background:center/cover no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0E3QTdDQSIgc3Ryb2tlLXdpZHRoPSIxLjQiPgogICAgICAgIDxwYXRoIGQ9Ik04LjM1MyAyMC4zMzIxTDIwLjMzMiA4LjM1M00yMC4zMzIyIDIwLjMzMjFMOC4zNTMgOC4zNTMiIC8+CiAgICA8L2c+Cjwvc3ZnPgo=);background-image:var(--tele-titlebarIconClose, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0E3QTdDQSIgc3Ryb2tlLXdpZHRoPSIxLjQiPgogICAgICAgIDxwYXRoIGQ9Ik04LjM1MyAyMC4zMzIxTDIwLjMzMiA4LjM1M00yMC4zMzIyIDIwLjMzMjFMOC4zNTMgOC4zNTMiIC8+CiAgICA8L2c+Cjwvc3ZnPgo=))}.telebox-color-scheme-dark .telebox-title{color:#e9e9e9;color:var(--tele-titlebarColor, #e9e9e9)}.telebox-color-scheme-dark .telebox-titlebar{color:#e9e9e9;color:var(--tele-titlebarColor, #e9e9e9);background-color:#383b42;background-color:var(--tele-titlebarBackground, #383b42);border-bottom:none;border-bottom:var(--tele-titlebarBorderBottom, none)}.telebox-manager-container{position:relative;overflow:hidden;width:100%;height:100%;display:flex;justify-content:center;align-items:center;--tele-managerContainerBackground: #f9f9f9;--tele-managerStageBackground: #fff;--tele-managerStageShadow: 0px 0px 16px rgba(0, 0, 0, .08);--tele-boxContainerBackground: #f9f9f9;--tele-boxStageBackground: #fff;--tele-boxStageShadow: 0px 0px 16px rgba(0, 0, 0, .08);--tele-boxColor: #191919;--tele-boxBorder: 1px solid #e3e3ec;--tele-boxShadow: 0px 4px 10px 0px rgba(47, 65, 146, .15);--tele-boxFooterColor: #191919;--tele-boxFooterBackground: #fff;--tele-titlebarColor: #191919;--tele-titlebarBackground: #fff;--tele-titlebarBorderBottom: 1px solid #eeeef7;--tele-titlebarTabColor: #7b88a0;--tele-titlebarTabFocusColor: #357bf6;--tele-titlebarTabBackground: transparent;--tele-titlebarTabDividerColor: #e5e5f0;--tele-collectorBackground: #fff;--tele-collectorShadow: 0px 2px 6px 0px rgba(47, 65, 146, .15);background:#f9f9f9;background:var(--tele-managerContainerBackground, #f9f9f9)}.telebox-manager-container.telebox-is-maximized>.telebox-manager-stage,.telebox-manager-container.telebox-is-minimized>.telebox-manager-stage{overflow:visible}.telebox-manager-container.telebox-is-fullscreen .telebox-titlebar-icon-maximize,.telebox-manager-container.telebox-is-fullscreen .telebox-titlebar-icon-minimize,.telebox-manager-container.telebox-hide-fullscreen-titlebar .telebox-titlebar{display:none!important}.telebox-manager-stage{position:relative;overflow:hidden;background:#fff;background:var(--tele-managerStageBackground, #fff);box-shadow:0 0 16px #00000014;box-shadow:var(--tele-managerStageShadow, 0px 0px 16px rgba(0, 0, 0, .08))}.telebox-color-scheme-dark.telebox-manager-container{--tele-managerContainerBackground: #25282e;--tele-managerStageBackground: #272a30;--tele-managerStageShadow: 0px 0px 16px rgba(0, 0, 0, .24);--tele-boxContainerBackground: #25282e;--tele-boxStageBackground: #272a30;--tele-boxStageShadow: 0px 0px 16px rgba(0, 0, 0, .24);--tele-boxColor: #e9e9e9;--tele-boxBorder: 1px solid #383b42;--tele-boxShadow: 0px 4px 10px 0px rgba(56, 59, 66, .15);--tele-boxFooterColor: #e9e9e9;--tele-boxFooterBackground: #383b42;--tele-titlebarColor: #e9e9e9;--tele-titlebarBackground: #383b42;--tele-titlebarBorderBottom: none;--tele-titlebarTabColor: #e9e9e9;--tele-titlebarTabFocusColor: #357bf6;--tele-titlebarTabBackground: transparent;--tele-titlebarTabDividerColor: #7b88a0;--tele-collectorBackground: #383b42;--tele-collectorShadow: 0px 2px 6px 0px rgba(47, 65, 146, .15);background:#25282e;background:var(--tele-managerContainerBackground, #25282e)}.telebox-color-scheme-dark.telebox-manager-container>.telebox-manager-stage{background:#272a30;background:var(--tele-managerStageBackground, #272a30);box-shadow:0 0 16px #0000003d;box-shadow:var(--tele-managerStageShadow, 0px 0px 16px rgba(0, 0, 0, .24))}.telebox-collector{-webkit-touch-callout:none;-webkit-user-select:none;visibility:hidden;display:block;position:absolute;z-index:5120;width:40px;height:40px;margin:0;padding:0;border:none;outline:none;font-size:0;border-radius:50%;cursor:pointer;user-select:none;pointer-events:none;background-repeat:no-repeat;background-size:18px 16px;background-position:center;-webkit-tap-highlight-color:transparent;background-color:#fff;background-color:var(--tele-collectorBackground, #fff);box-shadow:0 2px 6px #2f419226;box-shadow:var(--tele-collectorShadow, 0px 2px 6px 0px rgba(47, 65, 146, .15))}.telebox-collector-visible{visibility:visible;pointer-events:initial}.telebox-collector-readonly{cursor:not-allowed}.telebox-color-scheme-dark.telebox-collector{background-color:#383b42;background-color:var(--tele-collectorBackground, #383b42);box-shadow:0 2px 6px #2f419226;box-shadow:var(--tele-collectorShadow, 0px 2px 6px 0px rgba(47, 65, 146, .15))}.telebox-max-titlebar{user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;display:none;position:absolute;top:0;left:0;width:100%;z-index:5100;border-top-left-radius:6px;border-top-right-radius:6px}.telebox-max-titlebar .telebox-title,.telebox-max-titlebar.telebox-max-titlebar-single-title .telebox-titles{display:none}.telebox-max-titlebar.telebox-max-titlebar-single-title .telebox-title{display:block}.telebox-max-titlebar-active{display:flex}.telebox-titles{height:100%;margin:0;overflow-y:hidden;overflow-x:scroll;overflow-x:overlay;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:auto}.telebox-titles::-webkit-scrollbar{height:4px;width:4px}.telebox-titles::-webkit-scrollbar-track{background-color:transparent}.telebox-titles::-webkit-scrollbar-thumb{background-color:#eeeef7cc;background-color:transparent;border-radius:2px;transition:background-color .4s}.telebox-titles:hover::-webkit-scrollbar-thumb{background-color:#eeeef7cc}.telebox-titles::-webkit-scrollbar-thumb:hover{background-color:#eeeef7}.telebox-titles::-webkit-scrollbar-thumb:active{background-color:#eeeef7}.telebox-titles::-webkit-scrollbar-thumb:vertical{min-height:50px}.telebox-titles::-webkit-scrollbar-thumb:horizontal{min-width:50px}.telebox-titles-content{height:100%;display:flex;flex-wrap:nowrap;align-items:center;padding:0}.telebox-titles-tab{height:100%;overflow:hidden;max-width:182px;min-width:150px;padding:0 26px 0 16px;outline:none;font-size:13px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;border:none;border-right-width:1px;border-right-style:solid;cursor:pointer;user-select:none;color:#7b88a0;color:var(--tele-titlebarTabColor, #7b88a0);background-color:transparent;background-color:var(--tele-titlebarTabBackground, transparent);border-right-color:#e5e5f0;border-right-color:var(--tele-titlebarTabDividerColor, #e5e5f0)}.telebox-titles-tab-focus{color:#357bf6;color:var(--tele-titlebarTabFocusColor, #357bf6)}.telebox-readonly .telebox-titles-tab{cursor:not-allowed}.telebox-color-scheme-dark{color-scheme:dark}.telebox-color-scheme-dark .telebox-titles-tab{color:#e9e9e9;color:var(--tele-titlebarTabColor, #e9e9e9);background-color:transparent;background-color:var(--tele-titlebarTabBackground, transparent);border-right-color:#7b88a0;border-right-color:var(--tele-titlebarTabDividerColor, #7b88a0)}.telebox-color-scheme-dark .telebox-titles-tab-focus{color:#357bf6;color:var(--tele-titlebarTabFocusColor, #357bf6)}
|
1
|
+
.netless-window-manager-playground {
|
2
|
+
width: 100%;
|
3
|
+
height: 100%;
|
4
|
+
position: relative;
|
5
|
+
z-index: 1;
|
6
|
+
overflow: hidden;
|
7
|
+
user-select: none;
|
8
|
+
}
|
9
|
+
|
10
|
+
|
11
|
+
.netless-window-manager-main-view {
|
12
|
+
position: absolute;
|
13
|
+
width: 100%;
|
14
|
+
height: 100%;
|
15
|
+
}
|
16
|
+
|
17
|
+
|
18
|
+
.netless-window-manager-cursor-pencil-image {
|
19
|
+
width: 26px;
|
20
|
+
height: 26px;
|
21
|
+
}
|
22
|
+
|
23
|
+
.netless-window-manager-cursor-eraser-image {
|
24
|
+
width: 26px;
|
25
|
+
height: 26px;
|
26
|
+
}
|
27
|
+
|
28
|
+
.netless-window-manager-cursor-selector-image {
|
29
|
+
width: 24px;
|
30
|
+
height: 24px;
|
31
|
+
}
|
32
|
+
|
33
|
+
.netless-window-manager-cursor-selector-avatar {
|
34
|
+
border-radius: 50%;
|
35
|
+
border-style: solid;
|
36
|
+
border-width: 2px;
|
37
|
+
border-color: white;
|
38
|
+
margin-bottom: 2px;
|
39
|
+
}
|
40
|
+
|
41
|
+
.netless-window-manager-cursor-selector-avatar img {
|
42
|
+
width: 12px;
|
43
|
+
}
|
44
|
+
|
45
|
+
.netless-window-manager-cursor-inner {
|
46
|
+
border-radius: 4px;
|
47
|
+
display: flex;
|
48
|
+
align-items: center;
|
49
|
+
justify-content: center;
|
50
|
+
flex-direction: row;
|
51
|
+
padding-left: 4px;
|
52
|
+
padding-right: 4px;
|
53
|
+
font-size: 12px;
|
54
|
+
}
|
55
|
+
|
56
|
+
.netless-window-manager-cursor-inner-mellow {
|
57
|
+
height: 32px;
|
58
|
+
border-radius: 16px;
|
59
|
+
display: flex;
|
60
|
+
align-items: center;
|
61
|
+
justify-content: center;
|
62
|
+
flex-direction: row;
|
63
|
+
padding-left: 16px;
|
64
|
+
padding-right: 16px;
|
65
|
+
}
|
66
|
+
|
67
|
+
.netless-window-manager-cursor-tag-name {
|
68
|
+
font-size: 12px;
|
69
|
+
margin-left: 4px;
|
70
|
+
padding: 2px 8px;
|
71
|
+
border-radius: 4px;
|
72
|
+
}
|
73
|
+
|
74
|
+
.netless-window-manager-cursor-mid {
|
75
|
+
display: flex;
|
76
|
+
flex-direction: column;
|
77
|
+
align-items: center;
|
78
|
+
justify-content: center;
|
79
|
+
position: absolute;
|
80
|
+
width: 26px;
|
81
|
+
height: 26px;
|
82
|
+
z-index: 2147483647;
|
83
|
+
left: 0;
|
84
|
+
top: 0;
|
85
|
+
will-change: transform;
|
86
|
+
transition: transform 0.12s;
|
87
|
+
transform-origin: 0 0;
|
88
|
+
user-select: none;
|
89
|
+
}
|
90
|
+
|
91
|
+
.netless-window-manager-cursor-pencil-offset {
|
92
|
+
margin-left: -20px;
|
93
|
+
}
|
94
|
+
|
95
|
+
.netless-window-manager-cursor-selector-offset {
|
96
|
+
margin-left: -22px;
|
97
|
+
margin-top: 56px;
|
98
|
+
}
|
99
|
+
|
100
|
+
.netless-window-manager-cursor-text-offset {
|
101
|
+
margin-left: -30px;
|
102
|
+
margin-top: 18px;
|
103
|
+
}
|
104
|
+
|
105
|
+
.netless-window-manager-cursor-shape-offset {
|
106
|
+
display: flex;
|
107
|
+
flex-direction: column;
|
108
|
+
align-items: center;
|
109
|
+
justify-content: center;
|
110
|
+
position: absolute;
|
111
|
+
width: 180px;
|
112
|
+
height: 64px;
|
113
|
+
margin-left: -30px;
|
114
|
+
margin-top: 12px;
|
115
|
+
}
|
116
|
+
|
117
|
+
.netless-window-manager-cursor-laserPointer-image {
|
118
|
+
margin-left: -22px;
|
119
|
+
margin-top: 3px;
|
120
|
+
}
|
121
|
+
|
122
|
+
.netless-window-manager-cursor-name {
|
123
|
+
width: 100%;
|
124
|
+
height: 48px;
|
125
|
+
display: flex;
|
126
|
+
align-items: center;
|
127
|
+
justify-content: center;
|
128
|
+
position: absolute;
|
129
|
+
top: -40px;
|
130
|
+
}
|
131
|
+
|
132
|
+
.cursor-image-wrapper {
|
133
|
+
display: flex;
|
134
|
+
justify-content: center;
|
135
|
+
}
|
136
|
+
|
137
|
+
.telebox-collector {
|
138
|
+
position: absolute;
|
139
|
+
right: 10px;
|
140
|
+
bottom: 15px;
|
141
|
+
}
|
142
|
+
|
143
|
+
.window-manager-view-wrapper {
|
144
|
+
position: absolute;
|
145
|
+
z-index: 10;
|
146
|
+
}.tele-fancy-scrollbar {
|
147
|
+
overscroll-behavior: contain;
|
148
|
+
overflow: auto;
|
149
|
+
overflow-y: scroll;
|
150
|
+
overflow-y: overlay;
|
151
|
+
-webkit-overflow-scrolling: touch;
|
152
|
+
-ms-overflow-style: -ms-autohiding-scrollbar;
|
153
|
+
scrollbar-width: auto;
|
154
|
+
}
|
155
|
+
.tele-fancy-scrollbar::-webkit-scrollbar {
|
156
|
+
height: 8px;
|
157
|
+
width: 8px;
|
158
|
+
}
|
159
|
+
.tele-fancy-scrollbar::-webkit-scrollbar-track {
|
160
|
+
background-color: transparent;
|
161
|
+
}
|
162
|
+
.tele-fancy-scrollbar::-webkit-scrollbar-thumb {
|
163
|
+
background-color: rgba(68, 78, 96, 0.1);
|
164
|
+
background-color: transparent;
|
165
|
+
border-radius: 4px;
|
166
|
+
transition: background-color 0.4s;
|
167
|
+
}
|
168
|
+
.tele-fancy-scrollbar:hover::-webkit-scrollbar-thumb {
|
169
|
+
background-color: rgba(68, 78, 96, 0.1);
|
170
|
+
}
|
171
|
+
.tele-fancy-scrollbar::-webkit-scrollbar-thumb:hover {
|
172
|
+
background-color: rgba(68, 78, 96, 0.2);
|
173
|
+
}
|
174
|
+
.tele-fancy-scrollbar::-webkit-scrollbar-thumb:active {
|
175
|
+
background-color: rgba(68, 78, 96, 0.2);
|
176
|
+
}
|
177
|
+
.tele-fancy-scrollbar::-webkit-scrollbar-thumb:vertical {
|
178
|
+
min-height: 50px;
|
179
|
+
}
|
180
|
+
.tele-fancy-scrollbar::-webkit-scrollbar-thumb:horizontal {
|
181
|
+
min-width: 50px;
|
182
|
+
}
|
183
|
+
.telebox-quarantine {
|
184
|
+
all: initial;
|
185
|
+
position: relative;
|
186
|
+
width: 100%;
|
187
|
+
height: 100%;
|
188
|
+
display: flex;
|
189
|
+
flex-direction: column;
|
190
|
+
}
|
191
|
+
.telebox-body-wrap {
|
192
|
+
color: #191919;
|
193
|
+
color: var(--tele-boxColor, #191919);
|
194
|
+
flex: 1;
|
195
|
+
width: 100%;
|
196
|
+
overflow: hidden;
|
197
|
+
display: flex;
|
198
|
+
justify-content: center;
|
199
|
+
align-items: center;
|
200
|
+
position: relative;
|
201
|
+
}
|
202
|
+
.telebox-content {
|
203
|
+
width: 100%;
|
204
|
+
height: 100%;
|
205
|
+
position: relative;
|
206
|
+
background-color: #f9f9f9;
|
207
|
+
background-color: var(--tele-boxContainerBackground, #f9f9f9);
|
208
|
+
}
|
209
|
+
.telebox-box-stage {
|
210
|
+
position: absolute;
|
211
|
+
z-index: 1;
|
212
|
+
overflow: hidden;
|
213
|
+
background-color: #fff;
|
214
|
+
background-color: var(--tele-boxStageBackground, #fff);
|
215
|
+
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
|
216
|
+
box-shadow: var(--tele-boxStageShadow, 0px 0px 16px rgba(0, 0, 0, 0.08));
|
217
|
+
}
|
218
|
+
.telebox-footer-wrap {
|
219
|
+
flex-shrink: 0;
|
220
|
+
display: flex;
|
221
|
+
flex-direction: column;
|
222
|
+
color: #191919;
|
223
|
+
color: var(--tele-boxFooterColor, #191919);
|
224
|
+
background-color: #fff;
|
225
|
+
background-color: var(--tele-boxFooterBackground, #fff);
|
226
|
+
}
|
227
|
+
.telebox-footer-wrap::before {
|
228
|
+
content: "";
|
229
|
+
display: block;
|
230
|
+
flex: 1;
|
231
|
+
}
|
232
|
+
.telebox-color-scheme-dark {
|
233
|
+
color-scheme: dark;
|
234
|
+
}
|
235
|
+
.telebox-color-scheme-dark .telebox-body-wrap {
|
236
|
+
color: #e9e9e9;
|
237
|
+
color: var(--tele-boxColor, #e9e9e9);
|
238
|
+
}
|
239
|
+
.telebox-color-scheme-dark .telebox-content {
|
240
|
+
background-color: #25282e;
|
241
|
+
background-color: var(--tele-boxContainerBackground, #25282e);
|
242
|
+
}
|
243
|
+
.telebox-color-scheme-dark .telebox-box-stage {
|
244
|
+
background-color: #272a30;
|
245
|
+
background-color: var(--tele-boxStageBackground, #272a30);
|
246
|
+
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.24);
|
247
|
+
box-shadow: var(--tele-boxStageShadow, 0px 0px 16px rgba(0, 0, 0, 0.24));
|
248
|
+
}
|
249
|
+
.telebox-color-scheme-dark .telebox-footer-wrap {
|
250
|
+
color: #e9e9e9;
|
251
|
+
color: var(--tele-boxFooterColor, #e9e9e9);
|
252
|
+
background-color: #383b42;
|
253
|
+
background-color: var(--tele-boxFooterBackground, #383b42);
|
254
|
+
}
|
255
|
+
.telebox-box {
|
256
|
+
position: absolute;
|
257
|
+
top: 0;
|
258
|
+
left: 0;
|
259
|
+
z-index: 100;
|
260
|
+
transition: width 0.4s cubic-bezier(0.4, 0.9, 0.71, 1.02), height 0.4s cubic-bezier(0.55, 0.82, 0.63, 0.95), opacity 0.6s cubic-bezier(0.7, 0, 0.84, 0), transform 0.4s ease;
|
261
|
+
}
|
262
|
+
.telebox-box-main {
|
263
|
+
border: 1px solid #e3e3ec;
|
264
|
+
border: var(--tele-boxBorder, 1px solid #e3e3ec);
|
265
|
+
box-shadow: 0px 4px 10px 0px rgba(47, 65, 146, 0.15);
|
266
|
+
box-shadow: var(--tele-boxShadow, 0px 4px 10px 0px rgba(47, 65, 146, 0.15));
|
267
|
+
position: relative;
|
268
|
+
width: 100%;
|
269
|
+
height: 100%;
|
270
|
+
display: flex;
|
271
|
+
flex-direction: column;
|
272
|
+
overflow: hidden;
|
273
|
+
border-radius: 6px;
|
274
|
+
}
|
275
|
+
.telebox-titlebar-wrap {
|
276
|
+
flex-shrink: 0;
|
277
|
+
position: relative;
|
278
|
+
z-index: 1;
|
279
|
+
}
|
280
|
+
.telebox-main {
|
281
|
+
position: relative;
|
282
|
+
flex: 1;
|
283
|
+
width: 100%;
|
284
|
+
overflow: hidden;
|
285
|
+
}
|
286
|
+
.telebox-quarantine-outer {
|
287
|
+
width: 100%;
|
288
|
+
height: 100%;
|
289
|
+
overflow: hidden;
|
290
|
+
}
|
291
|
+
.telebox-resize-handle {
|
292
|
+
user-select: none;
|
293
|
+
-webkit-touch-callout: none;
|
294
|
+
-webkit-user-select: none;
|
295
|
+
position: absolute;
|
296
|
+
z-index: 2147483647;
|
297
|
+
touch-action: none;
|
298
|
+
}
|
299
|
+
.telebox-n {
|
300
|
+
width: 100%;
|
301
|
+
height: 5px;
|
302
|
+
left: 0;
|
303
|
+
top: -5px;
|
304
|
+
cursor: n-resize;
|
305
|
+
}
|
306
|
+
.telebox-s {
|
307
|
+
width: 100%;
|
308
|
+
height: 5px;
|
309
|
+
left: 0;
|
310
|
+
bottom: -5px;
|
311
|
+
cursor: s-resize;
|
312
|
+
}
|
313
|
+
.telebox-w {
|
314
|
+
width: 5px;
|
315
|
+
height: 100%;
|
316
|
+
left: -5px;
|
317
|
+
top: 0;
|
318
|
+
cursor: w-resize;
|
319
|
+
}
|
320
|
+
.telebox-e {
|
321
|
+
width: 5px;
|
322
|
+
height: 100%;
|
323
|
+
right: -5px;
|
324
|
+
top: 0;
|
325
|
+
cursor: e-resize;
|
326
|
+
}
|
327
|
+
.telebox-nw {
|
328
|
+
width: 15px;
|
329
|
+
height: 15px;
|
330
|
+
top: -5px;
|
331
|
+
left: -5px;
|
332
|
+
cursor: nw-resize;
|
333
|
+
}
|
334
|
+
.telebox-ne {
|
335
|
+
width: 15px;
|
336
|
+
height: 15px;
|
337
|
+
top: -5px;
|
338
|
+
right: -5px;
|
339
|
+
cursor: ne-resize;
|
340
|
+
}
|
341
|
+
.telebox-se {
|
342
|
+
width: 15px;
|
343
|
+
height: 15px;
|
344
|
+
bottom: -5px;
|
345
|
+
right: -5px;
|
346
|
+
cursor: se-resize;
|
347
|
+
}
|
348
|
+
.telebox-sw {
|
349
|
+
width: 15px;
|
350
|
+
height: 15px;
|
351
|
+
bottom: -5px;
|
352
|
+
left: -5px;
|
353
|
+
cursor: sw-resize;
|
354
|
+
}
|
355
|
+
.telebox-track-mask {
|
356
|
+
user-select: none;
|
357
|
+
-webkit-touch-callout: none;
|
358
|
+
-webkit-user-select: none;
|
359
|
+
position: fixed;
|
360
|
+
top: 0;
|
361
|
+
left: 0;
|
362
|
+
z-index: 2147483647;
|
363
|
+
width: 100%;
|
364
|
+
height: 100%;
|
365
|
+
background: rgba(0, 0, 0, 0.0001);
|
366
|
+
cursor: move;
|
367
|
+
}
|
368
|
+
.telebox-cursor-n {
|
369
|
+
cursor: n-resize;
|
370
|
+
}
|
371
|
+
.telebox-cursor-s {
|
372
|
+
cursor: s-resize;
|
373
|
+
}
|
374
|
+
.telebox-cursor-w {
|
375
|
+
cursor: w-resize;
|
376
|
+
}
|
377
|
+
.telebox-cursor-e {
|
378
|
+
cursor: e-resize;
|
379
|
+
}
|
380
|
+
.telebox-cursor-nw {
|
381
|
+
cursor: nw-resize;
|
382
|
+
}
|
383
|
+
.telebox-cursor-ne {
|
384
|
+
cursor: ne-resize;
|
385
|
+
}
|
386
|
+
.telebox-cursor-se {
|
387
|
+
cursor: se-resize;
|
388
|
+
}
|
389
|
+
.telebox-cursor-sw {
|
390
|
+
cursor: sw-resize;
|
391
|
+
}
|
392
|
+
.telebox-maximized .telebox-resize-handles,
|
393
|
+
.telebox-no-resize .telebox-resize-handles {
|
394
|
+
display: none;
|
395
|
+
}
|
396
|
+
.telebox-maximized {
|
397
|
+
box-shadow: none;
|
398
|
+
transition: none;
|
399
|
+
}
|
400
|
+
.telebox-minimized {
|
401
|
+
transition: width 0.05s cubic-bezier(0.4, 0.9, 0.71, 1.02), height 0.05s cubic-bezier(0.55, 0.82, 0.63, 0.95), opacity 0.6s cubic-bezier(0.7, 0, 0.84, 0), transform 0.6s ease;
|
402
|
+
opacity: 0;
|
403
|
+
pointer-events: none;
|
404
|
+
user-select: none;
|
405
|
+
}
|
406
|
+
.telebox-transforming {
|
407
|
+
will-change: transform;
|
408
|
+
transition: opacity 0.6s cubic-bezier(0.7, 0, 0.84, 0);
|
409
|
+
}
|
410
|
+
.telebox-readonly .telebox-resize-handle {
|
411
|
+
cursor: initial !important;
|
412
|
+
pointer-events: none !important;
|
413
|
+
}
|
414
|
+
.telebox-color-scheme-dark {
|
415
|
+
color-scheme: dark;
|
416
|
+
}
|
417
|
+
.telebox-color-scheme-dark .telebox-box-main {
|
418
|
+
border: 1px solid #383b42;
|
419
|
+
border: var(--tele-boxBorder, 1px solid #383b42);
|
420
|
+
box-shadow: 0px 4px 10px 0px rgba(56, 59, 66, 0.15);
|
421
|
+
box-shadow: var(--tele-boxShadow, 0px 4px 10px 0px rgba(56, 59, 66, 0.15));
|
422
|
+
}.telebox-titlebar {
|
423
|
+
user-select: none;
|
424
|
+
-webkit-touch-callout: none;
|
425
|
+
-webkit-user-select: none;
|
426
|
+
box-sizing: border-box;
|
427
|
+
height: 26px;
|
428
|
+
display: flex;
|
429
|
+
align-items: center;
|
430
|
+
user-select: none;
|
431
|
+
touch-action: manipulation;
|
432
|
+
color: #191919;
|
433
|
+
color: var(--tele-titlebarColor, #191919);
|
434
|
+
background-color: #fff;
|
435
|
+
background-color: var(--tele-titlebarBackground, #fff);
|
436
|
+
border-bottom: 1px solid #eeeef7;
|
437
|
+
border-bottom: var(--tele-titlebarBorderBottom, 1px solid #eeeef7);
|
438
|
+
}
|
439
|
+
|
440
|
+
.telebox-title-area {
|
441
|
+
padding-left: 16px;
|
442
|
+
overflow: hidden;
|
443
|
+
position: relative;
|
444
|
+
height: 100%;
|
445
|
+
flex: 1;
|
446
|
+
display: flex;
|
447
|
+
align-items: center;
|
448
|
+
}
|
449
|
+
|
450
|
+
.telebox-title {
|
451
|
+
user-select: none;
|
452
|
+
-webkit-touch-callout: none;
|
453
|
+
-webkit-user-select: none;
|
454
|
+
color: #191919;
|
455
|
+
color: var(--tele-titlebarColor, #191919);
|
456
|
+
overflow: hidden;
|
457
|
+
margin: 0;
|
458
|
+
padding: 0;
|
459
|
+
font-size: 14px;
|
460
|
+
font-weight: 400;
|
461
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
462
|
+
white-space: nowrap;
|
463
|
+
word-break: keep-all;
|
464
|
+
text-overflow: ellipsis;
|
465
|
+
}
|
466
|
+
|
467
|
+
.telebox-drag-area {
|
468
|
+
position: absolute;
|
469
|
+
top: 0;
|
470
|
+
left: 0;
|
471
|
+
right: 0;
|
472
|
+
bottom: 0;
|
473
|
+
margin: auto;
|
474
|
+
z-index: 10;
|
475
|
+
touch-action: none;
|
476
|
+
}
|
477
|
+
|
478
|
+
.telebox-titlebar-btns {
|
479
|
+
padding-right: 16px;
|
480
|
+
white-space: nowrap;
|
481
|
+
word-break: keep-all;
|
482
|
+
margin-left: auto;
|
483
|
+
font-size: 0;
|
484
|
+
}
|
485
|
+
|
486
|
+
.telebox-titlebar-btn {
|
487
|
+
user-select: none;
|
488
|
+
-webkit-touch-callout: none;
|
489
|
+
-webkit-user-select: none;
|
490
|
+
width: 22px;
|
491
|
+
height: 22px;
|
492
|
+
padding: 0;
|
493
|
+
outline: none;
|
494
|
+
border: none;
|
495
|
+
background: transparent;
|
496
|
+
cursor: pointer;
|
497
|
+
}
|
498
|
+
|
499
|
+
.telebox-titlebar-btn ~ .telebox-titlebar-btn {
|
500
|
+
margin-left: 10px;
|
501
|
+
}
|
502
|
+
|
503
|
+
.telebox-titlebar-btn-icon {
|
504
|
+
width: 22px;
|
505
|
+
height: 22px;
|
506
|
+
}
|
507
|
+
|
508
|
+
.telebox-readonly .telebox-titlebar-btn {
|
509
|
+
cursor: not-allowed;
|
510
|
+
}
|
511
|
+
|
512
|
+
.telebox-titlebar-icon-minimize {
|
513
|
+
background: center/cover no-repeat;
|
514
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjh2MjhIMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIgLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPHBhdGggZmlsbD0iI0E3QTdDQSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNOSAxM2gxMHYxLjZIOXoiIG1hc2s9InVybCgjYikiIC8+CiAgICA8L2c+Cjwvc3ZnPgo=");
|
515
|
+
background-image: var(--tele-titlebarIconMinimize, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjh2MjhIMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIgLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPHBhdGggZmlsbD0iI0E3QTdDQSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNOSAxM2gxMHYxLjZIOXoiIG1hc2s9InVybCgjYikiIC8+CiAgICA8L2c+Cjwvc3ZnPgo="));
|
516
|
+
}
|
517
|
+
|
518
|
+
.telebox-titlebar-icon-maximize {
|
519
|
+
background: center/cover no-repeat;
|
520
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjh2MjhIMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIgLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPGcgZmlsbD0iI0E3QTdDQSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI2IpIj4KICAgICAgICAgICAgPHBhdGgKICAgICAgICAgICAgICAgIGQ9Ik0yMC40ODEgMTcuMWgxLjJ2NC41ODFIMTcuMXYtMS4yaDMuMzgxVjE3LjF6bS0xNC4xOTA1LS4wMDloMS4ydjMuMzgxaDMuMzgwOXYxLjJoLTQuNTgxdi00LjU4MXpNMTcuMSA2LjE5MDVoNC41ODF2NC41ODA5aC0xLjJ2LTMuMzgxSDE3LjF2LTEuMnptLTEwLjcwMDguMTA4N2g0Ljc5ODV2MS4ySDcuNTk5MnYzLjU5ODVoLTEuMlY2LjI5OTJ6IiAvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==");
|
521
|
+
background-image: var(--tele-titlebarIconMaximize, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjh2MjhIMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIgLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPGcgZmlsbD0iI0E3QTdDQSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI2IpIj4KICAgICAgICAgICAgPHBhdGgKICAgICAgICAgICAgICAgIGQ9Ik0yMC40ODEgMTcuMWgxLjJ2NC41ODFIMTcuMXYtMS4yaDMuMzgxVjE3LjF6bS0xNC4xOTA1LS4wMDloMS4ydjMuMzgxaDMuMzgwOXYxLjJoLTQuNTgxdi00LjU4MXpNMTcuMSA2LjE5MDVoNC41ODF2NC41ODA5aC0xLjJ2LTMuMzgxSDE3LjF2LTEuMnptLTEwLjcwMDguMTA4N2g0Ljc5ODV2MS4ySDcuNTk5MnYzLjU5ODVoLTEuMlY2LjI5OTJ6IiAvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg=="));
|
522
|
+
}
|
523
|
+
|
524
|
+
.telebox-titlebar-icon-maximize.is-active {
|
525
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjZ2MjZIMHoiIC8+CiAgICAgICAgPHBhdGggaWQ9ImMiIGQ9Ik0yNi44NjkgMEwyOCAxLjEzMVYyNi44N0wyNi44NjkgMjhIMS4xM0wwIDI2Ljg3VjEuMTMxTDEuMTMgMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPgogICAgICAgICAgICA8bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNhIiAvPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tNC42NDI5LTQuNjQyOWgzNS4yODU4djM1LjI4NThILTQuNjQyOXoiIG1hc2s9InVybCgjYikiIC8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8bWFzayBpZD0iZCIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNjIiAvPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTcuNTE2OCAxNEwxNC0xNy41MTY4IDQ1LjUxNjggMTQgMTQgNDUuNTE2OHoiIG1hc2s9InVybCgjZCkiIC8+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIHN0cm9rZT0iI0E3QTdDQSIgc3Ryb2tlLXdpZHRoPSIxLjIiCiAgICAgICAgICAgIGQ9Ik0xMC4wODg2IDIxLjQ4NjV2LTMuNjk2Nkg2LjM5Mk0yMS4zODU1IDEwLjE4OTVoLTMuNjk2NlY2LjQ5M00yMS40MDIgMTcuNzk4M2gtMy42OTY2djMuNjk2Nk0xMC4yNTAzIDYuMTQ5OHYzLjg5ODVINi4zNTE3IiAvPgogICAgPC9nPgo8L3N2Zz4K");
|
526
|
+
background-image: var(--tele-titlebarIconMaximizeActive, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjggMjgiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjZ2MjZIMHoiIC8+CiAgICAgICAgPHBhdGggaWQ9ImMiIGQ9Ik0yNi44NjkgMEwyOCAxLjEzMVYyNi44N0wyNi44NjkgMjhIMS4xM0wwIDI2Ljg3VjEuMTMxTDEuMTMgMHoiIC8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPgogICAgICAgICAgICA8bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNhIiAvPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tNC42NDI5LTQuNjQyOWgzNS4yODU4djM1LjI4NThILTQuNjQyOXoiIG1hc2s9InVybCgjYikiIC8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8bWFzayBpZD0iZCIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNjIiAvPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTcuNTE2OCAxNEwxNC0xNy41MTY4IDQ1LjUxNjggMTQgMTQgNDUuNTE2OHoiIG1hc2s9InVybCgjZCkiIC8+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIHN0cm9rZT0iI0E3QTdDQSIgc3Ryb2tlLXdpZHRoPSIxLjIiCiAgICAgICAgICAgIGQ9Ik0xMC4wODg2IDIxLjQ4NjV2LTMuNjk2Nkg2LjM5Mk0yMS4zODU1IDEwLjE4OTVoLTMuNjk2NlY2LjQ5M00yMS40MDIgMTcuNzk4M2gtMy42OTY2djMuNjk2Nk0xMC4yNTAzIDYuMTQ5OHYzLjg5ODVINi4zNTE3IiAvPgogICAgPC9nPgo8L3N2Zz4K"));
|
527
|
+
}
|
528
|
+
|
529
|
+
.telebox-titlebar-icon-close {
|
530
|
+
background: center/cover no-repeat;
|
531
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0E3QTdDQSIgc3Ryb2tlLXdpZHRoPSIxLjQiPgogICAgICAgIDxwYXRoIGQ9Ik04LjM1MyAyMC4zMzIxTDIwLjMzMiA4LjM1M00yMC4zMzIyIDIwLjMzMjFMOC4zNTMgOC4zNTMiIC8+CiAgICA8L2c+Cjwvc3ZnPgo=");
|
532
|
+
background-image: var(--tele-titlebarIconClose, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0E3QTdDQSIgc3Ryb2tlLXdpZHRoPSIxLjQiPgogICAgICAgIDxwYXRoIGQ9Ik04LjM1MyAyMC4zMzIxTDIwLjMzMiA4LjM1M00yMC4zMzIyIDIwLjMzMjFMOC4zNTMgOC4zNTMiIC8+CiAgICA8L2c+Cjwvc3ZnPgo="));
|
533
|
+
}
|
534
|
+
|
535
|
+
.telebox-color-scheme-dark {
|
536
|
+
color-scheme: dark;
|
537
|
+
}
|
538
|
+
|
539
|
+
.telebox-color-scheme-dark .telebox-title {
|
540
|
+
color: #e9e9e9;
|
541
|
+
color: var(--tele-titlebarColor, #e9e9e9);
|
542
|
+
}
|
543
|
+
|
544
|
+
.telebox-color-scheme-dark .telebox-titlebar {
|
545
|
+
color: #e9e9e9;
|
546
|
+
color: var(--tele-titlebarColor, #e9e9e9);
|
547
|
+
background-color: #383b42;
|
548
|
+
background-color: var(--tele-titlebarBackground, #383b42);
|
549
|
+
border-bottom: none;
|
550
|
+
border-bottom: var(--tele-titlebarBorderBottom, none);
|
551
|
+
}.telebox-manager-container {
|
552
|
+
position: relative;
|
553
|
+
overflow: hidden;
|
554
|
+
width: 100%;
|
555
|
+
height: 100%;
|
556
|
+
display: flex;
|
557
|
+
justify-content: center;
|
558
|
+
align-items: center;
|
559
|
+
--tele-managerContainerBackground: #f9f9f9;
|
560
|
+
--tele-managerStageBackground: #fff;
|
561
|
+
--tele-managerStageShadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
|
562
|
+
--tele-boxContainerBackground: #f9f9f9;
|
563
|
+
--tele-boxStageBackground: #fff;
|
564
|
+
--tele-boxStageShadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
|
565
|
+
--tele-boxColor: #191919;
|
566
|
+
--tele-boxBorder: 1px solid #e3e3ec;
|
567
|
+
--tele-boxShadow: 0px 4px 10px 0px rgba(47, 65, 146, 0.15);
|
568
|
+
--tele-boxFooterColor: #191919;
|
569
|
+
--tele-boxFooterBackground: #fff;
|
570
|
+
--tele-titlebarColor: #191919;
|
571
|
+
--tele-titlebarBackground: #fff;
|
572
|
+
--tele-titlebarBorderBottom: 1px solid #eeeef7;
|
573
|
+
--tele-titlebarTabColor: #7b88a0;
|
574
|
+
--tele-titlebarTabFocusColor: #357bf6;
|
575
|
+
--tele-titlebarTabBackground: transparent;
|
576
|
+
--tele-titlebarTabDividerColor: #e5e5f0;
|
577
|
+
--tele-collectorBackground: #fff;
|
578
|
+
--tele-collectorShadow: 0px 2px 6px 0px rgba(47, 65, 146, 0.15);
|
579
|
+
background: #f9f9f9;
|
580
|
+
background: var(--tele-managerContainerBackground, #f9f9f9);
|
581
|
+
}
|
582
|
+
.telebox-manager-container.telebox-is-maximized > .telebox-manager-stage, .telebox-manager-container.telebox-is-minimized > .telebox-manager-stage {
|
583
|
+
overflow: visible;
|
584
|
+
}
|
585
|
+
.telebox-manager-container.telebox-is-fullscreen .telebox-titlebar-icon-maximize,
|
586
|
+
.telebox-manager-container.telebox-is-fullscreen .telebox-titlebar-icon-minimize {
|
587
|
+
display: none !important;
|
588
|
+
}
|
589
|
+
.telebox-manager-container.telebox-hide-fullscreen-titlebar .telebox-titlebar {
|
590
|
+
display: none !important;
|
591
|
+
}
|
592
|
+
.telebox-manager-stage {
|
593
|
+
position: relative;
|
594
|
+
overflow: hidden;
|
595
|
+
background: #fff;
|
596
|
+
background: var(--tele-managerStageBackground, #fff);
|
597
|
+
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
|
598
|
+
box-shadow: var(--tele-managerStageShadow, 0px 0px 16px rgba(0, 0, 0, 0.08));
|
599
|
+
}
|
600
|
+
.telebox-color-scheme-dark {
|
601
|
+
color-scheme: dark;
|
602
|
+
}
|
603
|
+
.telebox-color-scheme-dark.telebox-manager-container {
|
604
|
+
--tele-managerContainerBackground: #25282e;
|
605
|
+
--tele-managerStageBackground: #272a30;
|
606
|
+
--tele-managerStageShadow: 0px 0px 16px rgba(0, 0, 0, 0.24);
|
607
|
+
--tele-boxContainerBackground: #25282e;
|
608
|
+
--tele-boxStageBackground: #272a30;
|
609
|
+
--tele-boxStageShadow: 0px 0px 16px rgba(0, 0, 0, 0.24);
|
610
|
+
--tele-boxColor: #e9e9e9;
|
611
|
+
--tele-boxBorder: 1px solid #383b42;
|
612
|
+
--tele-boxShadow: 0px 4px 10px 0px rgba(56, 59, 66, 0.15);
|
613
|
+
--tele-boxFooterColor: #e9e9e9;
|
614
|
+
--tele-boxFooterBackground: #383b42;
|
615
|
+
--tele-titlebarColor: #e9e9e9;
|
616
|
+
--tele-titlebarBackground: #383b42;
|
617
|
+
--tele-titlebarBorderBottom: none;
|
618
|
+
--tele-titlebarTabColor: #e9e9e9;
|
619
|
+
--tele-titlebarTabFocusColor: #357bf6;
|
620
|
+
--tele-titlebarTabBackground: transparent;
|
621
|
+
--tele-titlebarTabDividerColor: #7b88a0;
|
622
|
+
--tele-collectorBackground: #383b42;
|
623
|
+
--tele-collectorShadow: 0px 2px 6px 0px rgba(47, 65, 146, 0.15);
|
624
|
+
background: #25282e;
|
625
|
+
background: var(--tele-managerContainerBackground, #25282e);
|
626
|
+
}
|
627
|
+
.telebox-color-scheme-dark.telebox-manager-container > .telebox-manager-stage {
|
628
|
+
background: #272a30;
|
629
|
+
background: var(--tele-managerStageBackground, #272a30);
|
630
|
+
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.24);
|
631
|
+
box-shadow: var(--tele-managerStageShadow, 0px 0px 16px rgba(0, 0, 0, 0.24));
|
632
|
+
}.telebox-collector {
|
633
|
+
user-select: none;
|
634
|
+
-webkit-touch-callout: none;
|
635
|
+
-webkit-user-select: none;
|
636
|
+
visibility: hidden;
|
637
|
+
display: block;
|
638
|
+
position: absolute;
|
639
|
+
z-index: 5120;
|
640
|
+
width: 40px;
|
641
|
+
height: 40px;
|
642
|
+
margin: 0;
|
643
|
+
padding: 0;
|
644
|
+
border: none;
|
645
|
+
outline: none;
|
646
|
+
font-size: 0;
|
647
|
+
border-radius: 50%;
|
648
|
+
cursor: pointer;
|
649
|
+
user-select: none;
|
650
|
+
pointer-events: none;
|
651
|
+
background-repeat: no-repeat;
|
652
|
+
background-size: 18px 16px;
|
653
|
+
background-position: center;
|
654
|
+
-webkit-tap-highlight-color: transparent;
|
655
|
+
background-color: #fff;
|
656
|
+
background-color: var(--tele-collectorBackground, #fff);
|
657
|
+
box-shadow: 0px 2px 6px 0px rgba(47, 65, 146, 0.15);
|
658
|
+
box-shadow: var(--tele-collectorShadow, 0px 2px 6px 0px rgba(47, 65, 146, 0.15));
|
659
|
+
}
|
660
|
+
|
661
|
+
.telebox-collector-visible {
|
662
|
+
visibility: visible;
|
663
|
+
pointer-events: initial;
|
664
|
+
}
|
665
|
+
|
666
|
+
.telebox-collector-readonly {
|
667
|
+
cursor: not-allowed;
|
668
|
+
}
|
669
|
+
|
670
|
+
.telebox-color-scheme-dark {
|
671
|
+
color-scheme: dark;
|
672
|
+
}
|
673
|
+
|
674
|
+
.telebox-color-scheme-dark.telebox-collector {
|
675
|
+
background-color: #383b42;
|
676
|
+
background-color: var(--tele-collectorBackground, #383b42);
|
677
|
+
box-shadow: 0px 2px 6px 0px rgba(47, 65, 146, 0.15);
|
678
|
+
box-shadow: var(--tele-collectorShadow, 0px 2px 6px 0px rgba(47, 65, 146, 0.15));
|
679
|
+
}.telebox-max-titlebar {
|
680
|
+
user-select: none;
|
681
|
+
-webkit-touch-callout: none;
|
682
|
+
-webkit-user-select: none;
|
683
|
+
display: none;
|
684
|
+
position: absolute;
|
685
|
+
top: 0;
|
686
|
+
left: 0;
|
687
|
+
width: 100%;
|
688
|
+
z-index: 5100;
|
689
|
+
border-top-left-radius: 6px;
|
690
|
+
border-top-right-radius: 6px;
|
691
|
+
}
|
692
|
+
.telebox-max-titlebar .telebox-title {
|
693
|
+
display: none;
|
694
|
+
}
|
695
|
+
.telebox-max-titlebar.telebox-max-titlebar-single-title .telebox-titles {
|
696
|
+
display: none;
|
697
|
+
}
|
698
|
+
.telebox-max-titlebar.telebox-max-titlebar-single-title .telebox-title {
|
699
|
+
display: block;
|
700
|
+
}
|
701
|
+
.telebox-max-titlebar-active {
|
702
|
+
display: flex;
|
703
|
+
}
|
704
|
+
.telebox-titles {
|
705
|
+
height: 100%;
|
706
|
+
margin: 0;
|
707
|
+
overflow-y: hidden;
|
708
|
+
overflow-x: scroll;
|
709
|
+
overflow-x: overlay;
|
710
|
+
-webkit-overflow-scrolling: touch;
|
711
|
+
-ms-overflow-style: -ms-autohiding-scrollbar;
|
712
|
+
scrollbar-width: auto;
|
713
|
+
}
|
714
|
+
.telebox-titles::-webkit-scrollbar {
|
715
|
+
height: 4px;
|
716
|
+
width: 4px;
|
717
|
+
}
|
718
|
+
.telebox-titles::-webkit-scrollbar-track {
|
719
|
+
background-color: transparent;
|
720
|
+
}
|
721
|
+
.telebox-titles::-webkit-scrollbar-thumb {
|
722
|
+
background-color: rgba(238, 238, 247, 0.8);
|
723
|
+
background-color: transparent;
|
724
|
+
border-radius: 2px;
|
725
|
+
transition: background-color 0.4s;
|
726
|
+
}
|
727
|
+
.telebox-titles:hover::-webkit-scrollbar-thumb {
|
728
|
+
background-color: rgba(238, 238, 247, 0.8);
|
729
|
+
}
|
730
|
+
.telebox-titles::-webkit-scrollbar-thumb:hover {
|
731
|
+
background-color: #eeeef7;
|
732
|
+
}
|
733
|
+
.telebox-titles::-webkit-scrollbar-thumb:active {
|
734
|
+
background-color: #eeeef7;
|
735
|
+
}
|
736
|
+
.telebox-titles::-webkit-scrollbar-thumb:vertical {
|
737
|
+
min-height: 50px;
|
738
|
+
}
|
739
|
+
.telebox-titles::-webkit-scrollbar-thumb:horizontal {
|
740
|
+
min-width: 50px;
|
741
|
+
}
|
742
|
+
.telebox-titles-content {
|
743
|
+
height: 100%;
|
744
|
+
display: flex;
|
745
|
+
flex-wrap: nowrap;
|
746
|
+
align-items: center;
|
747
|
+
padding: 0;
|
748
|
+
}
|
749
|
+
.telebox-titles-tab {
|
750
|
+
height: 100%;
|
751
|
+
overflow: hidden;
|
752
|
+
max-width: 182px;
|
753
|
+
min-width: 150px;
|
754
|
+
padding: 0 26px 0 16px;
|
755
|
+
outline: none;
|
756
|
+
font-size: 13px;
|
757
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
758
|
+
font-weight: 400;
|
759
|
+
text-overflow: ellipsis;
|
760
|
+
white-space: nowrap;
|
761
|
+
word-break: keep-all;
|
762
|
+
border: none;
|
763
|
+
border-right-width: 1px;
|
764
|
+
border-right-style: solid;
|
765
|
+
cursor: pointer;
|
766
|
+
user-select: none;
|
767
|
+
color: #7b88a0;
|
768
|
+
color: var(--tele-titlebarTabColor, #7b88a0);
|
769
|
+
background-color: transparent;
|
770
|
+
background-color: var(--tele-titlebarTabBackground, transparent);
|
771
|
+
border-right-color: #e5e5f0;
|
772
|
+
border-right-color: var(--tele-titlebarTabDividerColor, #e5e5f0);
|
773
|
+
}
|
774
|
+
.telebox-titles-tab-focus {
|
775
|
+
color: #357bf6;
|
776
|
+
color: var(--tele-titlebarTabFocusColor, #357bf6);
|
777
|
+
}
|
778
|
+
.telebox-readonly .telebox-titles-tab {
|
779
|
+
cursor: not-allowed;
|
780
|
+
}
|
781
|
+
.telebox-color-scheme-dark {
|
782
|
+
color-scheme: dark;
|
783
|
+
}
|
784
|
+
.telebox-color-scheme-dark .telebox-titles-tab {
|
785
|
+
color: #e9e9e9;
|
786
|
+
color: var(--tele-titlebarTabColor, #e9e9e9);
|
787
|
+
background-color: transparent;
|
788
|
+
background-color: var(--tele-titlebarTabBackground, transparent);
|
789
|
+
border-right-color: #7b88a0;
|
790
|
+
border-right-color: var(--tele-titlebarTabDividerColor, #7b88a0);
|
791
|
+
}
|
792
|
+
.telebox-color-scheme-dark .telebox-titles-tab-focus {
|
793
|
+
color: #357bf6;
|
794
|
+
color: var(--tele-titlebarTabFocusColor, #357bf6);
|
795
|
+
}
|