Merge pull request #64 from purplewhite/master

Bugfix Cover thumb sizes
This commit is contained in:
Ultimate Member
2015-12-30 16:56:43 +02:00
4 changed files with 42 additions and 5 deletions
+10
View File
@@ -428,6 +428,16 @@ p.um-notice.warning {
outline: none !important;
}
.um-form .wp-editor-container {
border: 1px solid #ddd;
}
.um-form .wp-editor-container textarea {
background: #ddd !important;
color: #222 !important;
border-radius: 0;
}
/*
- Radio & Checkboxes
*/
+1 -1
View File
File diff suppressed because one or more lines are too long