Skip to content

Commit 0013b04

Browse files
committed
fix visible CMD textarea when page use box-shadow
1 parent d70b1ed commit 0013b04

6 files changed

+14
-11
lines changed

css/jquery.terminal-2.39.0.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version 2.39.0
7+
* \/ /____/ version DEV
88
* http://terminal.jcubic.pl
99
*
1010
* This file is part of jQuery Terminal.
1111
*
1212
* Copyright (c) 2011-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
15-
* Date: Tue, 13 Feb 2024 21:18:13 +0000
15+
* Date: Sat, 02 Mar 2024 17:57:52 +0000
1616
*/
1717
.terminal .terminal-output .format, .cmd .format,
1818
.cmd-prompt, .cmd-prompt div {
@@ -36,6 +36,7 @@
3636
outline: none !important;
3737
padding: 0 !important;
3838
resize: none !important;
39+
box-shadow: none !important;
3940
z-index: 1000 !important;
4041
overflow: hidden !important;
4142
white-space: pre !important;

css/jquery.terminal-2.39.0.min.css

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.terminal-src.css

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
outline: none !important;
3737
padding: 0 !important;
3838
resize: none !important;
39+
box-shadow: none !important;
3940
z-index: 1000 !important;
4041
overflow: hidden !important;
4142
white-space: pre !important;

css/jquery.terminal.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version 2.39.0
7+
* \/ /____/ version DEV
88
* http://terminal.jcubic.pl
99
*
1010
* This file is part of jQuery Terminal.
1111
*
1212
* Copyright (c) 2011-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
15-
* Date: Tue, 13 Feb 2024 21:18:13 +0000
15+
* Date: Sat, 02 Mar 2024 17:57:52 +0000
1616
*/
1717
.terminal .terminal-output .format, .cmd .format,
1818
.cmd-prompt, .cmd-prompt div {
@@ -36,6 +36,7 @@
3636
outline: none !important;
3737
padding: 0 !important;
3838
resize: none !important;
39+
box-shadow: none !important;
3940
z-index: 1000 !important;
4041
overflow: hidden !important;
4142
white-space: pre !important;

css/jquery.terminal.min.css

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.terminal.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)