mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-14 05:57:09 -08:00
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;
|
|
} |