From 2636a71ef7c39875073bced3360209d1aa5efc3c Mon Sep 17 00:00:00 2001 From: loviuz Date: Sat, 13 Jan 2024 00:21:37 +0100 Subject: [PATCH] Adattamento form di login a AdmitLTE --- assets/src/css/style.css | 6 +++- index.php | 36 ++++++++++------------ src/HTMLBuilder/Handler/DefaultHandler.php | 8 ++--- 3 files changed, 24 insertions(+), 26 deletions(-) diff --git a/assets/src/css/style.css b/assets/src/css/style.css index fad5626a8..d3e41d499 100755 --- a/assets/src/css/style.css +++ b/assets/src/css/style.css @@ -1259,4 +1259,8 @@ kbd{ position: absolute; color: #ff8300; z-index: 10; -} \ No newline at end of file +} + +.login-box .form-control-feedback{ + pointer-events: all; + } \ No newline at end of file diff --git a/index.php b/index.php index 710e2b6d2..fd2692741 100755 --- a/index.php +++ b/index.php @@ -148,33 +148,31 @@ if (!empty(flash()->getMessage('error'))) { } echo ' -
-
- '.tr('OpenSTAManager, il software gestionale open source per assistenza tecnica e fatturazione elettronica').' -
+ +