This commit is contained in:
Lieu Le 2019-09-13 13:49:31 +07:00
parent b3583f41dc
commit c51985986a
2 changed files with 7 additions and 3 deletions

@ -1019,7 +1019,9 @@ Use it to make something cool, have fun, and share what you've learned with othe
.opalesate-archive-top .opalestate-results { .opalesate-archive-top .opalestate-results {
line-height: 45px; } line-height: 45px; }
.opalesate-archive-top .opalestate-sortable { .opalesate-archive-top .opalestate-sortable {
display: inline-block; } display: inline-block;
min-width: 180px;
text-align: left; }
.opalesate-archive-top .opalestate-sortable .form-control, .opalesate-archive-top .opalestate-sortable .select2-selection--single { .opalesate-archive-top .opalestate-sortable .form-control, .opalesate-archive-top .opalestate-sortable .select2-selection--single {
padding-top: 8px; } padding-top: 8px; }
@ -1036,7 +1038,7 @@ Use it to make something cool, have fun, and share what you've learned with othe
font-size: 18px; } font-size: 18px; }
.display-mode .btn:not(:disabled):not(.disabled).active, .display-mode .btn:not(:disabled):not(.disabled):hover { .display-mode .btn:not(:disabled):not(.disabled).active, .display-mode .btn:not(:disabled):not(.disabled):hover {
background-color: transparent; background-color: transparent;
color: #02ce76; } color: #2f73e9; }
.page-template-user-management header, .page-template-user-management footer, .page-template-user-management #colophon { .page-template-user-management header, .page-template-user-management footer, .page-template-user-management #colophon {
display: none; } display: none; }

@ -63,6 +63,8 @@
} }
.opalestate-sortable{ .opalestate-sortable{
display: inline-block; display: inline-block;
min-width: 180px;
text-align: left;
.form-control,.select2-selection--single{ .form-control,.select2-selection--single{
padding-top: 8px; padding-top: 8px;
} }
@ -82,7 +84,7 @@
font-size: 18px; font-size: 18px;
&.active,&:hover{ &.active,&:hover{
background-color: transparent; background-color: transparent;
color: $secondary; color: $primary;
} }
} }
} }