mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-06 09:39:50 +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;
|
||
|
}
|