update
This commit is contained in:
62
modules/anblog/views/css/back.css
Normal file
62
modules/anblog/views/css/back.css
Normal file
@@ -0,0 +1,62 @@
|
||||
/**
|
||||
* 2023 Anvanto
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License (AFL 3.0)
|
||||
*
|
||||
* @author Anvanto <anvantoco@gmail.com>
|
||||
* @copyright 2023 Anvanto
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
*/
|
||||
|
||||
.an-pf-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#anblog_search_products_ajax-product-list.anblog_search_ajax_product_list { border: 1px solid #ccc; padding: 0;}
|
||||
#anblog_search_products_ajax-product-list.anblog_search_ajax_product_list:empty { display: none; }
|
||||
|
||||
.anblog_search_products-line,
|
||||
#anblog_search_products_ajax-product-list.anblog_search_ajax_product_list li {
|
||||
cursor: pointer;
|
||||
display: table;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
/* min-width: 300px; */
|
||||
width: 100%;
|
||||
}
|
||||
#anblog_search_products_ajax-product-list.anblog_search_ajax_product_list li {
|
||||
padding: 5px;
|
||||
}
|
||||
.anblog_search_products-line {
|
||||
padding: 5px 5px 5px 0px;
|
||||
}
|
||||
|
||||
.anblog_search_products-line .material-icons {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
#anblog_search_products_ajax-product-list li:hover {
|
||||
background: #3ed2f0;
|
||||
}
|
||||
|
||||
#anblog_search_products_ajax-product-list li img,
|
||||
.anblog_search_products img {
|
||||
width: 50px; display: inline-block;
|
||||
}
|
||||
|
||||
.anblog_search_products-line .label,
|
||||
#anblog_search_products_ajax-product-list.anblog_search_ajax_product_list li .label {
|
||||
color: #000;
|
||||
/* width: calc(100% - 50px); */
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
white-space: normal;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
Reference in New Issue
Block a user