mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-22 02:06:32 -05:00
* add doxygen-theme-css submodule * enable theme and disable not needed code references * hide nav sync button * css and cleanup * Move comments to dedicated README to not fail config check
10 lines
175 B
CSS
10 lines
175 B
CSS
/* hide navigation sync control and icons */
|
|
#nav-sync,
|
|
#nav-sync * {
|
|
display: none !important;
|
|
}
|
|
|
|
div.nav-sync-icon,
|
|
div.nav-sync-icon * {
|
|
display: none !important;
|
|
} |