fixed search button class

This commit is contained in:
sghsri
2019-10-14 13:36:15 -05:00
parent 6bcfe72dc3
commit cfd6c71f40
2 changed files with 3 additions and 2 deletions

View File

@@ -469,11 +469,12 @@ input[type=number]::-webkit-outer-spin-button {
color: rgba(0, 0, 45, 0.48);
}
#search-class {
.search-button {
float: right;
font-size: inherit;
padding: 7px 11px;
margin: 8px 0px;
background-color: #FF9800;
}
#import-export-popup {