|
148 | 148 | // @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!) |
149 | 149 | // @author KudoAI |
150 | 150 | // @namespace https://kudoai.com |
151 | | -// @version 2025.10.12 |
| 151 | +// @version 2025.10.12.1 |
152 | 152 | // @license MIT |
153 | 153 | // @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2 |
154 | 154 | // @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2 |
|
2519 | 2519 | cursor: pointer ; border-radius: 0 !important ; height: 39px ; |
2520 | 2520 | border: 1px solid ${ env.ui.app.scheme == 'dark' ? 'white' : 'black' }!important } |
2521 | 2521 | .primary-modal-btn { background: black !important ; color: white !important } |
2522 | | - .chatgpt-modal button:hover { background-color: #9cdaff !important ; color: black !important } |
| 2522 | + .chatgpt-modal button:hover { |
| 2523 | + ${ env.ui.app.scheme == 'light' ? // reduce intensity of light scheme hover glow |
| 2524 | + '--btn-shadow: 2px 1px 43px #00cfff70 ;' : '' } |
| 2525 | + color: inherit !important ; background-color: inherit !important /* remove color hacks */ |
| 2526 | + } |
2523 | 2527 | ${ env.ui.app.scheme == 'dark' ? // darkmode chatgpt.alert() styles |
2524 | 2528 | `.chatgpt-modal > div, .chatgpt-modal button:not(.primary-modal-btn) { |
2525 | 2529 | color: white !important } |
2526 | 2530 | .primary-modal-btn { background: #00cfff !important ; color: black !important } |
2527 | | - .chatgpt-modal a { color: #00cfff !important } |
2528 | | - .chatgpt-modal button:hover { |
2529 | | - background-color: #00cfff !important ; color: black !important }` : '' } |
| 2531 | + .chatgpt-modal a { color: #00cfff !important }` : '' |
| 2532 | + } |
2530 | 2533 | .${modals.class} { display: grid ; place-items: center } /* for centered icon/logo */ |
2531 | 2534 | [class*=modal-close-btn] { |
2532 | 2535 | position: absolute !important ; float: right ; top: 14px !important ; right: 16px !important ; |
2533 | | - cursor: pointer ; width: 33px ; height: 33px ; border-radius: 20px } |
| 2536 | + cursor: pointer ; width: 33px ; height: 33px ; border-radius: 20px |
| 2537 | + } |
2534 | 2538 | [class*=modal-close-btn] path {${ |
2535 | 2539 | env.ui.app.scheme == 'dark' ? 'stroke: white ; fill: white' |
2536 | 2540 | : 'stroke: #9f9f9f ; fill: #9f9f9f' }} |
|
0 commit comments