File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
chatgpt/chatgpt-auto-refresh Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 220
220
// @description :zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
221
221
// @author Adam Lui
222
222
// @namespace https://github.com/adamlui
223
- // @version 2025.1.29
223
+ // @version 2025.1.29.1
224
224
// @license MIT
225
225
// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
226
226
// @icon 64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
863
863
+ '-o-transition: 0.4s ; -ms-transition: 0.4s }'
864
864
+ `.${ this . class } > span.enabled {` // switch on
865
865
+ 'background-color: var(--switch-enabled-bg-color) ;'
866
- + 'box-shadow: var(--switch-enabled-box-shadow) }'
866
+ + 'box-shadow: var(--switch-enabled-box-shadow) ;'
867
+ + 'transition: 0.15s ; -webkit-transition: 0.15s ; -moz-transition: 0.15s ;'
868
+ + '-o-transition: 0.15s ; -ms-transition: 0.15s }'
867
869
+ `.${ this . class } :hover > span.enabled {` // switch on when hover on parent div
868
- + 'box-shadow: var(--switch-enabled-hover-box-shadow) ;'
869
- + 'transition: none ; -webkit-transition: none ; -moz-transition: none ;'
870
- + '-o-transition: none ; -ms-transition: none }'
870
+ + 'box-shadow: var(--switch-enabled-hover-box-shadow) }'
871
871
+ `.${ this . class } > span.disabled {` // switch off
872
872
+ 'background-color: var(--switch-disabled-bg-color) ; box-shadow: none }'
873
873
+ `.${ this . class } > span > span {` // knob span
You can’t perform that action at this time.
0 commit comments