mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
35 lines
842 B
CSS
35 lines
842 B
CSS
.navMenuOption:hover, .actionSheetMenuItem:hover {
|
|
background-color: rgba(var(--accent),1) !important;
|
|
}
|
|
|
|
/*Login background*/
|
|
#loginPage {
|
|
background: url(https://imgur.com/S3WiZIM.png) !important;
|
|
background-size: cover !important;
|
|
}
|
|
|
|
/*Theme the library scan progress bar*/
|
|
progress {
|
|
background: #cecece !important;
|
|
border: 1px solid rgba(255, 255, 255);
|
|
}
|
|
progress::-webkit-progress-bar {
|
|
background: #cecece !important;
|
|
border: 0px solid rgba(255, 255, 255);
|
|
}
|
|
progress::-webkit-progress-value {
|
|
background-color: rgba(255,255,255);
|
|
}
|
|
#divRunningTasks span {
|
|
color: black !important;
|
|
}
|
|
.taskProgressOuter {
|
|
background: #cecece !important;
|
|
border: 1px solid rgba(255, 255, 255);
|
|
}
|
|
.taskProgressInner {
|
|
background: rgba(255,255,255) !important;
|
|
}
|
|
#scheduledTasksPage span {
|
|
color: rgba(255,255,255) !important;
|
|
} |