summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt-2020
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-12-14 12:53:01 +0100
committerPaul Spooren <mail@aparcar.org>2021-09-28 10:46:36 -1000
commitb5faba12442529d282668268aee0d54bd98f1419 (patch)
tree20b777c1e51012d1c35c1b7c6e2ab8d8f161a56b /themes/luci-theme-openwrt-2020
parent12b13fe89a9d21560303c963123493268a5017c0 (diff)
luci-theme-openwrt-2020: add styling of abbreviations and acronyms
Style abbreviations and acronyms with dotted underline text-decoration as without the style it's quite hard to find out which text is abbreviation or acronym. References: https://developer.mozilla.org/en-US/docs/Archive/Web_Standards/Styling_Abbreviations_and_Acronyms Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'themes/luci-theme-openwrt-2020')
-rw-r--r--themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
index c6e5d77428..e251df5127 100644
--- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
+++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
@@ -54,6 +54,10 @@ body {
min-width: 100%;
}
+abbr[title], acronym[title] {
+ text-decoration: dotted underline;
+}
+
/*
* scaffholding
*/