Merge pull request #9019 from nextcloud/stable13-8939
[stable13] Fix search text overlapping close button
This commit is contained in:
commit
a0818ab6be
|
@ -183,6 +183,7 @@ body {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
|
padding-right: 20px;
|
||||||
background: transparent url('../img/actions/search-white.svg?v=1') no-repeat 6px center;
|
background: transparent url('../img/actions/search-white.svg?v=1') no-repeat 6px center;
|
||||||
color: $color-primary-text;
|
color: $color-primary-text;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue