client/securedrop_client/resources/css/speech_bubble_status_bar.css (42 lines of code) (raw):
#SpeechBubble_status_bar {
min-height: 5px;
max-height: 5px;
background-color: #102781;
border: 0px;
}
#SpeechBubble_status_bar_decryption_error {
min-height: 5px;
max-height: 5px;
background-color: #bcbfcd;
border: 0px;
}
#ReplyWidget_status_bar {
min-height: 5px;
max-height: 5px;
background-color: #0065db;
border: 0px;
}
#ReplyWidget_status_bar_pending {
min-height: 5px;
max-height: 5px;
background-color: #0065db;
border: 0px;
}
#ReplyWidget_status_bar_failed {
min-height: 5px;
max-height: 5px;
background-color: #ff3366;
border: 0px;
}
#ReplyWidget_status_bar_current_user {
min-height: 5px;
max-height: 5px;
background-color: #9211ff;
border: 0px;
}
#ReplyWidget_status_bar_pending_current_user {
min-height: 5px;
max-height: 5px;
background-color: #9211ff;
border: 0px;
}