mirror of
https://github.com/derisamedia/luci-theme-alpha.git
synced 2025-01-07 03:06:42 +08:00
update fix
This commit is contained in:
parent
bca5c85fa1
commit
4aea4c65a3
4
Makefile
4
Makefile
@ -10,8 +10,8 @@ THEME_NAME:=alpha
|
|||||||
THEME_TITLE:=Alpha
|
THEME_TITLE:=Alpha
|
||||||
|
|
||||||
PKG_NAME:=luci-theme-$(THEME_NAME)
|
PKG_NAME:=luci-theme-$(THEME_NAME)
|
||||||
PKG_VERSION:=0.3.9-beta
|
PKG_VERSION:=3.9.1-beta
|
||||||
PKG_RELEASE:=8
|
PKG_RELEASE:=9
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -2108,6 +2108,9 @@ strong {
|
|||||||
span[data-tooltip],
|
span[data-tooltip],
|
||||||
span[data-tooltip] .label {
|
span[data-tooltip] .label {
|
||||||
cursor: help !important;
|
cursor: help !important;
|
||||||
|
text-align: left !important;
|
||||||
|
font-size: 80% !important;
|
||||||
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
.cbi-tooltip {
|
.cbi-tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -3017,6 +3020,32 @@ strong {
|
|||||||
flex-basis: 50%;
|
flex-basis: 50%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tr > .td[data-title="Sensor"] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tr > .td[data-title="Temperature"] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tr > .td[data-title="Hostname"] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tr > .td[data-title="IPv4 address"] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tr > .td[data-title="MAC address"] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tr > .td[data-title="Lease time remaining"] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.td.cbi-value-field {
|
.td.cbi-value-field {
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
}
|
}
|
||||||
@ -3081,7 +3110,6 @@ strong {
|
|||||||
input {
|
input {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
@media screen and (min-width: 600px) {
|
@media screen and (min-width: 600px) {
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<%#
|
<%#
|
||||||
Alpha os is made from me for all .. especially for indo wrt members and fan of OpenWrt or DBAI Community
|
Alpha os is made from me for all .. especially for indo wrt members and fan of OpenWrt or DBAI Community
|
||||||
luci-theme-alpha
|
luci-theme-alpha
|
||||||
Copyright 2022 derisamedia <facebook.com/derisamedia>
|
Copyright 2024 derisamedia <facebook.com/derisamedia>
|
||||||
Have a bug? Please create an issue here on GitHub!
|
Have a bug? Please create an issue here on GitHub!
|
||||||
|
|
||||||
luci-theme-material
|
luci-theme-material
|
||||||
@ -22,7 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="mobile">
|
<footer class="mobile">
|
||||||
<a href="https://github.com/derisamedia/luci-theme-alpha"><%= ver.luciname %> | <%= ver.luciversion %> | Alpha OS Theme v3.8</a>
|
<a href="https://github.com/derisamedia/luci-theme-alpha"><%= ver.luciname %> | <%= ver.luciversion %> | Alpha OS Theme v3.9</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar active">
|
<div class="navbar active">
|
||||||
|
Loading…
Reference in New Issue
Block a user