mirror of
https://github.com/yudai/gotty.git
synced 2026-01-19 15:56:10 +01:00
Use bootstrap components for up- and downloads
This commit is contained in:
parent
736ad294e7
commit
7f05f2fe17
22 changed files with 6840 additions and 1717 deletions
|
|
@ -6,15 +6,8 @@ html, body, #terminal {
|
|||
margin: 0%;
|
||||
}
|
||||
|
||||
.fileDialog {
|
||||
position: fixed;
|
||||
top: 40%;
|
||||
left: 40%;
|
||||
background-color: lightgray;
|
||||
padding: 20px;
|
||||
border: 10px;
|
||||
border-color: red;
|
||||
border-width: medium;
|
||||
display: none;
|
||||
z-index: 5;
|
||||
.progress .progress-bar {
|
||||
transition: unset;
|
||||
transition-duration: 0.1s;
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
|
|
@ -133,7 +133,8 @@
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
.xterm.xterm-cursor-pointer {
|
||||
.xterm.xterm-cursor-pointer,
|
||||
.xterm .xterm-cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -168,3 +169,12 @@
|
|||
.xterm-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.xterm-strikethrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.xterm-screen .xterm-decoration-container .xterm-decoration {
|
||||
z-index: 6;
|
||||
position: absolute;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue