mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-03-27 08:15:39 +02:00
[#4707] added constrasting border to the default email template btn style
This commit is contained in:
parent
d5fc74d973
commit
bee8e0826a
@ -2,6 +2,8 @@
|
||||
|
||||
- Fixed '~' auto wildcard wrapping when the param has escaped `%` character ([#4704](https://github.com/pocketbase/pocketbase/discussions/4704)).
|
||||
|
||||
- Added contrasting border around the default mail template btn style to make it slightly more visible in case the mail client renders the content on a dark background ([#4707](https://github.com/pocketbase/pocketbase/issues/4707)).
|
||||
|
||||
- Updated Go deps and bumped the min Go version in the GitHub release action to Go 1.22.2 since it comes with [some `net/http` security and bug fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.22.2).
|
||||
|
||||
|
||||
|
@ -54,6 +54,7 @@ const Layout = `
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
border: 0;
|
||||
outline: 1px solid #e5e5e5;
|
||||
cursor: pointer;
|
||||
color: #fff !important;
|
||||
background: #16161a !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user