Merge pull request #8939 from nextcloud/fix-8701

Fix search text overlapping close button
This commit is contained in:
Roeland Jago Douma 2018-03-22 12:52:46 +01:00 committed by GitHub
commit 6eb2088dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;