mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 14:25:20 -05:00
Fix search text overlapping clode button
fixes #8701 Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
f843b7edfe
commit
dc169857a7
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ body {
|
|||
font-size: 1.2em;
|
||||
padding: 3px;
|
||||
padding-left: 25px;
|
||||
padding-right: 20px;
|
||||
background: transparent url('../img/actions/search-white.svg?v=1') no-repeat 6px center;
|
||||
color: $color-primary-text;
|
||||
border: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue