รวม 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

@@ -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;
}