haccfiles/pkgs/thelounge/css-patch.css
stuebinm 41b45b5e9d
stage webchat: make signup form orange
fits better with the attac-themed of the rest of the website
2021-08-26 22:36:49 +02:00

41 lines
639 B
CSS

/* Hides extra fields on connect screen */
.connect-row:nth-of-type(4) {
display: none !important;
}
.connect-row:nth-of-type(2) {
display: none !important;
}
.connect-row:nth-of-type(5) {
display: none !important;
}
/* Hides side panel button */
.header > button:first-child {
display: none !important;
}
/* Hides channel options button (includes leave option) */
.header > button:nth-last-child(2) {
display: none !important;
}
.btn {
border-color: #eb6721 !important;
color: #eb6721;
}
.btn:hover {
background-color: #eb6721;
color: white;
}
.input:not(:disabled):hover {
border-color: #eb6721;
}