Adjust admin styles
This commit is contained in:
@@ -39,6 +39,15 @@
|
|||||||
margin-bottom: 1px !important;
|
margin-bottom: 1px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sp_editordiv #wp-content-editor-tools {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sp_editordiv .tmce-active .switch-html,
|
||||||
|
#sp_editordiv .html-active .switch-tmce {
|
||||||
|
background: #fdfdfd;
|
||||||
|
}
|
||||||
|
|
||||||
.sp-link:before {
|
.sp-link:before {
|
||||||
font: normal 20px/1 'dashicons';
|
font: normal 20px/1 'dashicons';
|
||||||
speak: none;
|
speak: none;
|
||||||
@@ -267,18 +276,18 @@ table.widefat select.sp-outcome {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.widefat.sp-sortable-table tbody tr .icon {
|
table.widefat.sp-sortable-table tbody tr {
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.widefat.sp-sortable-table tr {
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.widefat.sp-sortable-table tr:nth-child(2n-1) {
|
table.widefat.sp-sortable-table tbody tr:nth-child(2n-1) {
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.widefat.sp-sortable-table tbody tr .icon {
|
||||||
|
cursor: move;
|
||||||
|
}
|
||||||
|
|
||||||
.sp-admin-config-table th,
|
.sp-admin-config-table th,
|
||||||
.sp-admin-config-table td {
|
.sp-admin-config-table td {
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user