diff --git a/package/lienol/luci-theme-bootstrap-mod/Makefile b/package/lienol/luci-theme-bootstrap-mod/Makefile index 5e2aa37ab5..f49a08e5a6 100644 --- a/package/lienol/luci-theme-bootstrap-mod/Makefile +++ b/package/lienol/luci-theme-bootstrap-mod/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Bootstrap Mod Theme By Lienol LUCI_DEPENDS:= -PKG_VERSION:=1.4 -PKG_RELEASE:=20200314 +PKG_VERSION:=1.5 +PKG_RELEASE:=20200413 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_blue/bg.jpg b/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_blue/bg.jpg deleted file mode 100644 index c8b989fd73..0000000000 Binary files a/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_blue/bg.jpg and /dev/null differ diff --git a/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_blue/cascade.css b/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_blue/cascade.css index 64b900b537..4cb7f1e785 100644 --- a/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_blue/cascade.css +++ b/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_blue/cascade.css @@ -445,7 +445,7 @@ h2+.cbi-map-descr { position: relative; padding: 15px; margin-bottom: 10px; - background: #b4e7ff; + background: linear-gradient(to bottom, #fceec1, #eedc94) repeat-x; /* border: 1px solid rgba(0, 0, 0, .1); border-width: 2px 0; */ border-radius: 2px; @@ -1265,7 +1265,8 @@ footer a:hover { /* login */ body.node-main-login { - background: url(bg.jpg); + /* background: url(bg.jpg); */ + background: linear-gradient(#8f97f59e,#22b9a4); background-repeat: no-repeat; background-size: 100% 100%; -moz-background-size: 100% 100%; @@ -1391,7 +1392,7 @@ body.modal-overlay-active #modal_overlay>.modal { max-width: unset; min-height: 32px; min-width: 270px; - background: #b4e7ff !important; + background: linear-gradient(to bottom, #fceec1, #eedc94) repeat-x !important; border-radius: 3px; padding: 1em; margin: 0; @@ -1425,7 +1426,7 @@ body.modal-overlay-active #modal_overlay>.modal { position: absolute; padding: 15px; margin-bottom: 10px; - background: #b4e7ff; + background: linear-gradient(to bottom, #fceec1, #eedc94) repeat-x; border: 1px solid rgba(0, 0, 0, .1); border-width: 2px 0; }*/ diff --git a/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_mod/bg.jpg b/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_mod/bg.jpg deleted file mode 100644 index c8b989fd73..0000000000 Binary files a/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_mod/bg.jpg and /dev/null differ diff --git a/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_mod/cascade.css b/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_mod/cascade.css index b643b9870b..ec0e70e616 100644 --- a/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_mod/cascade.css +++ b/package/lienol/luci-theme-bootstrap-mod/htdocs/luci-static/bootstrap_mod/cascade.css @@ -446,7 +446,7 @@ h2+.cbi-map-descr { position: relative; padding: 15px; margin-bottom: 10px; - background: #b4e7ff; + background: linear-gradient(to bottom, #fceec1, #eedc94) repeat-x; /* border: 1px solid rgba(0, 0, 0, .1); border-width: 2px 0; */ border-radius: 2px; @@ -1258,7 +1258,8 @@ footer a { /* login */ body.node-main-login { - background: url(bg.jpg); + /* background: url(bg.jpg); */ + background: linear-gradient(#22b9a4, #9a87d4); background-repeat: no-repeat; background-size: 100% 100%; -moz-background-size: 100% 100%; @@ -1384,7 +1385,7 @@ body.modal-overlay-active #modal_overlay>.modal { max-width: unset; min-height: 32px; min-width: 270px; - background: #b4e7ff !important; + background: linear-gradient(to bottom, #fceec1, #eedc94) repeat-x !important; border-radius: 3px; padding: 1em; margin: 0; @@ -1418,7 +1419,7 @@ body.modal-overlay-active #modal_overlay>.modal { position: absolute; padding: 15px; margin-bottom: 10px; - background: #b4e7ff; + background: linear-gradient(to bottom, #fceec1, #eedc94) repeat-x; border: 1px solid rgba(0, 0, 0, .1); border-width: 2px 0; }*/