Fix options page tab order

This commit is contained in:
hensm
2020-07-23 12:27:26 +01:00
parent d2f4fee63b
commit 30c3cb30eb
2 changed files with 7 additions and 8 deletions

View File

@@ -242,8 +242,8 @@ button.ghost:not(:hover) {
color: var(--secondary-color);
}
#form > .category:not(:first-child) {
border-top: 1px solid var(--border-color);
#form > .category {
border-bottom: 1px solid var(--border-color);
}