Skip to content

Commit

Permalink
fix visible CMD textarea when page use box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 2, 2024
1 parent d70b1ed commit 0013b04
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
5 changes: 3 additions & 2 deletions css/jquery.terminal-2.39.0.css
Expand Up @@ -4,15 +4,15 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version 2.39.0
* \/ /____/ version DEV
* http://terminal.jcubic.pl
*
* This file is part of jQuery Terminal.
*
* Copyright (c) 2011-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Tue, 13 Feb 2024 21:18:13 +0000
* Date: Sat, 02 Mar 2024 17:57:52 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd-prompt, .cmd-prompt div {
Expand All @@ -36,6 +36,7 @@
outline: none !important;
padding: 0 !important;
resize: none !important;
box-shadow: none !important;
z-index: 1000 !important;
overflow: hidden !important;
white-space: pre !important;
Expand Down
6 changes: 3 additions & 3 deletions css/jquery.terminal-2.39.0.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/jquery.terminal-src.css
Expand Up @@ -36,6 +36,7 @@
outline: none !important;
padding: 0 !important;
resize: none !important;
box-shadow: none !important;
z-index: 1000 !important;
overflow: hidden !important;
white-space: pre !important;
Expand Down
5 changes: 3 additions & 2 deletions css/jquery.terminal.css
Expand Up @@ -4,15 +4,15 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version 2.39.0
* \/ /____/ version DEV
* http://terminal.jcubic.pl
*
* This file is part of jQuery Terminal.
*
* Copyright (c) 2011-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Tue, 13 Feb 2024 21:18:13 +0000
* Date: Sat, 02 Mar 2024 17:57:52 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd-prompt, .cmd-prompt div {
Expand All @@ -36,6 +36,7 @@
outline: none !important;
padding: 0 !important;
resize: none !important;
box-shadow: none !important;
z-index: 1000 !important;
overflow: hidden !important;
white-space: pre !important;
Expand Down
6 changes: 3 additions & 3 deletions css/jquery.terminal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/jquery.terminal.min.css.map

Large diffs are not rendered by default.

0 comments on commit 0013b04

Please sign in to comment.