mirror of
https://github.com/derisamedia/luci-theme-alpha.git
synced 2025-01-05 10:16:56 +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
|
||||
|
||||
PKG_NAME:=luci-theme-$(THEME_NAME)
|
||||
PKG_VERSION:=0.3.9-beta
|
||||
PKG_RELEASE:=8
|
||||
PKG_VERSION:=3.9.1-beta
|
||||
PKG_RELEASE:=9
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -2108,6 +2108,9 @@ strong {
|
||||
span[data-tooltip],
|
||||
span[data-tooltip] .label {
|
||||
cursor: help !important;
|
||||
text-align: left !important;
|
||||
font-size: 80% !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.cbi-tooltip {
|
||||
position: absolute;
|
||||
@ -3017,6 +3020,32 @@ strong {
|
||||
flex-basis: 50%;
|
||||
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 {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
@ -3081,7 +3110,6 @@ strong {
|
||||
input {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 600px) {
|
||||
::-webkit-scrollbar {
|
||||
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
|
||||
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!
|
||||
|
||||
luci-theme-material
|
||||
@ -22,7 +22,7 @@
|
||||
</div>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
<div class="navbar active">
|
||||
|
Loading…
Reference in New Issue
Block a user