mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-19 12:41:00 +00:00
7 lines
155 B
CSS
7 lines
155 B
CSS
/* A fake button as doxygen doesn't allow button elements */
|
|
.open-button {
|
|
background: var(--primary-color);
|
|
color: white;
|
|
cursor: pointer;
|
|
}
|