A self hosted chat application with end-to-end encrypted messaging.
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.
 
 
 
 
 
 

24 lines
365 B

.myClass {
color: red;
}
#body-container {
margin: 0 auto 0 auto;
max-width: 80%;
/* vertical-align: auto; */
}
.shadow-sm {
width: 50%;
}
input[type="radio"]{
/*position:fixed;*/
opacity:0;
}
input[type=radio]+label {
font-weight: normal;
}
input[type=radio]:checked+label {
font-weight: bold;
}
input[type=radio]:focus+label {
border: 1px dotted #000;
}