Add CodeMirror styles to match settings page
This commit is contained in:
@@ -538,6 +538,18 @@ table.widefat.sp-sortable-table tbody tr .icon {
|
||||
-webkit-transition: none;
|
||||
}
|
||||
|
||||
/* CodeMirror */
|
||||
|
||||
.sp-settings-section .CodeMirror {
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
|
||||
}
|
||||
|
||||
.sp-settings-section .CodeMirror-gutters {
|
||||
background: #f9f9f9;
|
||||
border-color: #e1e1e1;
|
||||
}
|
||||
|
||||
/* Paragraph */
|
||||
.sp-para {
|
||||
margin: 1em 0;
|
||||
|
||||
Reference in New Issue
Block a user