seeing-red/css/chred.css
2016-01-28 12:39:51 -05:00

30 lines
583 B
CSS

/* Contextual Help Settings */
/* RED */
#contextual-help-link-wrap,
#contextual-help-wrap {
border-bottom: 1px solid #CC0000;
border-left: 1px solid #CC0000;
border-right: 1px solid #CC0000;
background: #fff5f5;
}
#contextual-help-link-wrap { /* Fixes bottom border issue on #contextual-help-wrap */
border-top: none;
margin-right: 1px;
margin-top: -1px;
}
a#contextual-help-link {
color: #CC0000;
font-weight: bold;
}
a#contextual-help-link:hover {
color: #c00909;
}
/* WP 4.4 fix */
button#contextual-help-link,
button#show-settings-link {
box-shadow: none;
}