From 953c455575c2f68cfe19bfe4170f07e1b23dc5d3 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sun, 5 Jul 2020 20:08:38 +0800 Subject: [PATCH] luci-theme-argon: sync with upstream source --- .../luci-theme-argon/htdocs/luci-static/argon/cascade.css | 7 ++++++- .../htdocs/luci-static/argon/cascade.less | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package/ctcgfw/luci-theme-argon/htdocs/luci-static/argon/cascade.css b/package/ctcgfw/luci-theme-argon/htdocs/luci-static/argon/cascade.css index 8b9f9c4e92..a427c7b4da 100644 --- a/package/ctcgfw/luci-theme-argon/htdocs/luci-static/argon/cascade.css +++ b/package/ctcgfw/luci-theme-argon/htdocs/luci-static/argon/cascade.css @@ -398,7 +398,7 @@ code { abbr { cursor: help; text-decoration: underline; - color: #fff; + color: #797474; } hr { margin: 1rem 0; @@ -933,6 +933,11 @@ h5 { .cbi-map-descr + fieldset { margin-top: 1rem; } +.cbi-map-descr > abbr { + cursor: help; + text-decoration: underline; + color: #fff; +} .cbi-section > legend { display: none !important; } diff --git a/package/ctcgfw/luci-theme-argon/htdocs/luci-static/argon/cascade.less b/package/ctcgfw/luci-theme-argon/htdocs/luci-static/argon/cascade.less index 3e77071c14..89d05e27ed 100644 --- a/package/ctcgfw/luci-theme-argon/htdocs/luci-static/argon/cascade.less +++ b/package/ctcgfw/luci-theme-argon/htdocs/luci-static/argon/cascade.less @@ -466,7 +466,7 @@ code { abbr { cursor: help; text-decoration: underline; - color: #fff; + color: #797474; } hr { @@ -1113,6 +1113,12 @@ h5 { margin-top: 1rem; } +.cbi-map-descr>abbr { + cursor: help; + text-decoration: underline; + color: #fff; +} + .cbi-section>legend { display: none !important; }