diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-21 20:59:31 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-21 20:59:31 +0200 |
commit | 6f99ca1d3170b6f18e880aeda225770fae4f2eea (patch) | |
tree | f412c46620b3430ca9ba42c6993e81c6f08aad25 | |
parent | 8efa103041cb8fd89b04f32cf234667c8fb3f5ad (diff) | |
download | volse-hubzilla-6f99ca1d3170b6f18e880aeda225770fae4f2eea.tar.gz volse-hubzilla-6f99ca1d3170b6f18e880aeda225770fae4f2eea.tar.bz2 volse-hubzilla-6f99ca1d3170b6f18e880aeda225770fae4f2eea.zip |
opacity for jot settings/reset buttons
-rw-r--r-- | view/css/conversation.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 3ad9ed57f..f7804f5dd 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -35,6 +35,7 @@ position: absolute; top: 0px; right: 0px; + opacity: 0.7; } #profile-jot-text { |