31 lines
507 B
PHP
31 lines
507 B
PHP
<style type="text/css">
|
|
.om-submenu-highlight {
|
|
background-color: #1da867;
|
|
}
|
|
|
|
.om-menu-highlight {
|
|
color: #fff;
|
|
}
|
|
|
|
.om-submenu-bfcm-highlight {
|
|
background-color: #FFD700 !important;
|
|
}
|
|
|
|
.om-menu-bfcm-highlight {
|
|
color: #333 !important;
|
|
font-weight: 700 !important;
|
|
}
|
|
|
|
.om-plugin-upgrade-link,
|
|
.om-plugin-upgrade-link:hover {
|
|
color: #1da867;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.om-plugin-bf-link,
|
|
.om-plugin-bf-link:hover {
|
|
color: #ff0000 !important;
|
|
font-weight: 700 !important;
|
|
}
|
|
</style>
|