30 lines
681 B
CSS
30 lines
681 B
CSS
/**
|
|
* 2008 - 2017 (c) Prestaboost
|
|
*
|
|
* MODULE PrestaBoost
|
|
*
|
|
* @author Prestaboost
|
|
* @copyright Copyright (c) permanent, Prestaboost
|
|
* @license Commercial
|
|
* @version 4.0.5
|
|
*/
|
|
|
|
#nav-sidebar ul.menu #subtab-AdminPrestaBoost .material-icons {color: #00aff0 !important}
|
|
|
|
|
|
[id*="boost_colorpicker_"] {
|
|
width: 200px!important;
|
|
max-width: 100%;
|
|
display: inline-block!important;
|
|
}
|
|
[id*="icp_boost_colorpicker_"] {
|
|
width: 40px!important;
|
|
max-width: 100%;
|
|
display: inline-block!important;
|
|
margin-top: -4px;
|
|
height: 31px;
|
|
margin-left: 2px;
|
|
border-left: 1px solid #C7D6DB!important;
|
|
border-radius: 3px!important;
|
|
}
|
|
[id*="boost_opacity_"] {width: 90px!important;} |