From cdcbb9d516f18a5b6db8778d9534931e11cd8eb3 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sat, 5 Apr 2014 06:36:13 +0100 Subject: [PATCH] Issue #1662954 by balis_m, mjonesdinero, kalpaitch, IshaDakota, kerasai, ckrina, BarisW | ZenDoodles: Use less-specific tabledrag selectors. --- core/modules/block/css/block.admin.css | 10 ---------- core/modules/field_ui/css/field_ui.admin.css | 6 ------ core/modules/system/css/system.module.css | 12 ++++++++++++ 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/core/modules/block/css/block.admin.css b/core/modules/block/css/block.admin.css index 407c7c085d0..42ef70d045d 100644 --- a/core/modules/block/css/block.admin.css +++ b/core/modules/block/css/block.admin.css @@ -1,13 +1,3 @@ -#blocks tr.region-title td { - font-weight: bold; -} -#blocks tr.region-message { - font-weight: normal; - color: #999; -} -#blocks tr.region-populated { - display: none; -} .block-region { background-color: #ff6; margin-top: 4px; diff --git a/core/modules/field_ui/css/field_ui.admin.css b/core/modules/field_ui/css/field_ui.admin.css index e3dff0bf3b4..29bef62e3e1 100644 --- a/core/modules/field_ui/css/field_ui.admin.css +++ b/core/modules/field_ui/css/field_ui.admin.css @@ -10,9 +10,6 @@ [dir="rtl"] .field-ui-overview .add-new .label-input { float: right; } -.field-ui-overview .add-new .tabledrag-changed { - display: none; -} .field-ui-overview .add-new .description { margin-bottom: 0; max-width: 250px; @@ -30,9 +27,6 @@ .field-ui-overview .region-message td { font-style: italic; } -.field-ui-overview .region-populated { - display: none; -} .field-ui-overview .region-add-new-title { display: none; } diff --git a/core/modules/system/css/system.module.css b/core/modules/system/css/system.module.css index 3227d506a8d..6c22b2c3cdc 100644 --- a/core/modules/system/css/system.module.css +++ b/core/modules/system/css/system.module.css @@ -79,6 +79,18 @@ body.drag { cursor: move; } +tr.region-title { + font-weight: bold; +} +tr.region-message { + color: #999; +} +tr.region-populated { + display: none; +} +tr.add-new .tabledrag-changed { + display: none; +} .draggable a.tabledrag-handle { cursor: move; float: left; /* LTR */