From 53bc50c0c7ac7b4bfc646ca5d664bd308346dcef Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 11 Sep 2023 17:02:15 -0400 Subject: [PATCH] Added a gray bottom border to show/hide button --- luasrc/gaya/gaya.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 08fc140..3dd2ca6 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -684,6 +684,10 @@ strong { #cbi-tgopenvpn_cfg-settings-password .control-group { display: flex; } + #cbi-tgopenvpn_cfg-settings-password .cbi-button { + border-bottom: 2px solid #909090; + } + /* Sidebar */ .main > .main-left {