Browse Source

fixup! Updated popover rules to allow form inputs and added input submit for new File

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v14.0.0beta1
John Molakvoæ (skjnldsv) 6 years ago
parent
commit
a7a3640224
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      core/css/apps.scss

+ 6
- 0
core/css/apps.scss View File

@@ -888,10 +888,16 @@ kbd {
> input:not([type=radio]):not([type=checkbox]):not([type=image]) {
width: 150px;
}
form {
display: flex;
flex: 1 1 auto;
}
/* Inputs inside popover supports text, submit & reset */
input {
min-width: 34px;
max-height: 34px;
margin: 2px 0;
flex: 1 1 auto;
~ input {
margin-left: 5px;
}

Loading…
Cancel
Save