/* increase space for icons right and make them a bit bigger */
.flex-tab-bar .tab-button {
padding-top: 10px;
padding-bottom: 10px;
}
/*
[class^="icon-"]::before, [class*=" icon-"]::before {
font-size: 18px;
}
*/
/* color the bar for channel / conversations / private groups to dark orange */
/* .side-nav h3 {
color: rgba(255,255,255,0.8);
background-color: #8dc470;
}
.side-nav {
backround-color: #fff;
}
*/
/* emphasize active channel in left list */
/*
.side-nav ul li.active a {
background-color: rgba(255,255,225,0.175);
color: rgba(255,255,255,0.85);
}
*/
.wrapper {
color: white;
}
/* remove loading rocket*/
.rocket-loader {
display: none;
}
/* Buttons on Login page */
.full-page a.btn {
display: inline-block;
border: 1px solid;
padding: .5em 1em;
text-decoration: none;
background-color: #32783E;
color: #fff;
border-radius: 4px;
cursor: pointer;
transition: .5s background-color, .5s color;
}
.full-page .btn:hover, .full-page .btn:active, .full-page .btn:focus {
background-color: #fff;
color: #75ad5a;
}
/*
button {
color: black;
background-color: white;
border: 2px, aliceblue green;
}
*/
/* Custom Emoji selector: replace rocket with square */
.icon-rocket::before {
content: "A";
}
.button {
background-color:#fff;
color: #000;}
.button:hover {
background-color:#fff;}
#login-card {
max-width: 500px;
}
.sidebar-item__user-status--offline {
background-color: #b0b0b0;
}
/*
.full-page .wrapper {
background-image: url(https://fairchat.net/rcstatic/img/CrowdPeoplePexelsCC0.jpg);
background-repeat: no-repeat;
}
*/
/*
.content {
background-image: url(https://fairchat.net/rcstatic/img/FlatschSpitze2k.jpg);
background-image: url(https://fairchat.net/rcstatic/img/Boedele.jpg);
background-repeat: no-repeat;
}
*/
h5 {
font-size: 50px;
color: #000000;
line-height: 60px;
}
p.landingpage2, a.landingpage2 {
color: black;
line-height: 150%;
background-color: white;
padding: 8px;
border-radius: 4px;
}
a.admin-link {
color: black;
}
a {
color: #82ad29;}
i {
color:#c2d129;}
.rooms-list__type {
color:#666;}
.rooms-list__empty-room{
color:#666;}
.sidebar__toolbar-button {
color:#666;}
.sidebar-item__message-top {
color:#666;}
.sidebar-item--unread .sidebar-item__name {
color:#f7f7f7!important;}
.sidebar-item__message-top:hover {
color:#f7f7f7!important;}
.sidebar-item--active .sidebar-item__name {
color:#f7f7f7!important;}
.wrapper {
color:black;}
.emoji {
width: 100px;
height: 75px;
}
Comments
Please register or sign in to add a comment.