mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Don't partially color in the composebox on narrow.
(imported from commit 99c3744541b5f0d993d59c5e9589f5fd30495f9e)
This commit is contained in:
parent
2cda98609b
commit
c7f031dc53
@ -13,7 +13,7 @@ body, #tab_bar, #tab_bar_underpadding, .message_list, .message_comp {
|
||||
transition: background-color 200ms linear;
|
||||
}
|
||||
|
||||
body.narrowed_view, .narrowed_view #tab_bar, .narrowed_view #tab_bar_underpadding, .narrowed_view .message_list, .narrowed_view .message_comp {
|
||||
body.narrowed_view, .narrowed_view #tab_bar, .narrowed_view #tab_bar_underpadding, .narrowed_view .message_list {
|
||||
background-color: #f0f8ff;
|
||||
-webkit-transition: background-color 200ms linear;
|
||||
-moz-transition: background-color 200ms linear;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user