Update style.css
This commit is contained in:
parent
418daeabe3
commit
b54a82f4d5
@ -122,16 +122,79 @@ header {
|
|||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-select {
|
||||||
|
border-color: dimgrey;
|
||||||
|
background-color: #262525;
|
||||||
|
box-shadow: none;
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-select:hover{
|
||||||
|
border-color: dimgrey;
|
||||||
|
background-color: #434343;
|
||||||
|
box-shadow: none;
|
||||||
|
color:white;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-select:focus{
|
||||||
|
border-color: dimgrey;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-select:active{
|
||||||
|
border-color: dimgray;
|
||||||
|
background-color: #262525;
|
||||||
|
box-shadow: none;
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control {
|
||||||
|
border-color: dimgray;
|
||||||
|
background-color: #262525;
|
||||||
|
box-shadow: none;
|
||||||
|
color:white;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.form-control:hover {
|
||||||
|
border-color: dimgray;
|
||||||
|
background-color: #434343;
|
||||||
|
box-shadow: none;
|
||||||
|
color:white;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control:focus {
|
||||||
|
border-color: dimgray;
|
||||||
|
background-color: #434343;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
|
||||||
/* Features to display */
|
/* Features to display */
|
||||||
.features-div {
|
.features-div {
|
||||||
background-color: white;
|
background-color: #262525;
|
||||||
|
border-color: dimgray;
|
||||||
|
border-width: thin;
|
||||||
|
border-style: solid;
|
||||||
|
color:white;
|
||||||
|
border-radius: 8px;
|
||||||
padding-block: 10px;
|
padding-block: 10px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
.features-div-two {
|
.features-div-two {
|
||||||
background-color: white;
|
background-color: #262525;
|
||||||
|
border-color: dimgray;
|
||||||
|
border-width: thin;
|
||||||
|
border-style: solid;
|
||||||
padding-block: 10px;
|
padding-block: 10px;
|
||||||
|
border-radius: 8px;
|
||||||
height: 370px;
|
height: 370px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user