mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
35 lines
563 B
CSS
35 lines
563 B
CSS
* {
|
|
transition: all 0.5s cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
}
|
|
|
|
.page {
|
|
background-color: #1d1d1d;
|
|
}
|
|
|
|
.page.splash {
|
|
background-color: #001629;
|
|
}
|
|
|
|
.page.splash .content,
|
|
.page.splash .content * {
|
|
transition: none;
|
|
}
|
|
|
|
.page .content.loading,
|
|
.page .content.main,
|
|
.page .progress,
|
|
.page .reason p,
|
|
.page .controls .checkbox {
|
|
color: white;
|
|
}
|
|
|
|
.page .content.main .pkgapplabel {
|
|
color: #299fff;
|
|
}
|
|
|
|
.page .reason textarea {
|
|
background-color: rgba (255, 255, 255, 0);
|
|
color: white;
|
|
border: 2px solid white;
|
|
box-sizing: border-box;
|
|
} |