styles buttons
This commit is contained in:
parent
13eacc886d
commit
2f4ab95d7a
@ -13,7 +13,6 @@
|
|||||||
.collapsible {
|
.collapsible {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
color: black;
|
color: black;
|
||||||
cursor: pointer;
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -39,6 +38,14 @@
|
|||||||
background: #333333;
|
background: #333333;
|
||||||
color: #fff
|
color: #fff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:hover {
|
||||||
|
background: #444444;
|
||||||
|
}
|
||||||
|
button:active {
|
||||||
|
background: #222222;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
@ -106,6 +113,11 @@
|
|||||||
color: #000
|
color: #000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.overlayButton:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user