From ea955c63750801d02035dbcb737529138616d371 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 13 Oct 2014 17:01:28 +1100 Subject: [PATCH] Adjust admin styles --- assets/css/admin.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/assets/css/admin.css b/assets/css/admin.css index 9ae837b5..d17b1919 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -39,6 +39,15 @@ 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 { font: normal 20px/1 'dashicons'; speak: none; @@ -267,18 +276,18 @@ table.widefat select.sp-outcome { width: 100%; } -table.widefat.sp-sortable-table tbody tr .icon { - cursor: move; -} - -table.widefat.sp-sortable-table tr { +table.widefat.sp-sortable-table tbody tr { 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; } +table.widefat.sp-sortable-table tbody tr .icon { + cursor: move; +} + .sp-admin-config-table th, .sp-admin-config-table td { padding: 8px 10px;