mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
15 lines
188 B
CSS
15 lines
188 B
CSS
.olympus-button{
|
|
width: 24px;
|
|
height: 24px;
|
|
background-color: transparent;
|
|
border-radius: 50%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.olympus-button:hover{
|
|
|
|
}
|
|
|
|
.olympus-button:active{
|
|
|
|
} |