zulip/zephyr/static/styles/zephyr.css

58 lines
825 B
CSS
Raw Normal View History

.top-content {
padding-left: 10px;
padding-right: 20px;
}
#main_div {
height: 400px;
overflow-y: scroll;
}
form.zephyr input {
width: 95%;
}
form.zephyr textarea {
width: 95%;
}
#narrow_bar {
margin-top: 5px;
}
#unhide {
vertical-align: middle;
}
#narrow_indicator {
vertical-align: middle;
margin-left: 5px;
}
.zephyr_label_clickable:hover {
background-color: #999999;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.zephyr_class {
background-color: #b94a48;
}
.zephyr_instance {
background-color: #468847;
}
.zephyr_personal_recipient {
background-color: #3a87ad;
}
.zephyr_sender {
background-color: #3a87ad;
}