backoffice: adjust widget border color to match gadjo (#47866)

This commit is contained in:
Frédéric Péters 2020-10-20 08:56:51 +02:00
parent cc16562f90
commit 29728ef0c0
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ div.TextWidget textarea:focus,
div.widget input[type="text"]:focus,
div.TextWidget textarea,
div.widget input[type="text"] {
border: 1px solid #bbb;
border: 1px solid #aaa;
margin: 1px;
padding: 5px 8px;
background: white;