mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +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;
|
||
|
}
|