luci-app-vssr: sync with upstream source

This commit is contained in:
CN_SZTL 2020-03-09 17:37:31 +08:00
parent f713839fad
commit c03294d611
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-vssr
PKG_VERSION:=1.20
PKG_RELEASE:=20200308-4
PKG_VERSION:=1.21
PKG_RELEASE:=20200309-4
PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_V2ray \

View File

@ -21,7 +21,7 @@
padding: 6px 10px 7px 8px;
border: 1px solid rgba(0,0,0,.05);
border-radius: .375rem;
background-color: #fff;
background-color: #f4;
box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
}

View File

@ -252,7 +252,7 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
overflow-y: hidden;
border: 1px solid rgba(0, 0, 0, .05);
border-radius: .500rem;
background-color: #fff;
background-color: #f4;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
}
@ -318,13 +318,13 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
.cbi-section-table-row {
position: relative;
background: #f3f9f1;
background: #f4;
margin: 10px !important;
padding: 18px 18px 18px 110px;
box-shadow: 0 0 5px 0 rgba(136, 152, 170, .75);
border-radius: .5rem;
border: 0;
color: #180614;
color: #f4;
text-align: left;
line-height: 1.7em;
overflow: hidden;
@ -478,7 +478,7 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
background-color: #008080 !important;
border-color: #008080 !important;
font-size:12px;
padding:0.6rem 0.8rem;
padding:0.4rem 0.8rem;
float:right;
margin-right:10px;
margin-top:-0.3rem;