summaryrefslogtreecommitdiff
path: root/.local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-09-01 07:41:39 +0300
committerThanosApollo <[email protected]>2022-09-01 07:41:39 +0300
commit0c89df9be987008e55c1b336489c41290653434b (patch)
tree73425d852d363acdd6c9297a97616b23f9311bd4 /.local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css
parenta6d1ec012952c5e955676af22732cd177d1f3abf (diff)
Remove anki addons
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);
-
-}