mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
17 lines
247 B
CSS
17 lines
247 B
CSS
.ol-button {
|
|
width: 24px;
|
|
height: 24px;
|
|
background-color: transparent;
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.ol-button img {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.ol-button:hover {}
|
|
|
|
.ol-button:active {} |