mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
damn you firefox default values
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
3e6b93e68d
commit
8ac8773233
1 changed files with 2 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ kbd {
|
|||
}
|
||||
input[type='text'] {
|
||||
width: 100%;
|
||||
flex: 1 1 0;
|
||||
min-width: 0; /* firefox hack: override auto */
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
|
@ -444,6 +444,7 @@ kbd {
|
|||
input:not([type='text']) {
|
||||
width: 36px;
|
||||
height: 38px;
|
||||
flex: 0 0 36px;
|
||||
&:not(:last-child) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue