Moved editable table CSS into HTML import.

This commit is contained in:
Oliver Hamlet
2014-11-07 11:44:50 +00:00
parent 5a1f381610
commit 89658b2914
2 changed files with 28 additions and 26 deletions
+1 -25
View File
@@ -335,31 +335,7 @@ td input {
text-overflow: ellipsis;
}
table[is=editable-table] td:last-child {
cursor: pointer;
}
table[is=editable-table] td:last-child:hover {
color: red;
}
table[is=editable-table] {
margin: 3em 1em;
border-collapse: collapse;
}
table[is=editable-table] td, table[is=editable-table] th {
vertical-align: top;
text-align: left;
padding: 0.5em;
}
table[is=editable-table] th {
border-bottom: 1px black solid;
}
table[is=editable-table] tbody tr:last-child {
cursor: pointer;
color: grey;
}
table[is=editable-table] tbody tr:last-child:hover {
color: black;
}
#pluginsNav .priority {
display: none;
+27 -1
View File
@@ -69,7 +69,33 @@
<td class="fa fa-trash-o fa-fw"></td>
</tr>
</template>
<style>
table[is=editable-table] td:last-child {
cursor: pointer;
}
table[is=editable-table] td:last-child:hover {
color: red;
}
table[is=editable-table] {
margin: 3em 1em;
border-collapse: collapse;
}
table[is=editable-table] td, table[is=editable-table] th {
vertical-align: top;
text-align: left;
padding: 0.5em;
}
table[is=editable-table] th {
border-bottom: 1px black solid;
}
table[is=editable-table] tbody tr:last-child {
cursor: pointer;
color: grey;
}
table[is=editable-table] tbody tr:last-child:hover {
color: black;
}
</style>
<script>
'use strict';
// Record this document.