diff --git a/package/ctcgfw/luci-theme-argonv3/Makefile b/package/ctcgfw/luci-theme-argonv3/Makefile index ff5c927b87..5a5ce47e51 100644 --- a/package/ctcgfw/luci-theme-argonv3/Makefile +++ b/package/ctcgfw/luci-theme-argonv3/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Argon Theme LUCI_DEPENDS:= -PKG_VERSION:=1.5.1 -PKG_RELEASE:=01-20200331 +PKG_VERSION:=1.5.2 +PKG_RELEASE:=01-2020401 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/package/ctcgfw/luci-theme-argonv3/htdocs/luci-static/argon/css/style.css b/package/ctcgfw/luci-theme-argonv3/htdocs/luci-static/argon/css/style.css index 0834175cbb..db3f89c17f 100644 --- a/package/ctcgfw/luci-theme-argonv3/htdocs/luci-static/argon/css/style.css +++ b/package/ctcgfw/luci-theme-argonv3/htdocs/luci-static/argon/css/style.css @@ -1133,6 +1133,7 @@ input[name="nslookup"] { #xhr_poll_status { + cursor: pointer; display: inline-block; } @@ -1577,7 +1578,7 @@ footer>a { } } -[id^="cbi-apply-"] { +fieldset[id^="cbi-apply-"] { position: fixed; z-index: 200; width: 20rem; @@ -1586,8 +1587,9 @@ footer>a { height: 10rem; left: 50%; top: 50%; + padding: 1rem; + box-sizing: border-box; font-size: 1.2rem; - border-color: #5e72e4; text-align: center; } @@ -2287,6 +2289,10 @@ form.inline+form.inline, border-color: #5e72e4 !important; } +.node-services-vssr .ssr-button{ + margin-left: 0.3rem; + +} .cbi-section-remove>.cbi-button, .cbi-button-remove { @@ -3480,6 +3486,10 @@ header>.container>.pull-right>* { font-size: 0.875rem; } +/* fix nlbw/display*/ +#detail-bubble.in{ + z-index: 500; +} @media screen and (max-width: 1600px) { @@ -4145,6 +4155,7 @@ header>.container>.pull-right>* { .node-services-vssr .block{ background-color: #3c3c3c !important; + box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, .35); } .node-services-vssr .block h4 { @@ -4160,6 +4171,12 @@ header>.container>.pull-right>* { .node-services-vssr .cbi-section-table-row{ color: #ccc; background-color: #3c3c3c !important; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35) + } + + .node-services-vssr .cbi-section-table-row.fast { + background: darkslateblue !important; + color: #fff; } .node-services-vssr .ssr-button{ @@ -4200,6 +4217,12 @@ header>.container>.pull-right>* { border-bottom: 0.18751rem solid darkslateblue; color: darkslateblue; } + + fieldset[id^="cbi-apply-"] { + background-color: #333333; + } + + } @media (prefers-color-scheme: dark) and (max-width: 480px){ diff --git a/package/ctcgfw/luci-theme-argonv3/htdocs/luci-static/argon/favicon.ico b/package/ctcgfw/luci-theme-argonv3/htdocs/luci-static/argon/favicon.ico index b407d18455..e69a88eb1d 100644 Binary files a/package/ctcgfw/luci-theme-argonv3/htdocs/luci-static/argon/favicon.ico and b/package/ctcgfw/luci-theme-argonv3/htdocs/luci-static/argon/favicon.ico differ diff --git a/package/ctcgfw/luci-theme-argonv3/luasrc/view/themes/argon/header.htm b/package/ctcgfw/luci-theme-argonv3/luasrc/view/themes/argon/header.htm index d123851958..e200f7b638 100644 --- a/package/ctcgfw/luci-theme-argonv3/luasrc/view/themes/argon/header.htm +++ b/package/ctcgfw/luci-theme-argonv3/luasrc/view/themes/argon/header.htm @@ -278,9 +278,9 @@
- <% if striptags( node.title ) == nil then %> + - <% end -%> +