Skip to content

Commit

Permalink
button css style problem in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
hienduchuynh committed Mar 12, 2020
1 parent ae59c83 commit b0d3ccd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions source/plg_system_t3/admin/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ input[type="tel"], input[type="color"], .uneditable-input,
line-height: 22px;
border-radius: 0;
font-size: 14px;
box-sizing: content-box;
}

select, input[type="file"] {
Expand Down Expand Up @@ -1645,9 +1646,3 @@ button.btn-primary:active {
}

}


.field-media-wrapper .input-prepend .button-select,
.field-media-wrapper .input-prepend .button-clear{
height: auto;
}

0 comments on commit b0d3ccd

Please sign in to comment.