mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
alerts: Polish .alert-box .alert styling.
This polishes the styling on the alerts inside of the .alert-box to have more appropriate colors, margins, and padding.
This commit is contained in:
committed by
Tim Abbott
parent
ec90f0c342
commit
c7cb20d873
@@ -387,9 +387,9 @@ function focus_ping(want_redraw) {
|
||||
|
||||
// Update Zephyr mirror activity warning
|
||||
if (data.zephyr_mirror_active === false) {
|
||||
$('#zephyr-mirror-error').show();
|
||||
$('#zephyr-mirror-error').addClass("show");
|
||||
} else {
|
||||
$('#zephyr-mirror-error').hide();
|
||||
$('#zephyr-mirror-error').removeClass("show");
|
||||
}
|
||||
|
||||
exports.new_user_input = false;
|
||||
|
||||
Reference in New Issue
Block a user