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

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Vänttinen <sami.vanttinen@protonmail.com>2020-04-27 14:59:13 +0300
committerGitHub <noreply@github.com>2020-04-27 14:59:13 +0300
commit1ef4543f9555f709f9f1cabe01785cf7b80af14a (patch)
tree86beb5caf886a91973948169962bdd8025b7e9c3 /keepassxc-browser
parent7f56a85dcacd53a65a0061dab32b130fdafe2e36 (diff)
parent4489ad258347228af28d421a24905dc3f3a3a356 (diff)
Merge pull request #874 from orus-io/purecss-compat1.6.3
Purecss compat - force letter-spacing
Diffstat (limited to 'keepassxc-browser')
-rw-r--r--keepassxc-browser/css/autocomplete.css3
-rw-r--r--keepassxc-browser/css/notification.css3
2 files changed, 6 insertions, 0 deletions
diff --git a/keepassxc-browser/css/autocomplete.css b/keepassxc-browser/css/autocomplete.css
index a532e1e..53b9191 100644
--- a/keepassxc-browser/css/autocomplete.css
+++ b/keepassxc-browser/css/autocomplete.css
@@ -11,6 +11,9 @@
width: auto;
color: var(--kpxc-text-color);
font-size: .9em !important;
+ letter-spacing: normal !important;
+ word-spacing: normal !important;
+ text-rendering: auto !important;
}
.kpxcAutocomplete-items div:last-child {
diff --git a/keepassxc-browser/css/notification.css b/keepassxc-browser/css/notification.css
index 0fda0f7..1bb815f 100644
--- a/keepassxc-browser/css/notification.css
+++ b/keepassxc-browser/css/notification.css
@@ -5,6 +5,9 @@
cursor: pointer;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
+ letter-spacing: normal !important;
+ word-spacing: normal !important;
+ text-rendering: auto !important;
margin: 0px auto;
margin-bottom: 20px;
padding: 15px;