diff options
author | Mario <mario@mariovavti.com> | 2022-12-11 19:19:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-12-11 19:19:47 +0000 |
commit | c5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc (patch) | |
tree | 79f2c33f51372a7212bdaa68673f69d2e2e4c511 /view/css | |
parent | 1c17768dc5a4de21d8b431807fd184101c1d2c58 (diff) | |
download | volse-hubzilla-c5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc.tar.gz volse-hubzilla-c5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc.tar.bz2 volse-hubzilla-c5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc.zip |
css fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 4 | ||||
-rw-r--r-- | view/css/conversation.css | 9 |
2 files changed, 0 insertions, 13 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index b0bd4fd75..f1296d7b2 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -65,7 +65,3 @@ label { a { text-decoration: none !important; } - -.mark { - background-color: yellow; -} diff --git a/view/css/conversation.css b/view/css/conversation.css index 97d7857cc..e286a2b22 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -216,15 +216,6 @@ a.wall-item-name-link { color: #007bff; } -.item-highlight { - border-left: 0.2rem solid #007bff; -} - -.item-highlight .wall-item-head, -.item-highlight .wall-item-content, -.item-highlight .wall-item-tools { - padding-left: 0.3rem; -} /* comment_item */ |