diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-11-12 11:19:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-12 11:19:43 +0900 |
commit | 47b4d79e646a990699a1a4ca1da559a4aeec1c91 (patch) | |
tree | c33f61ba85354f18c68d4a054baa30ff0c41c153 /ext/css/popup-outer.css | |
parent | 9162d950eb2b3aa0339d95a98a60be89b8315f26 (diff) | |
parent | d06029ea8c4244f40f9ddfeec5154f9ef2a4c053 (diff) |
Merge branch 'master' into offscreen-db
Diffstat (limited to 'ext/css/popup-outer.css')
-rw-r--r-- | ext/css/popup-outer.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/css/popup-outer.css b/ext/css/popup-outer.css index 6fd32dc5..4d8169ab 100644 --- a/ext/css/popup-outer.css +++ b/ext/css/popup-outer.css @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -iframe.yomichan-popup { +iframe.yomitan-popup { all: initial; font-size: 1px; background-color: #ffffff; @@ -28,20 +28,20 @@ iframe.yomichan-popup { z-index: 2147483647; box-sizing: border-box; } -iframe.yomichan-popup[data-theme=dark] { +iframe.yomitan-popup[data-theme=dark] { background-color: #1e1e1e; border-color: #666666; } -iframe.yomichan-popup[data-outer-theme=dark] { +iframe.yomitan-popup[data-outer-theme=dark] { box-shadow: 0 0 10em rgba(255, 255, 255, 0.5); } -iframe.yomichan-popup[data-popup-display-mode=full-width] { +iframe.yomitan-popup[data-popup-display-mode=full-width] { border-left: none; border-right: none; } -iframe.yomichan-popup[data-popup-display-mode=full-width][data-below=true] { +iframe.yomitan-popup[data-popup-display-mode=full-width][data-below=true] { border-bottom: none; } -iframe.yomichan-popup[data-popup-display-mode=full-width]:not([data-below=true]) { +iframe.yomitan-popup[data-popup-display-mode=full-width]:not([data-below=true]) { border-top: none; } |