1 Commits

Author SHA1 Message Date
Róbert Kiss
9edf114b71 chore(usb): add kboot-firmware-upgrade script 2019-07-31 06:11:29 +02:00
3 changed files with 0 additions and 8 deletions

View File

@@ -15,7 +15,6 @@
<textarea class="text-editor"
[(ngModel)]="text"
autofocus
(keydown.escape)="cancelEditText()"
(keydown.control.enter)="keydownEnter()"
(keydown.alt.enter)="keydownEnter()"></textarea>
<div class="pull-right buttons">

View File

@@ -1,5 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg"
class="svgKeyboard"
[attr.viewBox]="viewBox"
height="100%"
width="100%">

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -3,14 +3,8 @@
width: 100%;
position: relative;
}
.svgKeyboard {
z-index: 50;
}
editable-text {
padding-left: 2em;
padding-right: 2em;
display: block;
z-index: 51;
}