diff options
author | Mario <mario@mariovavti.com> | 2022-01-19 13:21:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-19 13:21:32 +0000 |
commit | 44da40d18d3420c44870d90eb8990223b11883f2 (patch) | |
tree | 2eba0f0e210ad5da536493f8191a9aab3e95b464 | |
parent | c742f25801b726a0d2e32460d2d87d0ad9c05caf (diff) | |
download | volse-hubzilla-44da40d18d3420c44870d90eb8990223b11883f2.tar.gz volse-hubzilla-44da40d18d3420c44870d90eb8990223b11883f2.tar.bz2 volse-hubzilla-44da40d18d3420c44870d90eb8990223b11883f2.zip |
revert background color
-rw-r--r-- | view/css/conversation.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 93964cd08..9ea668963 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -366,8 +366,5 @@ img.smiley.emoji:hover { } .contact-edit-rotator .spinner.s { - border-left: .2rem solid rgba(254, 254, 254, .5); - border-right: .2rem solid rgba(254, 254, 254, .5); - border-bottom: .2rem solid rgba(254, 254, 254, .5); border-top: .2rem solid rgba(254, 254, 254, .9); } |