diff options
author | ThanosApollo <[email protected]> | 2022-09-01 07:41:39 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-01 07:41:39 +0300 |
commit | 0c89df9be987008e55c1b336489c41290653434b (patch) | |
tree | 73425d852d363acdd6c9297a97616b23f9311bd4 /.local/share/Anki2/addons21/anki_reworked/files/TopToolbar.css | |
parent | a6d1ec012952c5e955676af22732cd177d1f3abf (diff) |
Remove anki addons
Diffstat (limited to '.local/share/Anki2/addons21/anki_reworked/files/TopToolbar.css')
-rw-r--r-- | .local/share/Anki2/addons21/anki_reworked/files/TopToolbar.css | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.local/share/Anki2/addons21/anki_reworked/files/TopToolbar.css b/.local/share/Anki2/addons21/anki_reworked/files/TopToolbar.css deleted file mode 100644 index 3b4b6ee..0000000 --- a/.local/share/Anki2/addons21/anki_reworked/files/TopToolbar.css +++ /dev/null @@ -1,25 +0,0 @@ -body #outer { - display: flex; - justify-content: center; -} -body center #header { - width: auto; - border-bottom: none; - border-radius: 0 0 12px 12px; - background-color: var(--frame-bg, var(--legacy-frame-bg)); - height: 40px; - box-shadow: rgb(0 0 0 / 10%) 0px 0px 11px -2px, - rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 4px 5px 0px; -} -body.nightMode center #header { - background-color: var(--faint-border, var(--legacy-faint-border)); -} -body center #header .hitem { - padding-left: initial; - padding-right: initial; - padding: 0 15px; - color: var(--text-fg, var(--legacy-text-fg)) !important; -} -body center #header a#sync { - color: var(--link, var(--legacy-link)) !important; -} |