49 lines
1.0 KiB
CSS
49 lines
1.0 KiB
CSS
/**
|
|
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
|
|
*
|
|
* @author VEKIA https://www.prestashop.com/forums/user/132608-vekia/
|
|
* @copyright 2010-2020 VEKIA
|
|
* @license This program is not free software and you can't resell and redistribute it
|
|
*
|
|
* html Templates Manager
|
|
* version 1.6.1
|
|
*
|
|
* CONTACT WITH DEVELOPER http://mypresta.eu
|
|
* support@mypresta.eu
|
|
*/
|
|
|
|
#htmlTemplatesManagerMenu ul.tab {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
|
|
#htmlTemplatesManagerMenu ul.tab li a {
|
|
background-color: white;
|
|
border: 1px solid #DDDDDD;
|
|
display: block;
|
|
margin-bottom: -1px;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
#htmlTemplatesManagerMenu ul.tab li a {
|
|
display: block;
|
|
color: #555555;
|
|
text-decoration: none
|
|
}
|
|
|
|
#htmlTemplatesManagerMenu ul.tab li a.selected {
|
|
color: #fff;
|
|
background: #00AFF0
|
|
}
|
|
|
|
#masspc_form .language_flags {
|
|
display: none
|
|
}
|
|
|
|
form#masspc_form {
|
|
background-color: #ebedf4;
|
|
border: 1px solid #ccced7;
|
|
/*min-height: 404px;*/
|
|
padding: 5px 10px 10px;
|
|
} |