Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Annotations/templates')
-rw-r--r--plugins/Annotations/templates/_annotation.twig2
-rw-r--r--plugins/Annotations/templates/_annotationList.twig2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Annotations/templates/_annotation.twig b/plugins/Annotations/templates/_annotation.twig
index c90e99a428..77f9f3304d 100644
--- a/plugins/Annotations/templates/_annotation.twig
+++ b/plugins/Annotations/templates/_annotation.twig
@@ -36,7 +36,7 @@
{% if annotation.canEditOrDelete %}
<div class="annotation-edit-mode" style="display:none;">
<div class="input-field">
- <input class="annotation-edit browser-default" type="text" value="{{ annotation.note|raw }}"/>
+ <input class="annotation-edit" type="text" value="{{ annotation.note|raw }}"/>
</div>
<br/>
<input class="annotation-save btn" type="button" value="{{ 'General_Save'|translate }}"/>
diff --git a/plugins/Annotations/templates/_annotationList.twig b/plugins/Annotations/templates/_annotationList.twig
index e7f8a503e3..7e53c4ac9c 100644
--- a/plugins/Annotations/templates/_annotationList.twig
+++ b/plugins/Annotations/templates/_annotationList.twig
@@ -25,7 +25,7 @@
<td class="annotation-value">
<div class="input-field">
<input type="text" value=""
- class="new-annotation-edit browser-default"
+ class="new-annotation-edit"
placeholder="{{ 'Annotations_EnterAnnotationText'|translate }}"/>
</div><br/>
<input type="button" class="btn new-annotation-save" value="{{ 'General_Save'|translate }}"/>