seeing-red/css/sogreen.css

29 lines
562 B
CSS
Raw Normal View History

2015-10-18 16:46:53 +00:00
/* Screen Options Settings */
/* Red for now */
#screen-options-link-wrap,
#screen-options-wrap {
border-bottom: 1px solid #008B00;
border-left: 1px solid #008B00;
border-right: 1px solid #008B00;
background: #DFFFD2;
}
#screen-options-link-wrap { /* Fixes bottom border issue on #screen-options-wrap */
border-top: none;
margin-top: -1px;
}
a#show-settings-link {
color: #008B00;
font-weight: bold;
}
a#show-settings-link:hover {
color: #005500;
}
2016-01-28 17:39:51 +00:00
/* WP 4.4 fix */
button#contextual-help-link,
button#show-settings-link {
box-shadow: none;
}