mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-19 05:40:12 +10:00
Update Settings Shell.
This commit is contained in:
@@ -121,7 +121,7 @@ aside.left {
|
||||
left: 0px;
|
||||
width: 300px;
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
padding: 0 1px 0 0;
|
||||
background-color: rgb(20, 0, 68);
|
||||
color: white;
|
||||
}
|
||||
@@ -157,11 +157,12 @@ aside .container ul li {
|
||||
align-content: center;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
transition: all 0.3s cubic-bezier(0.1, 0.9, 0.2, 1);
|
||||
}
|
||||
|
||||
aside .container ul li.selected {
|
||||
/* background-color: rgba(101, 38, 254, 0.61); */
|
||||
background-color: rgba(95, 95, 95, 0.45);
|
||||
background-color: rgba(170, 170, 170, 0.45);
|
||||
}
|
||||
|
||||
aside .container ul li:hover {
|
||||
@@ -171,12 +172,17 @@ aside .container ul li:hover {
|
||||
aside .container ul li:active {
|
||||
background-color: white;
|
||||
color: black;
|
||||
transform: scale(0.9594);
|
||||
}
|
||||
|
||||
aside .container ul li:focus {
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
#back:disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.main.right {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
|
||||
Reference in New Issue
Block a user