diff options
author | Mario <mario@mariovavti.com> | 2022-01-19 13:22:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-19 13:22:23 +0000 |
commit | 33254b4cac748a1a45f4637a1faf12d061da2f23 (patch) | |
tree | 90c9f6b98cd1b28fdac5536e6417cc978db39b17 | |
parent | b153687bf1cdc659bb320f37d64748386ca30cbb (diff) | |
parent | 44da40d18d3420c44870d90eb8990223b11883f2 (diff) | |
download | volse-hubzilla-33254b4cac748a1a45f4637a1faf12d061da2f23.tar.gz volse-hubzilla-33254b4cac748a1a45f4637a1faf12d061da2f23.tar.bz2 volse-hubzilla-33254b4cac748a1a45f4637a1faf12d061da2f23.zip |
Merge branch 'dev' into 7.0RC
-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); } |