Fixed incorrect CSS selectors for plugin cards.

This commit is contained in:
WrinklyNinja
2014-07-20 20:11:03 +01:00
parent 0e5a53197d
commit d7178e41e3
+6 -6
View File
@@ -149,25 +149,25 @@
width: 100%;
text-overflow: ellipsis;
}
.editable td:last-child {
table td:last-child {
cursor: pointer;
}
.editable td:last-child:hover {
table td:last-child:hover {
color: red;
}
.editable {
table {
margin: 3em 1em;
border-collapse: collapse;
}
.editable td, .editable th {
table td, table th {
vertical-align: top;
text-align: left;
padding: 0.5em;
}
.editable th {
table th {
border-bottom: 1px black solid;
}
.editable tr:last-child {
table tr:last-child {
cursor: pointer;
}
input[type='checkbox'] {