seeing-red/css/chred.css

30 lines
583 B
CSS
Raw Normal View History

2015-10-18 16:46:53 +00:00
/* 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;
2016-01-28 17:39:51 +00:00
}
/* WP 4.4 fix */
button#contextual-help-link,
button#show-settings-link {
box-shadow: none;
}