We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f3cf08 + 34ca869 commit 6ba532fCopy full SHA for 6ba532f
plugins-client/ext.main/style/skins.xml
@@ -11541,6 +11541,10 @@
11541
.tb_console.tb_textboxInitial .input {
11542
font-size : 10px;
11543
}
11544
+
11545
+ .tb_console.tb_textboxInitial .ace_cursor{
11546
+ display : none;
11547
+ }
11548
11549
.tb_consoleDisabled .sbtb_middle {
11550
background : #e2e2e2;
@@ -13334,9 +13338,6 @@
13334
13338
.ace_one-line .ace_cursor {
13335
13339
border-left-width: 1px;
13336
13340
13337
- .ace_one-line .ace_cursor.ace_hidden {
- opacity: 0;
- }
13341
.ace_one-line .ace_scroller {
13342
background: transparent;
13343
border-radius: 0;
0 commit comments