20 lines
382 B
CSS
20 lines
382 B
CSS
/**
|
|
* 2008 - 2017 (c) Prestaboost
|
|
*
|
|
* MODULE PrestaBoost
|
|
*
|
|
* @author Prestaboost
|
|
* @copyright Copyright (c) permanent, Prestaboost
|
|
* @license Commercial
|
|
* @version 4.0.5
|
|
*/
|
|
|
|
.prestaboost .list-strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bootstrap input[type="text"].text-strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#prestaboost_form div.mce-tinymce {border: 1px solid #E6E6E6 !important;} |