From 4aea4c65a3412fee10ff89ba52888f92bdec6ef4 Mon Sep 17 00:00:00 2001 From: deri sahertian <97965918+derisamedia@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:06:35 +0700 Subject: [PATCH] update fix --- Makefile | 4 ++-- luasrc/gaya/gaya.css | 30 +++++++++++++++++++++++++++++- template/footer.htm | 4 ++-- 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3367bc0..6870d1b 100644 --- a/Makefile +++ b/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 diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 5b46183..234739f 100755 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -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; diff --git a/template/footer.htm b/template/footer.htm index 2b36634..55e3ec2 100644 --- a/template/footer.htm +++ b/template/footer.htm @@ -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 + Copyright 2024 derisamedia Have a bug? Please create an issue here on GitHub! luci-theme-material @@ -22,7 +22,7 @@