File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,8 @@ ul.nav.navbar-nav {
260
260
--link-color-primary : # fff ;
261
261
--link-color-visited : # fff ;
262
262
--link-color-primary-hover : # 9a52ff ;
263
+
264
+ --search-highlight-text-color : # 4BB7FF ; /* color-blue-4 */
263
265
}
264
266
265
267
: root .form-control-plaintext {
Original file line number Diff line number Diff line change @@ -205,17 +205,19 @@ export default function RpcTool() {
205
205
"This is a debug tool for printing raw information about an account (by classic address), a transaction (by hash) or a ledger (by sequence number)."
206
206
) }
207
207
</ p >
208
- < input
209
- onChange = { ( event ) => setInputText ( event . target . value ) }
210
- value = { inputText }
211
- id = "target"
212
- className = "form-control"
213
- required
214
- type = "text"
215
- placeholder = { translate (
216
- "XRP Ledger address, transaction ID, or ledger index"
217
- ) }
218
- />
208
+ < div className = "input-group" >
209
+ < input
210
+ onChange = { ( event ) => setInputText ( event . target . value ) }
211
+ value = { inputText }
212
+ id = "target"
213
+ className = "form-control"
214
+ required
215
+ type = "text"
216
+ placeholder = { translate (
217
+ "XRP Ledger address, transaction ID, or ledger index"
218
+ ) }
219
+ />
220
+ </ div >
219
221
< span className = "help-block" >
220
222
< small >
221
223
{ translate ( "resourses.rpc-tool.help-block.part1" , "Try an account like " ) }
You can’t perform that action at this time.
0 commit comments