Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 550bc5c

Browse files
committed
Fix for #7151
1 parent bd407b7 commit 550bc5c

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

src/styles/jsTreeTheme.less

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,26 @@ ins.jstree-icon {
126126
.jstree-brackets .jstree-locked a { color:silver; cursor:default; }
127127

128128
.jstree-brackets .jstree-rename-input {
129-
border: 1px solid silver;
130-
color: black;
129+
background: @bc-black;
130+
border: 1px solid @bc-black;
131+
border-radius: 2px;
132+
box-shadow: @tc-call-to-action-down-shadow;
133+
color: @bc-white;
134+
font-style: normal;
135+
font-weight: 400;
131136
left: 3px !important;
132137
padding: 0;
133138
position: absolute;
134-
top: 0;
139+
top: 2px;
135140
width: 150px;
136141
}
137142

143+
.jstree-brackets .jstree-rename-input:focus {
144+
border: 1px solid @tc-gray-component-focused-border;
145+
box-shadow: @tc-input-glow;
146+
outline: none;
147+
}
148+
138149
#vakata-contextmenu.jstree-brackets-context,
139150
#vakata-contextmenu.jstree-brackets-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
140151
#vakata-contextmenu.jstree-brackets-context li { }

0 commit comments

Comments
 (0)