Merge pull request #1193 from hgiesel/button-tweaks2

Tweak button styling for more consistency
This commit is contained in:
Damien Elmes 2021-05-25 14:15:10 +10:00 committed by GitHub
commit 7741a9924b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -28,6 +28,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
justify-content: space-between;
font-size: calc(var(--toolbar-size) / 2.3);
background: none;
box-shadow: none;
border: none;
}
.btn-day {

View file

@ -22,3 +22,8 @@ body,
html {
overscroll-behavior: none;
}
button {
/* override transition for instant hover response */
transition: color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}