seeing-red/css/chpurple.css

30 lines
584 B
CSS
Raw Permalink Normal View History

2021-07-01 22:54:08 +00:00
/* Contextual Help Settings */
/* BLUE */
#contextual-help-link-wrap,
#contextual-help-wrap {
border-bottom: 1px solid #7200b2;
border-left: 1px solid #7200b2;
border-right: 1px solid #7200b2;
background: #eadcf5;
}
#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: #7200b2;
font-weight: bold;
}
a#contextual-help-link:hover {
color: #00138B;
}
/* WP 4.4 fix */
button#contextual-help-link,
button#show-settings-link {
box-shadow: none;
}