From 0c89df9be987008e55c1b336489c41290653434b Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Thu, 1 Sep 2022 07:41:39 +0300 Subject: Remove anki addons --- .../Background_and_gear/web/css/toolbar-bottom.css | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 .local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css (limited to '.local/share/Anki2/addons21/Background_and_gear/web/css/toolbar-bottom.css') 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); - -} -- cgit v1.2.3