summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-12-02 17:10:39 +0100
committerJo-Philipp Wich <jo@mein.io>2018-12-02 17:10:39 +0100
commita92c94df32eaf9d0693eb799bfcf5bd7e92151b8 (patch)
treece6f3184714125fc28000273ea55bfa26c87ba85
parent9a6e584449fcd86d88d140c99d1a51297e35be72 (diff)
luci-mod-system: fix IE10/Edge rendering quirk on SSH keys page
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r--modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm b/modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm
index e0917995e..ac453f3f6 100644
--- a/modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm
+++ b/modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm
@@ -17,6 +17,10 @@
white-space: nowrap;
unicode-bidi: bidi-override;
}
+
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ .cbi-dynlist .item > small { direction: ltr }
+ }
</style>
<div class="cbi-map">