luci-theme-bootstrap-mod: sync with upstream source
This commit is contained in:
parent
0d4d880245
commit
072eefb32e
@ -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
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 75 KiB |
@ -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;
|
||||
}*/
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 75 KiB |
@ -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;
|
||||
}*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user