diff --git a/package/ctcgfw/luci-theme-Butterfly/Makefile b/package/ctcgfw/luci-theme-Butterfly/Makefile index 0868d2aad1..8fdcd845a6 100644 --- a/package/ctcgfw/luci-theme-Butterfly/Makefile +++ b/package/ctcgfw/luci-theme-Butterfly/Makefile @@ -8,6 +8,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Butterfly Theme LUCI_DEPENDS:= +PKG_VERSION:=2.0 +PKG_RELEASE:=03-20200302 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/package/ctcgfw/luci-theme-Butterfly/htdocs/luci-static/Butterfly/css/style.css b/package/ctcgfw/luci-theme-Butterfly/htdocs/luci-static/Butterfly/css/style.css index ef9c2fad26..24f0a3f081 100644 --- a/package/ctcgfw/luci-theme-Butterfly/htdocs/luci-static/Butterfly/css/style.css +++ b/package/ctcgfw/luci-theme-Butterfly/htdocs/luci-static/Butterfly/css/style.css @@ -535,7 +535,7 @@ fieldset > table > tbody > tr:nth-of-type(odd) { #memcache > div > div, #memtotal > div > div { height: 1.4rem !important; - background-color: #e4eaec !important; + background-color: #e6e6e6 !important; } /* fix multiple table */ @@ -559,28 +559,22 @@ td > table > tbody > tr > td { /* button style */ .cbi-button { - -webkit-appearance: none; - text-transform: uppercase; - color: #fff; - background-color: #337ab7; - transition: all 0.2s ease-in-out; - display: inline-block; - padding: 0.2rem 1rem; - border: none; - border-radius: 0.3rem; - cursor: pointer; - -ms-touch-action: manipulation; - touch-action: manipulation; - background-image: none; - text-align: center; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - font-size: 14px; - width: auto !important; - min-width: 80px; +cursor: pointer; + display: inline-block; + background-color: #e6e6e6; + background-repeat: no-repeat; + padding: 5px 14px 6px; + color: #333; + font-size: 14px; + line-height: normal; + border: 1px solid #ccc; + border-bottom-color: #bbb; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } .cbi-button:hover, diff --git a/package/ctcgfw/luci-theme-Butterfly/luasrc/view/themes/Butterfly/footer.htm b/package/ctcgfw/luci-theme-Butterfly/luasrc/view/themes/Butterfly/footer.htm index c57f545a14..c7444178cf 100644 --- a/package/ctcgfw/luci-theme-Butterfly/luasrc/view/themes/Butterfly/footer.htm +++ b/package/ctcgfw/luci-theme-Butterfly/luasrc/view/themes/Butterfly/footer.htm @@ -1,7 +1,7 @@ <%# luci-theme-Butterfly - Copyright 2017 Tracemouse + Copyright 2020 Tracemouse Smart Menu: https://www.smartmenus.org/ @@ -35,7 +35,7 @@