mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
4 lines
163 B
CSS
4 lines
163 B
CSS
|
.confirmedpassword .showOnClickContainer {
|
||
|
/* used to hide a container by-default when loading it so there is no "flash" as the content loads */
|
||
|
display:none;
|
||
|
}
|