Improve visibility of keyword fields in metadata view
Change-Id: I88df6d11b31cfcae6ebd28c50c45d5e1d9acc521
diff --git a/Changes b/Changes
index ef8de58..6021941 100755
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.36 2019-08-29
+0.36 2019-09-19
- Rename all cookies to be independent
for different instance (#94).
- Enable https only via
@@ -11,6 +11,7 @@
- Fix pagination by not repeating page value in URL.
- Added auto-refresh of OAuth tokens.
- Added token revocation on logout.
+ - Improve visibility of keyword fields in metadata view.
WARNING: This requires relogin for all users!
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index b7ce463..1ec162b 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -255,6 +255,10 @@
padding:0;
> div {
padding: .2em;
+ &::before {
+ content: "\2022\00A0";
+ color: $dark-orange
+ }
}
}
diff --git a/package.json b/package.json
index a85bfbe..3737298 100755
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "Kalamar",
"description": "Mojolicious-based Frontend for KorAP",
"license": "BSD-2-Clause",
- "version": "0.36.2",
+ "version": "0.36.3",
"pluginVersion": "0.1",
"repository": {
"type": "git",