mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Moved editable table CSS into HTML import.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user