Skip to content

Commit

Permalink
Merge pull request #205 from codersaiful/3.1.9.2
Browse files Browse the repository at this point in the history
3.1.9.2
  • Loading branch information
codersaiful authored Jul 3, 2022
2 parents ef7d02a + 2b5ec88 commit af1c33e
Show file tree
Hide file tree
Showing 5 changed files with 1,149 additions and 438 deletions.
6 changes: 3 additions & 3 deletions admin/tabs/table_style.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php
$templates_default = array(
'default' => __( 'Default Style', 'wpt_pro' ),
'blacky' => __( 'Beautifull Blacky', 'wpt_pro' ),
'none' => __( 'Select None', 'wpt_pro' ),
'default' => __( 'Default Style', 'wpt_pro' ),
'beautiful_blacky' => __( 'Beautiful Blacky', 'wpt_pro' ),
);
$pro_templates = array(
'custom' => __( 'Customized Design', 'wpt_pro' ),
'smart' => __( 'Smart Thin', 'wpt_pro' ),
'green' => __( 'Green Style', 'wpt_pro' ),
'blue' => __( 'Blue Style', 'wpt_pro' ),
'dark' => __( 'Dark Style', 'wpt_pro' ),
'smart_light' => __( 'Smart Light', 'wpt_pro' ),
'custom' => __( 'Customized Design', 'wpt_pro' ),
);
$additional_templates = array();
$additional_templates = apply_filters( 'wpto_table_template_arr', $additional_templates );
Expand Down
172 changes: 0 additions & 172 deletions assets/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,57 +8,6 @@ Blue Template - blue



/********************** Template: blacky ************************************/
.blacky_table{
position: relative;
border-collapse: collapse;
background: white;
width: 100%;
margin: 0 auto;
}
.blacky_table thead .wpt_table_header_row th{
height: 50px;
color: #fff;
background: #36304a;
}
.blacky_table td,
.blacky_table th {
padding: 10px;
}
.blacky_table tbody tr td{
border: 1px solid #e1e1e1;
}
.blacky_table .wpt_row td img{
height: auto;
}
.blacky_table tbody tr{
transition: all .5s;
}
.blacky_table.tr_bg_1{
background: #efefef;
padding: 10px;
}
.blacky_table .tr_bg_2{
background: #f7f7f7;
padding: 10px;
}
.blacky_table tbody tr:hover{
background: #f7faff;
}
.blacky_table tbody tr a.button{
display: inline-block;
padding: 10px;
background: #36304a;
color: #fff;
font-size: 14px;
border-radius: 3px;
font-weight: bold;
}
table#wpt_table.wpt_product_table.blacky_table thead>tr>th.this_column_sorted {
background-color: rgb(16, 14, 23) !important;
}

/********************** Template: blacky End************************************/

/********************** Template: green************************************/
.green_table{
Expand Down Expand Up @@ -153,128 +102,7 @@ table#wpt_table.wpt_product_table.blue_table thead>tr>th.this_column_sorted {
/********************** Template: blue End************************************/


/********************** Template: Smart Thin************************************/

/*Style Universal for Tr,Td,Th etc table.wpt_product_table.blue_wrapper */
table.wpt_product_table.smart_table,
table.wpt_product_table.smart_table tr,
table.wpt_product_table.smart_table td,
table.wpt_product_table.smart_table th {
border-collapse: collapse;
border: 1px solid #7d7d7d14;
}
/* div.wpt_product_table_wrapper.smart_wrapper .wpt_clear{display: none;} */
div.wpt_product_table_wrapper.smart_wrapper table.smart_table{
padding: 0;
margin: 0px 0px 2px 0px;
}
div.wpt_product_table_wrapper.smart_wrapper button.button.wpt_search_button,
div.wpt_product_table_wrapper.smart_wrapper button.button.wpt_load_more
{
font-weight: normal;
padding: 2px 12px;
}
div.wpt_product_table_wrapper.smart_wrapper .tables_cart_message_box .wpt_live_cart_box {
padding: 3px 0px;
position: relative;
}

div.wpt_product_table_wrapper.smart_wrapper .tables_cart_message_box .wpt_live_cart_box .cart-dropdown .wpt_dropdown li {
padding: 0px 3px;
background: rgba(189, 189, 189, 0.07058823529411765);
display: inline-block;
border: none !important;
border-radius: 2px;
margin: 2px 0;
font-size: 10px;
color: #42bc42;
}
div.wpt_product_table_wrapper.smart_wrapper .tables_cart_message_box{
font-size: 80%;
}
table.wpt_product_table.smart_table{

}
table.wpt_product_table.smart_table tbody{

}
table.wpt_product_table.smart_table tbody>tr.wpt_row .wpt_thumbnails img {
margin: 0 auto;
border-radius: 0;
padding: 0 !important;
}
table.wpt_product_table.smart_table tbody>tr.wpt_row td a.button,
div.wpt_product_table_wrapper.smart_wrapper a.button.add_to_cart_all_selected
{
padding: 2px 5px;
font-size: 90%;
margin: 0 2px;
}
div.wpt_product_table_wrapper.smart_wrapper .all_check_header_footer.all_check_header>span {
background: none;
display: inline-block;
padding: 0px 7px;
border: none;
margin: 0 2px;
font-size: .80em;
}
div.wpt_product_table_wrapper.smart_wrapper .all_check_footer {
display: block;
padding: 2px;
margin: 3px 0;
text-align: right;
background: rgba(0, 0, 0, 0.02);
}
div.wpt_product_table_wrapper.smart_wrapper select, .filter_select,
div.wpt_product_table_wrapper.smart_wrapper select.filter_select,
table.wpt_product_table.smart_table tbody>tr.wpt_row td select {
padding: 0;
font-size: 80%;
}

table.wpt_product_table.smart_table tbody>tr td input,
table.wpt_product_table.smart_table tbody>tr td input[type="number"],
table.wpt_product_table.smart_table tbody>tr td input[type="text"],
table.wpt_product_table.smart_table tbody>tr td input[type="email"],
table.wpt_product_table.smart_table tbody>tr td input[type="password"]{
padding: 0 3px;
max-width: 98%;
}
div.wpt_product_table_wrapper.smart_wrapper .search_single .query_box_direct_value,
div.wpt_product_table_wrapper.smart_wrapper .instance_search_input {
width: 98%;
border-radius: 1px;
padding: 0 2px;
border: 1px solid #a9a1a1;
margin-bottom: auto auto 6px auto;
padding-left: 10px;
}
div.wpt_product_table_wrapper.smart_wrapper input[type=checkbox]+label {
position: relative;
cursor: pointer;
padding: 0 2px 0 0;
margin-left: 0;
}

table.wpt_product_table.smart_table thead tr {
background: rgba(0, 0, 0, 0.02);
}
table.wpt_product_table.smart_table thead tr th{color: black;}

div.wpt_product_table_wrapper.smart_wrapper table.wpt_product_table.smart_table {
width: 100%;
}
table.wpt_product_table.smart_table td,
table.wpt_product_table.smart_table th {
padding: 0 0 0 3px !important;
}
table.wpt_product_table.smart_table tr.wpt_row .wpt_action,
table.wpt_product_table.smart_table tr.wpt_row th.wpt_action {
padding-right: 5px important;
}


/*******************************End of Smart Thin Style***************************/

/*******************************End of Business Style***************************/
.business_table{
Expand Down
Loading

0 comments on commit af1c33e

Please sign in to comment.