42 lines
1.3 KiB
CSS
42 lines
1.3 KiB
CSS
/**
|
|
* 2008 - 2015 HDClic
|
|
*
|
|
* MODULE PrestaBoost
|
|
*
|
|
* @author HDClic <prestashop@hdclic.com>
|
|
* @copyright Copyright (c) permanent, HDClic
|
|
* @license Addons PrestaShop license limitation
|
|
* @version 4.0.2
|
|
* @link http://www.hdclic.com
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* Don't use this module on several shops. The license provided by PrestaShop Addons
|
|
* for all its modules is valid only once for a single shop.
|
|
*/
|
|
|
|
.prestaboost-content { background-color: rgba(194,255,151,0.70); }
|
|
.prestaboost-content .modal-dialog {max-width: 100%;}
|
|
.prestaboost-content .modal-dialog img, .prestaboost-content .modal-dialog textarea, .prestaboost-content .modal-dialog input,.prestaboost-content .modal-dialog iframe,.prestaboost-content .modal-dialog object,.prestaboost-content .modal-dialog embed,.prestaboost-content .modal-dialog video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
.prestaboost-content .modal-content {
|
|
color: #000;
|
|
background-color: #B8FF00;
|
|
max-width: 100%;
|
|
}
|
|
.prestaboost-content .modal-header, .modal-footer { border: #B8FF00;}
|
|
.prestaboost-content .modal-content .btn-default {
|
|
background-color: #99D400;
|
|
color: rgba(255,255,255,1.00);
|
|
border: #B8FF00
|
|
}
|
|
.prestaboost-content .modal-body {
|
|
overflow-y : auto;
|
|
max-width: 100%;
|
|
}
|
|
.prestaboost-content hr {
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
} |