19 lines
241 B
CSS
19 lines
241 B
CSS
/**
|
|
* MaplePress Admin Styles
|
|
*
|
|
* @package MaplePress
|
|
*/
|
|
|
|
.maplepress-admin {
|
|
max-width: 800px;
|
|
}
|
|
|
|
.maplepress-status-active {
|
|
color: #46b450;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.maplepress-status-inactive {
|
|
color: #dc3232;
|
|
font-weight: bold;
|
|
}
|