-
-
+
+
Add
Remove
@@ -67,10 +67,10 @@
- |
- |
- |
- |
+ |
+ |
+ |
+ |
|
@@ -96,7 +96,7 @@
|
-
+
|
@@ -136,14 +136,26 @@
}
::content td,
::content th {
- vertical-align: top;
+ vertical-align: middle;
text-align: left;
+ padding: 0 7px;
}
- ::content td {
- padding: 0;
+ ::content th:first-child,
+ ::content td:first-child {
+ padding-left: 16px;
+ }
+ ::content th:last-child,
+ ::content td:last-child {
+ padding-left: 0;
+ }
+ ::content thead > tr {
+ height: 56px;
+ }
+ ::content tbody > tr {
+ height: 48px;
}
::content th {
- padding: 0 4px;
+ color: var(--loot-secondary-text-color);
border-bottom: 1px solid var(--loot-divider-color);
}
::content paper-icon-button {
diff --git a/src/gui/html/elements/loot-plugin-editor.html b/src/gui/html/elements/loot-plugin-editor.html
index f3c02946..c36d2294 100644
--- a/src/gui/html/elements/loot-plugin-editor.html
+++ b/src/gui/html/elements/loot-plugin-editor.html
@@ -77,10 +77,6 @@ loot-editor-close
#main {
padding: 8px 16px;
}
- iron-pages > div > table[is=editable-table] th {
- padding-top: 8px;
- padding-bottom: 8px;
- }
#title {
@apply(--layout-flex);
overflow: hidden;
| | |