Skip to content

Commit

Permalink
Merge pull request #222 from codersaiful/3.2.0.2
Browse files Browse the repository at this point in the history
3.2.0.2
  • Loading branch information
codersaiful authored Jul 24, 2022
2 parents 1f4f224 + 06b65a5 commit d547192
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 73 deletions.
2 changes: 1 addition & 1 deletion admin/action-hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function wpt_ctrl_s_text_at_top(){
function wpt_configuration_page_head(){
?>
<div class="fieldwrap ultraaddons-head">
<div class="ultraaddons-panel">
<div class="ultraaddons-panel border-with-shadow">
<h1 class="wp-heading-inline plugin_name plugin-name"><?php echo WPT_Product_Table::getName(); ?> <span class="plugin-version">v <?php echo WPT_Product_Table::getVersion(); ?></span></h1>

</div>
Expand Down
14 changes: 13 additions & 1 deletion assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,19 @@ p.wpt-each-input {margin: 0;}
p.lang-area-title {margin: 0;}
.wpml-lang-input-area {display: flex;gap: 10px;}
.wpml-config-page-notce-switch {font-size: 20px;}
.wpml-config-page-notce-switch>div {background: #fff8b866;color: #9c27b0;}
.wpml-config-page-notce-switch>div {
background: #ffffff;
color: #ff5722;
line-height: initial;
/* border: 1px solid #cdcdcd; */
border-top: 3px solid #607d8b;
box-shadow: 0 0 20px 0 #0000001a;
}
.border-with-shadow{
background: #ffffff;
border-top: 3px solid #607d8b;
box-shadow: 0 0 20px 0 #0000001a;
}
.wpml-lang-input-area.basic-tab-wpml-area>div {min-width: 400px;}

.wpt-each-injjput {min-width: 400px;}
Expand Down
180 changes: 111 additions & 69 deletions assets/css/templates/beautiful_blacky.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ base class beautiful_beautiful_blacky_wrapper
text-decoration: none;
font-size: 16px;
}

.beautiful_blacky_wrapper table.beautiful_blacky_table tbody td .wpt_product_title_in_td:hover {
color:var(--beautiful-head);
color: var(--beautiful-head);
}

/* advanced action button (fatima) */
Expand All @@ -56,10 +57,11 @@ base class beautiful_beautiful_blacky_wrapper
gap: 10px;
margin-bottom: 0;
}

body.wpt_table_body .beautiful_blacky_wrapper .custom_table thead .wpt_table_header_row th {
padding: 17px;
color: #fff;
white-space: nowrap;
white-space: nowrap;
}

.beautiful_blacky_wrapper table span.wpt-pro-tag-on-sale {
Expand Down Expand Up @@ -112,7 +114,7 @@ body.wpt_table_body .beautiful_blacky_wrapper table tbody tr a.button:hover.alt.
background: var(--beautiful-blue);
color: #fff;
font-size: 14px;
border-radius: 3px;
border-radius: 3px;
font-weight: 400;
text-decoration: none;
white-space: nowrap;
Expand Down Expand Up @@ -153,7 +155,7 @@ body.wpt_table_body .beautiful_blacky_wrapper table tbody tr a.button:hover.alt.


/* plus minus button (fatima) */
.beautiful_blacky_wrapper .qib-button-wrapper button.qib-button {
.beautiful_blacky_wrapper .qib-button-wrapper button.qib-button {
padding: 6px 16px 8px;
background-color: var(--beautiful-blue);
color: #fff;
Expand All @@ -163,13 +165,14 @@ body.wpt_table_body .beautiful_blacky_wrapper table tbody tr a.button:hover.alt.
outline: 0;
font-size: 18px;
}

.beautiful_blacky_wrapper .wpt_column_sort table#wpt_table.wpt_product_table tr>td.this_column_sorted {
background: rgba(0, 0, 0, 0.03);
background: rgba(0, 0, 0, 0.03);
color: #909cad;
}


.beautiful_blacky_wrapper .qib-button-wrapper button.qib-button:hover {
.beautiful_blacky_wrapper .qib-button-wrapper button.qib-button:hover {
padding: 6px 16px 8px;
background-color: transparent;
color: var(--beautiful-blue);
Expand Down Expand Up @@ -204,11 +207,12 @@ body.wpt_table_body .beautiful_blacky_wrapper table tbody tr a.button:hover.alt.
padding-top: 15px;
/* font-weight: 300; */
}

body.wpt_table_body .beautiful_blacky_wrapper .beautiful_blacky.custom_table tbody tr td {
font-weight: 400;
padding-bottom: 15px;
padding-top: 15px;
color: #909cad !important;
color: #909cad !important;
border-radius: .4em;
overflow: hidden;
}
Expand Down Expand Up @@ -237,55 +241,62 @@ body.wpt_table_body .beautiful_blacky_wrapper table tbody tr td {
-o-transition: .3s all ease;
transition: .3s all ease;
}
.beautiful_blacky_wrapper table.wpt_product_table tr.wpt_selected_tr>td {

.beautiful_blacky_wrapper table.wpt_product_table tr.wpt_selected_tr>td {
background: var(--beautiful-black);
}

.beautiful_blacky_wrapper .wpt_column_sort table#wpt_table.wpt_product_table tr>td.this_column_sorted:hover {
color: #000;
}

body.wpt_table_body .beautiful_blacky_wrapper table tbody tr th a,
body.wpt_table_body .beautiful_blacky_wrapper table tbody tr td a {
color: #fff !important;
color: #fff !important;
}

body.wpt_table_body .beautiful_blacky_wrapper table tbody th,
body.wpt_table_body .beautiful_blacky_wrapper table tbody td {
color: #fff !important;
font-weight: 700;
font-size: 18px;
padding-bottom: 15px;
padding-top: 15px;
color: #fff !important;
font-weight: 700;
font-size: 18px;
padding-bottom: 15px;
padding-top: 15px;
}

body.wpt_table_body .beautiful_blacky_wrapper table tbody th .content span,
body.wpt_table_body .beautiful_blacky_wrapper table tbody td .content span {
color: #fff !important;
font-weight: 600;
font-size: 18px;
padding-bottom: 15px;
padding-top: 15px;
body.wpt_table_body .beautiful_blacky_wrapper table tbody td .content span {
color: #fff !important;
font-weight: 600;
font-size: 18px;
padding-bottom: 15px;
padding-top: 15px;
}

body.wpt_table_body .beautiful_blacky_wrapper table tbody th,
body.wpt_table_body .beautiful_blacky_wrapper table tbody td .woocommerce-Price-amount.amount {
color: #fff !important;
font-weight: 700;
font-size: 18px;
padding-bottom: 15px;
padding-top: 15px;
body.wpt_table_body .beautiful_blacky_wrapper table tbody td .woocommerce-Price-amount.amount {
color: #fff !important;
font-weight: 700;
font-size: 18px;
padding-bottom: 15px;
padding-top: 15px;
}

body.wpt_table_body .beautiful_blacky_wrapper table tbody th,
body.wpt_table_body .beautiful_blacky_wrapper table tbody td .wpt_total {
color: #fff !important;
font-weight: 700;
font-size: 18px;
padding-bottom: 15px;
padding-top: 15px;
body.wpt_table_body .beautiful_blacky_wrapper table tbody td .wpt_total {
color: #fff !important;
font-weight: 700;
font-size: 18px;
padding-bottom: 15px;
padding-top: 15px;
}

.beautiful_blacky_wrapper table tbody th,
.beautiful_blacky_wrapper table tbody td .wpt_product_price ins {
color: #fff;
padding-left: 4px;
color: #fff;
padding-left: 4px;
}

.beautiful_blacky_wrapper table tbody tr th:first-child,
.beautiful_blacky_wrapper table tbody tr td:first-child {
border-top-left-radius: 0px;
Expand All @@ -308,7 +319,7 @@ body.wpt_table_body .beautiful_blacky_wrapper table tbody td .wpt_total {
.beautiful_blacky_wrapper table tbody tr.active th,
.beautiful_blacky_wrapper table tbody tr.active td,
.beautiful_blacky_wrapper table tbody tr:hover th,
.beautiful_blacky_wrapper table tbody tr:hover td{
.beautiful_blacky_wrapper table tbody tr:hover td {
color: #ffffff;
background: var(--beautiful-black-hover);
}
Expand All @@ -321,39 +332,45 @@ body.wpt_table_body .beautiful_blacky_wrapper table tbody td .wpt_total {
.beautiful_blacky_wrapper table tr.wpt_selected_tr td {
color: #fff !important;
}

body.wpt_table_body .beautiful_blacky_wrapper table tbody tr.wpt_row>td .product_description {
color: #909cad;
color: #909cad;
font-weight: 400;
text-decoration: none !important;
font-size: 16px;
background: transparent;
margin-right: 35px;
}
.beautiful_blacky_wrapper .wpt_product_table tbody tr .star-rating::before, .star-rating span::before {
content: "";
top: 0;
left: 0;
position: absolute;
color: #fff !important;

.beautiful_blacky_wrapper .wpt_product_table tbody tr .star-rating::before,
.star-rating span::before {
content: "";
top: 0;
left: 0;
position: absolute;
color: #fff !important;
}

.beautiful_blacky_wrapper tbody tr td .audio_artist {
color: #fff;
color: #fff;
}

.beautiful_blacky_wrapper tbody tr td .music_title {
color: #fff;
color: #fff;
font-size: 16px;
font-weight: 500;
}

body.wpt_table_body .beautiful_blacky_wrapper .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
color: #fff;
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
color: #fff;
}

/*Checkbox*/

.beautiful_blacky_wrapper.wpt_product_table_wrapper input[type=checkbox]:checked+label:before {
Expand All @@ -380,7 +397,7 @@ body.wpt_table_body .beautiful_blacky_wrapper .star-rating span {
font-size: 14px;
font-weight: bold;
left: 5px;
position: absolute;
position: absolute;
}

.beautiful_blacky_wrapper.wpt_product_table_wrapper .all_check_header input[type=checkbox]+label:before {
Expand Down Expand Up @@ -462,7 +479,7 @@ body.wpt_table_body .beautiful_blacky_wrapper table:not(.has-background) tbody t
.beautiful_blacky_wrapper table:not(.has-background) th {
background-color: var(--beautiful-head) !important;
font-size: 16px;
text-align: left;
text-align: left;
}

.beautiful_blacky_wrapper.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
Expand Down Expand Up @@ -500,13 +517,14 @@ body.wpt_table_body .beautiful_blacky_wrapper .select2-container .select2-select
body.wpt_table_body .beautiful_blacky_wrapper .select2-container--default .select2-selection--single {
border: 1px solid var(--beautiful-blue) !important;
}

.beautiful_blacky_wrapper a:focus,
.beautiful_blacky_wrapper input:focus,
.beautiful_blacky_wrapper select:focus,
.beautiful_blacky_wrapper select:focus,
.beautiful_blacky_wrapper textarea:focus,
.beautiful_blacky_wrapper button:focus {
outline: 1px solid transparent;
color:#000;
color: #000;
}

.beautiful_blacky_wrapper .search_single_column {
Expand All @@ -517,14 +535,14 @@ body.wpt_table_body .beautiful_blacky_wrapper .select2-container--default .selec

.beautiful_blacky_wrapper .search_single_column input {
height: 45px;
}
}

body.wpt_table_body .beautiful_blacky_wrapper .wpt_search_box .search_box_wrapper {
position: relative;
text-align: left;
font-size:14px;
font-weight:400;
color:#000;
font-size: 14px;
font-weight: 400;
color: #000;
}

.beautiful_blacky_wrapper h3.search_box_label {
Expand Down Expand Up @@ -571,13 +589,15 @@ body.wpt_table_body .beautiful_blacky_wrapper .wpt_search_box .search_box_wrappe
border-bottom-left-radius: 3px;
font-size: 20px;
}

.beautiful_blacky_wrapper button.plus.qib-button {
border-top-left-radius: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 0;
font-size: 20px;
}

.beautiful_blacky_wrapper .qib-button-wrapper .quantity input.input-text.qty.text {
border-radius: 0;
}
Expand All @@ -604,20 +624,42 @@ body.wpt_table_body .beautiful_blacky_wrapper .wpt_search_box .search_box_wrappe
text-decoration: none;
letter-spacing: 2px;
}
.beautiful_blacky_wrapper tbody tr a.button,
.beautiful_blacky_wrapper tbody tr a.button.adding,
.beautiful_blacky_wrapper tbody tr a.button.alt.wc-variation-selection-needed,
.beautiful_blacky_wrapper tbody tr a.button.adding.wc-variation-selection-needed,
.beautiful_blacky_wrapper tbody tr a.button.disabled,

.beautiful_blacky_wrapper tbody tr a.button,
.beautiful_blacky_wrapper tbody tr a.button.adding,
.beautiful_blacky_wrapper tbody tr a.button.alt.wc-variation-selection-needed,
.beautiful_blacky_wrapper tbody tr a.button.adding.wc-variation-selection-needed,
.beautiful_blacky_wrapper tbody tr a.button.disabled,
.beautiful_blacky_wrapper tbody tr a.button.alt.disabled {
background:var(--beautiful-blue);
border:1px solid var(--beautiful-black-hover);
background: var(--beautiful-blue);
border: 1px solid var(--beautiful-black-hover);
color: #fff;
}
.hentry .entry-content .wp-block-button .wp-block-button__link, .editor-styles-wrapper .wp-block-button .wp-block-button__link {

.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
background: #000;
color: #fff;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
background-color: #37aee9 !important;

.beautiful_blacky_wrapper .wpt_load_more {
border: 1px solid var(--beautiful-blue);
color: #fff;
border-radius: 3px;
transition: all .5s;
background-color: var(--beautiful-blue);
}

.beautiful_blacky_wrapper .wpt_load_more:hover {
background-color: transparent;
border: 1px solid var(--beautiful-blue);
color: var(--beautiful-blue);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
background-color: #37aee9 !important;
}
Loading

0 comments on commit d547192

Please sign in to comment.