Add support for sorting in peer table

This commit is contained in:
2024-02-28 15:50:57 +01:00
parent 20610204e5
commit 959127ac2c
6 changed files with 107 additions and 25 deletions

View File

@@ -491,7 +491,7 @@ select {
border-radius: 6px;
margin: 3px;
background: var(--input_background);
padding: 5px 5px 5px 5px;
padding: 4px 5px;
overflow: hidden;
color: var(--input_text);
cursor: pointer;
@@ -538,7 +538,7 @@ input[type="color"]:active,
select:active {
box-shadow: inset 4px 4px 6px var(--shadow_color);
/* Exactly 4px offset compared to the inactive padding to give a depth effect */
padding: 9px 1px 1px 9px;
padding: 8px 1px 0px 9px;
}
.button_highlight {