Skip to content

Commit 9851bb9

Browse files
[mirotalk] - fix(client): remove double border on participants search input
1 parent 57504cb commit 9851bb9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

public/css/client.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2437,20 +2437,19 @@ button {
24372437
display: block;
24382438
width: 100%;
24392439
min-width: 0;
2440-
padding: 12px 14px;
2440+
padding: 0;
24412441
margin: 0;
24422442
font-size: 0.95rem;
24432443
background-color: transparent;
24442444
color: #ffffff;
2445-
border: var(--border);
2446-
border-radius: 14px;
2445+
border: none;
2446+
border-radius: 0;
24472447
box-sizing: border-box;
24482448
transition: all 0.25s ease;
24492449
}
24502450

24512451
#searchPeerBarName:focus {
24522452
outline: none;
2453-
border-color: rgba(97, 195, 201, 0.34);
24542453
background-color: transparent;
24552454
}
24562455

0 commit comments

Comments
 (0)