mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed incorrect CSS selectors for plugin cards.
This commit is contained in:
@@ -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'] {
|
||||
|
||||
Reference in New Issue
Block a user