From dab002aecb213695ff546443e51374e408c16e77 Mon Sep 17 00:00:00 2001
From: Tim Schroeder <t.schroeder@itc.rwth-aachen.de>
Date: Fri, 17 Jul 2020 16:09:55 +0200
Subject: [PATCH] made like button background transparent under moodle 39

---
 styles.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/styles.css b/styles.css
index 60b6bac..e87c366 100644
--- a/styles.css
+++ b/styles.css
@@ -472,6 +472,7 @@ body {
 
 .path-mod-pdfannotator .chat-message button, .path-mod-pdfannotator #comment-nav button {
     border-color: transparent;
+    background-color: transparent;
 }
 
 .path-mod-pdfannotator .chat-message.questioncomment {
-- 
GitLab