Repo for the search and displace core module including the interface to select files and search and displace operations to run on them. https://searchanddisplace.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

63 lines
1.3 KiB

#text-box.text-box
flex-grow: 1
width: 100%
overflow: hidden
position: relative
background-color: #011627
.text-box *
box-sizing: border-box
.backdrop,
textarea
position: absolute
padding: 1.5rem 25px 8px
width: 100%
height: 100%
font-size: inherit
background-color: transparent
outline: none
border: 0
overflow: auto
letter-spacing: 1px
.backdrop
z-index: 1
pointer-events: none
.matches,
textarea
font: inherit
textarea
display: block
position: absolute
z-index: 2
resize: none
color: #fff
textarea::-webkit-scrollbar
background: #282a36
width: 17px !important
textarea::-webkit-scrollbar-track
border-radius: 10px !important
textarea::-webkit-scrollbar-thumb
border-radius: 10px !important
textarea::placeholder
color: grey
.matches
white-space: pre-wrap
word-wrap: break-word
color: transparent
/* dynamically generated content style with deep selector */
.matches mark
color: transparent
background-color: #9e3cc0
.matches mark:nth-child(even)
background-color: #3c7fc2