Add message styling and reset colors for dark color schemes

This commit is contained in:
Brian Miyaji
2017-03-20 14:12:30 +11:00
parent 6f0d1c7185
commit 9fb4b6616a
4 changed files with 28 additions and 6 deletions

View File

@@ -64,6 +64,15 @@
width: 100% !important;
}
/* Color Resets */
.sp-template input,
.sp-data-table input,
.sp-template .sp-event-logos,
.sp-template .sp-event-staff {
color: initial !important;
}
/* Links */
.sp-template a,
@@ -644,6 +653,12 @@
border-bottom-color: #00a69c !important;
}
/* Messages */
.sp-template .sp-message {
color: #00a69c !important;
border-color: #00a69c !important;
}
/* Post Content */
.single-sp_team .has-post-thumbnail .sp-post-content {

View File

@@ -218,6 +218,13 @@
cursor: pointer;
}
/* Messages */
.sp-message {
padding: 1em;
border: 1px solid transparent;
text-align: center;
}
/* Event Logos */
.sp-event-logos a {
text-decoration: none;