Skip to content

Commit

Permalink
Update classic.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiloutre committed Sep 14, 2017
1 parent 23d5395 commit 16f492a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions public/css/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ th.tr-name a {
}
.form-input.search-box+.icon-search:active {
background: linear-gradient(to bottom, #d8d8d8 0%, #fff 72%);

}

.form-input.search-box+.icon-search::before {
Expand All @@ -180,6 +179,9 @@ select.form-input {
.header .h-search .form-input {
font-size: 100%;
}
.container.bottom .pagination span {
margin-top: 9px;
}
.pagination span {
border: 1px solid #666666;
border-radius: 0!important;
Expand Down Expand Up @@ -495,7 +497,7 @@ td.tr-size {
padding: 10px 2px 3px 2px;
}
.container.bottom .pagination p {
margin: 4px 0 2px 0px;
margin: 4px 0 6px 0px;
}
.bottom.center {
width: 87%;
Expand All @@ -504,7 +506,7 @@ td.tr-size {
}

.pagination .active, .pagination .active:hover {
background: white;
background: #fbfbfb;
font-weight: bold;
border: none;
color: #106655;
Expand Down

0 comments on commit 16f492a

Please sign in to comment.