mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Improved table heading padding.
For settings table and editor tables. Closes #378.
This commit is contained in:
@@ -209,7 +209,7 @@ html /deep/ table {
|
||||
width: 100%;
|
||||
background-color: #E8EAF6;
|
||||
}
|
||||
html /deep/ table td, table th {
|
||||
html /deep/ table td, html /deep/ table th {
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
padding: 8px 16px;
|
||||
|
||||
@@ -123,9 +123,12 @@
|
||||
html /deep/ table[is=editable-table] {
|
||||
background-color: inherit;
|
||||
}
|
||||
html /deep/ table[is=editable-table] td, table[is=editable-table] th {
|
||||
html /deep/ table[is=editable-table] td {
|
||||
padding: 0;
|
||||
}
|
||||
html /deep/ table[is=editable-table] th {
|
||||
padding: 0 4px;
|
||||
}
|
||||
html /deep/ table[is=editable-table] paper-icon-button {
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
}
|
||||
|
||||
@@ -112,6 +112,10 @@ loot-editor-close
|
||||
padding: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
core-selector > div > table[is=editable-table] th {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
</style>
|
||||
<core-toolbar class="medium-tall">
|
||||
<core-tooltip id="activeTick" label="Active Plugin" noarrow>
|
||||
|
||||
Reference in New Issue
Block a user