summaryrefslogtreecommitdiff
path: root/.local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-01 08:37:56 +0300
committerThanosApollo <[email protected]>2022-10-01 08:37:56 +0300
commitaeb7f1457eb5fa0591f2f1020d83a616d9b1fcb6 (patch)
treeb5b7fd4ee1bd336d82348ff0a799f1e0c8847fdb /.local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css
parenta4a7c05aaa05c267ce304697daddde6637fbd8a9 (diff)
Remove anki add ons
Diffstat (limited to '.local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css')
-rw-r--r--.local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/.local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css b/.local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css
deleted file mode 100644
index 859c0bf..0000000
--- a/.local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Copyright: Ankitects Pty Ltd and contributors
- * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
-#header {
- border-bottom: 0;
- margin-bottom: 6px;
- margin-top: 0;
- padding: 9px;
-}
-body::before {
-
- background-image: url("/_addons/Background_and_gear/user_files/background/1721729412.jpg");
- background-size: cover;
- background-attachment: fixed!important;
- background-repeat: no-repeat;
- background-position: bottom;;
- background-color: !important;
- opacity: 1;
- content: "";
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- position: fixed;
- z-index: -99;
- will-change: transform;
- transform: scale(1);
-
-}