Issue #1662954 by balis_m, mjonesdinero, kalpaitch, IshaDakota, kerasai, ckrina, BarisW | ZenDoodles: Use less-specific tabledrag selectors.

8.0.x
Alex Pott 2014-04-05 06:36:13 +01:00
parent d726c5f562
commit cdcbb9d516
3 changed files with 12 additions and 16 deletions

View File

@ -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;

View File

@ -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;
}

View File

@ -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 */