LuCI - OpenWrt Configuration Interface
Revisão | 7e55ad5e5d15fbb96e7551f7c2d8d3f64f2e314c (tree) |
---|---|
Hora | 2022-05-21 17:19:15 |
Autor | Tianling Shen <cnsztl@immo...> |
Commiter | Tianling Shen |
luci-theme-infinityfreedom: bump to latest git HEAD
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
@@ -10,8 +10,8 @@ LUCI_TITLE:=Infinity Freedom Theme | ||
10 | 10 | LUCI_DEPENDS:=+libc |
11 | 11 | |
12 | 12 | PKG_NAME:=luci-theme-infinityfreedom |
13 | -PKG_VERSION:=1.4.20200613 | |
14 | -PKG_RELEASE:=1 | |
13 | +PKG_VERSION:=1.5.20220504 | |
14 | +PKG_RELEASE:=$(AUTORELEASE) | |
15 | 15 | |
16 | 16 | include ../../luci.mk |
17 | 17 |
@@ -2,7 +2,7 @@ | ||
2 | 2 | * InfinityFreedom is a clean HTML5 theme for LuCI. It is based on luci-theme-material. |
3 | 3 | * |
4 | 4 | * luci-theme-infinityfreedom |
5 | -* Copyright 2020 Richard Yu <xiaoqingfengatgm@gmail.com> | |
5 | +* Copyright 2020-2022 Richard Yu <xiaoqingfengatgm@gmail.com> | |
6 | 6 | * |
7 | 7 | * Have a bug? Please create an issue here on GitHub! |
8 | 8 | * https://github.com/xiaoqingfengATGH/luci-theme-infinityfreedom/issues |
@@ -337,7 +337,15 @@ footer > a { | ||
337 | 337 | transform: rotate(360deg) |
338 | 338 | } |
339 | 339 | } |
340 | -[id^="cbi-apply-"] { | |
340 | + | |
341 | +[id^="cbi-apply-"][id$="-status"]{ | |
342 | + background: 0 0; | |
343 | + font-size: 1rem; | |
344 | + height: auto; | |
345 | + top: 140px; | |
346 | +} | |
347 | + | |
348 | +[id^="cbi-apply-"]{ | |
341 | 349 | position: absolute; |
342 | 350 | z-index: 200; |
343 | 351 | left: 50%; |
@@ -361,13 +369,6 @@ footer > a { | ||
361 | 369 | margin-top: 1rem; |
362 | 370 | } |
363 | 371 | |
364 | -[id^="cbi-apply-"]>[id^="cbi-apply-"] { | |
365 | - height: auto; | |
366 | - font-size: 1rem; | |
367 | - display: block; | |
368 | - background: 0 0; | |
369 | -} | |
370 | - | |
371 | 372 | .main-left { |
372 | 373 | float: left; |
373 | 374 | top: 4rem; |
@@ -1763,6 +1764,15 @@ small { | ||
1763 | 1764 | background-color: #9876AA; |
1764 | 1765 | } |
1765 | 1766 | |
1767 | +.cbi-button-selectAll, | |
1768 | +.cbi-button-test { | |
1769 | + display: inline-block; | |
1770 | + min-width: 0; | |
1771 | + padding: 0.2rem 0.3rem; | |
1772 | + font-size: 10pt; | |
1773 | + background-color: #9876AA; | |
1774 | +} | |
1775 | + | |
1766 | 1776 | .cbi-optionals { |
1767 | 1777 | padding: 1rem 1rem 0 1rem; |
1768 | 1778 | border-top: 1px solid #CCC; |
@@ -2055,6 +2065,13 @@ div#cbi-timewol.cbi-map .cbi-value.cbi-value-last div.cbi-value-field font.timew | ||
2055 | 2065 | display: block; |
2056 | 2066 | padding-top:6px; |
2057 | 2067 | } |
2068 | + | |
2069 | +/* For luci-app-timecontrol */ | |
2070 | +div#cbi-timecontrol.cbi-map fieldset.cbi-section-node > div.cbi-value > div.cbi-value-field > font { | |
2071 | + display: block; | |
2072 | + padding-top:6px; | |
2073 | +} | |
2074 | + | |
2058 | 2075 | /* For luci-app-kodexplorer */ |
2059 | 2076 | div#cbi-kodexplorer.cbi-map div#_nginx_status.cbi-value-field font { |
2060 | 2077 | display: block; |
@@ -2197,6 +2214,84 @@ div#cbi-passwall.cbi-map div#set_node_div | ||
2197 | 2214 | background : rgba(7,34,62,.9); |
2198 | 2215 | } |
2199 | 2216 | |
2217 | +div#cbi-passwall.cbi-map fieldset > fieldset > div#add_link_div | |
2218 | +{ | |
2219 | + position: fixed; | |
2220 | + width: 55rem; | |
2221 | + height: 20rem; | |
2222 | +} | |
2223 | + | |
2224 | +#add_link_div > div:nth-child(1) > label | |
2225 | +{ | |
2226 | + width: 30rem; | |
2227 | +} | |
2228 | + | |
2229 | +#add_link_div > div > div> textarea#nodes_link | |
2230 | +{ | |
2231 | + width: 52rem; | |
2232 | + height: 10rem; | |
2233 | +} | |
2234 | + | |
2235 | +fieldset#cbi-passwall-nodes > div.cbi-section-node input.cbi-input-checkbox.nodes_select | |
2236 | +{ | |
2237 | + vertical-align: top; | |
2238 | + margin-top: 5px; | |
2239 | + width : 1.3rem; | |
2240 | + height: 1.3rem; | |
2241 | +} | |
2242 | + | |
2243 | +#_passwall_status_fieldset > div > div:nth-child(5) > div > div.pure-u-1-3 > div > img{ | |
2244 | + filter: brightness(5.5); | |
2245 | +} | |
2246 | + | |
2247 | +#_passwall_status_fieldset > div > div:nth-child(7) > div > div.pure-u-1-3 > div > img | |
2248 | +{ | |
2249 | + filter:invert(1); | |
2250 | +} | |
2251 | + | |
2252 | +fieldset#cbi-passwall-global > fieldset.cbi-section-node-tabbed > div.cbi-tabcontainer > div.cbi-value > label > a, | |
2253 | +#dns_div > ul > b, | |
2254 | +#dns_div > ul > li, | |
2255 | +fieldset#cbi-passwall-global > fieldset.cbi-section-node-tabbed > div.cbi-tabcontainer > div.cbi-value > div.cbi-value-field > a | |
2256 | +{ | |
2257 | + color: #FAC536!important; | |
2258 | +} | |
2259 | + | |
2260 | +/* For luci-app-beamInDocker */ | |
2261 | +div#cbi-beamInDocker.cbi-map .cbi-value div.cbi-value-field font.ipsec-server_status , | |
2262 | +div#cbi-beamInDocker.cbi-map .cbi-value div.cbi-value-field font#beamInDocker-download_status.beamInDocker-download_status | |
2263 | +{ | |
2264 | + display: block; | |
2265 | + padding-top:6px; | |
2266 | +} | |
2267 | + | |
2268 | +pre#beamInDocker_download_log_viewer { | |
2269 | + border: 1px solid #e4eaec; | |
2270 | + width: 100%; | |
2271 | + min-height: 15rem; | |
2272 | + height:15rem; | |
2273 | + overflow:scroll; | |
2274 | + padding: 1rem; | |
2275 | + font-size: 1.2rem; | |
2276 | + line-height:120%; | |
2277 | + color: #A9B7C6; | |
2278 | + margin-bottom: 20px; | |
2279 | + border-radius: 0; | |
2280 | + background-color: rgba(7,34,62,.75); | |
2281 | + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12); | |
2282 | + font-family : 'Consolas','Courier New', 'Hiragino Sans GB W6','Microsoft Yahei'; | |
2283 | + /* For FireFox */ | |
2284 | + scrollbar-color: rgba(238,238,238,.5) rgba(50,50,50,.3); | |
2285 | + scrollbar-width: thin; | |
2286 | +} | |
2287 | + | |
2288 | +#cbi-beamInDocker-beam-beamInDocker_status > div , | |
2289 | +#cbi-beamInDocker-beam-version > div | |
2290 | +{ | |
2291 | + display: block; | |
2292 | + padding-top:6px; | |
2293 | +} | |
2294 | + | |
2200 | 2295 | /* For luci-app-softethervpn */ |
2201 | 2296 | div#cbi-softethervpn.cbi-map .cbi-value div.cbi-value-field font.softethervpn_status |
2202 | 2297 | { |
@@ -2204,6 +2299,13 @@ div#cbi-softethervpn.cbi-map .cbi-value div.cbi-value-field font.softethervpn_st | ||
2204 | 2299 | padding-top:6px; |
2205 | 2300 | } |
2206 | 2301 | |
2302 | +/* For luci-app-homeconnect */ | |
2303 | +div#cbi-homeconnect.cbi-map .cbi-value div.cbi-value-field > font.softethervpn_status | |
2304 | +{ | |
2305 | + display: block; | |
2306 | + padding-top:6px; | |
2307 | +} | |
2308 | + | |
2207 | 2309 | @media screen and (max-width: 1600px) { |
2208 | 2310 | .main-left { |
2209 | 2311 | /*width: calc(0% + 15rem);*/ |