Skip to content

Commit 6ba532f

Browse files
committed
Merge pull request #2646 from ajaxorg/console_fix
Hide console cursor in initial state
2 parents 7f3cf08 + 34ca869 commit 6ba532f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

plugins-client/ext.main/style/skins.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11541,6 +11541,10 @@
1154111541
.tb_console.tb_textboxInitial .input {
1154211542
font-size : 10px;
1154311543
}
11544+
11545+
.tb_console.tb_textboxInitial .ace_cursor{
11546+
display : none;
11547+
}
1154411548
1154511549
.tb_consoleDisabled .sbtb_middle {
1154611550
background : #e2e2e2;
@@ -13334,9 +13338,6 @@
1333413338
.ace_one-line .ace_cursor {
1333513339
border-left-width: 1px;
1333613340
}
13337-
.ace_one-line .ace_cursor.ace_hidden {
13338-
opacity: 0;
13339-
}
1334013341
.ace_one-line .ace_scroller {
1334113342
background: transparent;
1334213343
border-radius: 0;

0 commit comments

Comments
 (0)