mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Merge pull request #1193 from hgiesel/button-tweaks2
Tweak button styling for more consistency
This commit is contained in:
commit
7741a9924b
2 changed files with 9 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue