mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
WIP Fields
This commit is contained in:
16
base.css
16
base.css
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user