luci-theme-bootstrap-mod: update up abd down button css

This commit is contained in:
CN_SZTL 2020-03-04 12:25:48 +08:00
parent abc3096b6d
commit a8ae321356
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 14 additions and 3 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Bootstrap Mod Theme By Lienol
LUCI_DEPENDS:=
PKG_VERSION:=1.1
PKG_RELEASE:=2-20200302
PKG_RELEASE:=3-20200303
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -927,6 +927,8 @@ button:focus {
background-position: center;
background-image: url('../resources/cbi/up.gif'), linear-gradient(#ffffff, #ffffff 50%, #e6e6e6);
background-repeat: no-repeat;
padding-left: 15px;
padding-right: 15px;
}
.cbi-button-down,
@ -934,6 +936,8 @@ button:focus {
background-position: center;
background-image: url('../resources/cbi/down.gif'), linear-gradient(#ffffff, #ffffff 50%, #e6e6e6);
background-repeat: no-repeat;
padding-left: 15px;
padding-right: 15px;
}
.cbi-button-add,

View File

@ -148,12 +148,15 @@ header {
.nav a {
display: block;
color: #fff;
line-height: 40px;
padding: 0 15px;
color: #bfbfbf;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.nav a:hover {}
.nav a:hover {
color: white;
}
/* Dropdown */
@ -924,6 +927,8 @@ button:focus {
background-position: center;
background-image: url('../resources/cbi/up.gif'), linear-gradient(#ffffff, #ffffff 50%, #e6e6e6);
background-repeat: no-repeat;
padding-left: 15px;
padding-right: 15px;
}
.cbi-button-down,
@ -931,6 +936,8 @@ button:focus {
background-position: center;
background-image: url('../resources/cbi/down.gif'), linear-gradient(#ffffff, #ffffff 50%, #e6e6e6);
background-repeat: no-repeat;
padding-left: 15px;
padding-right: 15px;
}
.cbi-button-add,