รวม code ปรับปรุงตาม change request จากทีม

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-26 13:27:10 +07:00
parent f353f73d17
commit 60dd022bea
29 changed files with 496 additions and 93 deletions

View File

@@ -95,7 +95,7 @@ a:hover {
}
.form-control {
color: #777 !important;
color: #000000 !important;
font-size: .8rem;
}
@@ -118,7 +118,7 @@ a:hover {
.form-control {
box-shadow: none;
color: #c2c2c2;
color: #000000;
}

View File

@@ -184,7 +184,7 @@ div.auth-wrapper .alert {
}
.title-login {
color: #67757c;
color: #000000;
font-size: 19px;
line-height: 26px;
margin: 26px 0 8px;
@@ -202,7 +202,7 @@ div.auth-wrapper .alert {
}
.font-remember {
color: #67757c;
color: #000000;
font-size: 19px;
line-height: 26px;
margin-left: 8px;
@@ -266,7 +266,7 @@ div.auth-wrapper .alert {
#sidebar-right .chat-list .chat-item .name {
margin-left: 17px;
color: #67757c;
color: #000000;
font-weight: 700;
font-size: 19px;
text-overflow: ellipsis;
@@ -401,7 +401,7 @@ div.auth-wrapper .alert {
padding: 9px 0;
display: -webkit-box;
display: flex;
color: #67757c;
color: #000000;
font-size: 19px;
line-height: 1
}
@@ -850,7 +850,7 @@ img.custom-avatar {
}
.breadcrumb-item.active {
color: #a2b8bf
color: #000000
}
@media (max-width:768px) {
@@ -862,7 +862,7 @@ img.custom-avatar {
}
label {
color: #67757c;
color: #000000;
font-weight: 700;
font-size: 19px;
margin: 0
@@ -981,12 +981,12 @@ input.is-invalid:focus {
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #67757c transparent transparent;
border-color: #000000 transparent transparent;
border-width: 5px 5px 0
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #67757c;
border-color: transparent transparent #000000;
border-width: 0 5px 5px
}
@@ -1131,7 +1131,7 @@ input.form-control[readonly]~.display-date.form-control {
.file-list>div:nth-child(2) {
font-size: 19px;
font-weight: 700;
color: #67757c
color: #000000
}
.modal {

View File

@@ -9,7 +9,7 @@ Website: http://thevectorlab.net/
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
body {
color: #797979;
color: #000000;
background: #f1f2f7;
font-family: "Open Sans", sans-serif;
padding: 0px !important;
@@ -1511,7 +1511,7 @@ h3.timeline-title {
padding: 14px 15px;
text-align: center;
border-right: 1px solid #d5d8df;
color: #797979;
color: #000000;
}
.card-footer.revenue-foot ul li a:hover,
@@ -1970,7 +1970,7 @@ ul.ft-link li a i {
}
.fontawesome-icon-list a {
color: #797979;
color: #000000;
}
.fontawesome-icon-list a:hover {
@@ -2004,7 +2004,7 @@ ul.ft-link li a i {
}
.menu-list a {
color: #797979;
color: #000000;
}
.menu-list a:hover {
@@ -2378,7 +2378,7 @@ ul.inbox-pagination li {
.sender-dropdown {
background: #eaeaea;
padding: 0 3px;
color: #777;
color: #000000;
font-size: 10px;
}
@@ -2967,14 +2967,14 @@ ul.amounts li {
}
.dataTables_paginate.paging_bootstrap.pagination li a {
color: #797979;
color: #000000;
padding: 5px 10px;
display: inline-block;
}
.dataTables_paginate.paging_bootstrap.pagination li:hover a,
.dataTables_paginate.paging_bootstrap.pagination li.active a {
color: #797979;
color: #000000;
background: #eee;
border-radius: 3px;
-webkit-border-radius: 3px;
@@ -3115,7 +3115,7 @@ ul.amounts li {
.tab-head .nav-tabs>li.active>a:focus {
background-color: #f1f2f7;
border-color: #f1f2f7;
color: #797979;
color: #000000;
}
/*general page*/
@@ -5239,7 +5239,7 @@ tr.odd.gradeU td.sorting_1 {
.pricing-head h2 {
padding: 30px 0;
background: #777777;
background: #000000777;
color: #fff;
font-size: 50px;
font-weight: 100;
@@ -5329,7 +5329,7 @@ tr.odd.gradeU td.sorting_1 {
margin-bottom: 5px;
border-radius: 4px;
-webkit-border-radius: 4px;
color: #797979;
color: #000000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
@@ -6300,7 +6300,7 @@ a.guest-on i {
display: inline-block;
border: 1px solid #ddd;
padding: 3px 10px;
color: #797979;
color: #000000;
border-radius: 4px;
font-size: 12px;
}