Skip to content

Commit

Permalink
fixes #1238 tag input decay
Browse files Browse the repository at this point in the history
tag input decays by 1 pixel, fixed padding in the input and icon validate to stay at 38 px
  • Loading branch information
GitBluub committed Oct 15, 2020
1 parent 4cec6f7 commit b2c0352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/themes/default/theme.css
Expand Up @@ -2440,7 +2440,7 @@ a#showPermissions:hover {text-decoration: none;}
}

.tag-header #add-tag.input-mode .add-tag-container input {
padding: 9.5px;
padding: 9px;
margin-left: 10px;
border: solid 2px #ffa744;
background: none;
Expand Down Expand Up @@ -2478,7 +2478,7 @@ a#showPermissions:hover {text-decoration: none;}
color: #3c3c3c;
font-size: 17px;
font-weight: 700;
padding: 7.5px 5.5px;
padding: 7px 5.5px;
}

.tag-header #add-tag span.icon-validate:hover {
Expand Down

0 comments on commit b2c0352

Please sign in to comment.