comment.css in Open Social 8
Same filename in this branch
Same filename and directory in other branches
- 8.9 themes/socialblue/assets/css/comment.css
- 8.2 themes/socialblue/assets/css/comment.css
- 8.3 themes/socialblue/assets/css/comment.css
- 8.4 themes/socialblue/assets/css/comment.css
- 8.5 themes/socialblue/assets/css/comment.css
- 8.6 themes/socialblue/assets/css/comment.css
- 8.7 themes/socialblue/assets/css/comment.css
- 8.8 themes/socialblue/assets/css/comment.css
.comments { background: #f3f3f3; border-radius: 10px; } .comment__reply-btn { color: #33b5e5; fill: #33b5e5; } .comment__reply-btn:hover, .comment__reply-btn:focus { color: #1a8dbe; fill: #1a8dbe; }
File
themes/socialblue/assets/css/comment.cssView source
- .comments {
- background: #f3f3f3;
- border-radius: 10px;
- }
-
- .comment__reply-btn {
- color: #33b5e5;
- fill: #33b5e5;
- }
-
- .comment__reply-btn:hover, .comment__reply-btn:focus {
- color: #1a8dbe;
- fill: #1a8dbe;
- }