WIP Fields

This commit is contained in:
Casper Talvio
2021-05-31 00:54:29 +03:00
parent 899755b8c4
commit 9df9a36704
11 changed files with 67 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
:root {--indicator: 0, 164, 220;}
:root {--selection: 0, 164, 220;}
/*Top "task bar" enlarge text*/
.headerTabs.sectionTabs {
@@ -10,6 +11,21 @@
margin-bottom: auto;
}
/*Theme process progress ring*/
.progressring-spiner {
border-color: rgba(var(--accent));
border-width: .35em;
}
.progressring {
margin: .4em;
}
.progressring-bg {
display: none;
}
/*Theme link color*/
#itemDetailPage .button-link {color: inherit !important;}
/*Accommodate mobile and align buttons and indicators*/
.cardIndicators,
.listItemIndicators {