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