Skip to content

Commit 469263a

Browse files
Update text-finder.css
1 parent 8fc162f commit 469263a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

text-finder.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
background: #f1f1f1;
2121
border-radius: 15px 0px 0px 15px;
2222
}
23+
#id_search-m:focus{
24+
outline:none !important;
25+
}
2326
#id_search-b{
2427
float: left;
2528
padding: 8px;
@@ -72,4 +75,4 @@
7275
color: #6b6b6b;
7376
position: absolute;
7477
left: 85%;
75-
}
78+
}

0 commit comments

Comments
 (0)