You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
449 B

html, body {
background: #EEE;
}
#login_dialog {
background: #FFF;
padding: 2em;
margin-top: 100px;
}
#login_dialog h1 {
margin: 0;
}
.setup-link {
opacity: 0;
}
.checks-row:hover .setup-link {
opacity: 1;
}
.name-edit.inactive .input-name {
border: 1px solid rgba(0, 0, 0, 0);
background: none;
box-shadow: none;
}
.name-edit.inactive button {
opacity: 0;
}
.name-edit button {
opacity: 1;
}