commit 40952661334b9edaf04586a84dbbad9ecd5a8b89
parent 182a12e83f81ea01620679eb2d684f3066a461a4
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Sun, 4 Jun 2023 21:45:32 -0700
unused css
Diffstat:
1 file changed, 0 insertions(+), 23 deletions(-)
diff --git a/pkg/web/public/views/pages/settings/inbox-sent.gohtml b/pkg/web/public/views/pages/settings/inbox-sent.gohtml
@@ -1,29 +1,6 @@
{{ define "sub-extra-head" }}
<style>
.msg p:first-of-type { display: inline; }
- .delete_msg_btn {
- font-size: 15px;
- line-height: 1;
- }
- .delete_msg_btn::after { content: "×"; }
- .mod-btn {
- width: 16px; height: 16px;
- margin: 0; padding: 0;
- border: 1px solid gray;
- display: inline;
- text-align: center;
- vertical-align: middle;
- user-select: none;
- background-color: #444;
- color: #ea2a2a;
- -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
- -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- }
- .mod-btn:hover {
- background-color: #222;
- }
</style>
{{ end }}