summaryrefslogtreecommitdiffstats
path: root/doc/global/template
diff options
context:
space:
mode:
Diffstat (limited to 'doc/global/template')
-rw-r--r--doc/global/template/style/offline.css5
-rw-r--r--doc/global/template/style/online.css6
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css
index dc0a6d1ec9..16f26f43bb 100644
--- a/doc/global/template/style/offline.css
+++ b/doc/global/template/style/offline.css
@@ -61,6 +61,11 @@ a:link {
text-align: left;
}
+a.qa-mark:target:before {
+ content: "***";
+ color: #ff0000;
+}
+
a:hover {
color: #44a51c;
text-align: left;
diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css
index d558137e2e..3e722128f8 100644
--- a/doc/global/template/style/online.css
+++ b/doc/global/template/style/online.css
@@ -1588,3 +1588,9 @@ input:focus {
box-shadow: 0 0 5px #46a2da;
color: #000;
}
+
+a.qa-mark:target:before {
+ content: "***";
+ color: #ff0000;
+}
+