Update style.css

This commit is contained in:
Justin 2022-06-10 17:25:37 +08:00 committed by GitHub
parent fa52400cf7
commit 32d6d0aa1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ header {
height: 41px;
}
.update-btn {
background-color: gray;
background-color: black;
border-color: white;
color: white;
transition: 0.25s;
}
@ -74,7 +75,9 @@ header {
color: white;
}
.set-btn {
background-color: gray;
background-color: none;
border-color:white;
border-radius:8px;
color: white;
transition: 0.25s;
}
@ -127,7 +130,11 @@ header {
.fa-chevron-up,
.fa-chevron-down,
.fa-minus {
background-color: gray;
background-color: black;
border-style: solid;
border-color:white;
border-width:thin;
border-radius:8px;
padding: 10px;
transition: 0.25s;
}
@ -141,7 +148,7 @@ header {
cursor: pointer;
}
.display-features-list li:hover {
background-color: blue;
background-color: dodgerblue;
cursor: pointer;
}
@ -150,10 +157,12 @@ header {
margin-top: 60px;
}
.save-btn {
background-color: gray;
background-color: black;
color: white;
border-color:white;
padding-inline: 40px;
transition: 0.25s;
border-radius:8px;
}
.footer {
@ -163,7 +172,7 @@ header {
}
li.active {
background-color: skyblue;
background-color: dodgerblue;
}
.row-1,
.row-3 {
@ -255,3 +264,8 @@ li.active {
top: 10px;
}
}
.icon-featuresdisplay i {
cursor: pointer;
}