From 3fbfe7228759e57258150edb9500bdacf679eebc Mon Sep 17 00:00:00 2001 From: paul kim Date: Mon, 3 Jun 2024 23:35:51 +0900 Subject: [PATCH] issue #10 #11 Fix language selection height . --- .../application/theme/HIM00001/hoteltv.app.full.popup.css | 4 +++- .../application/theme/HIN00001/hoteltv.app.full.popup.css | 4 +++- .../application/theme/HJS00001/hoteltv.app.full.popup.css | 4 +++- .../application/theme/HTL00001/hoteltv.app.full.popup.css | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/procentric/application/theme/HIM00001/hoteltv.app.full.popup.css b/procentric/application/theme/HIM00001/hoteltv.app.full.popup.css index b155ba3..f6ee49c 100755 --- a/procentric/application/theme/HIM00001/hoteltv.app.full.popup.css +++ b/procentric/application/theme/HIM00001/hoteltv.app.full.popup.css @@ -2838,7 +2838,7 @@ left: 0%; width: 100%; height: 100%; - background-color: rgba(0,0,0,0.4); + background-color: rgba(0,0,0,0.8); display: none; z-index: 3; } @@ -2865,10 +2865,12 @@ } .popup>.lang_selection .selector .usage { width: 100%; + height: 27%; line-height: 24px; font-size: 20px; color: rgb(135,139,147); padding: 20px 0px 10px 0px; + overflow: hidden; } .popup>.lang_selection .selector .buttons { diff --git a/procentric/application/theme/HIN00001/hoteltv.app.full.popup.css b/procentric/application/theme/HIN00001/hoteltv.app.full.popup.css index b155ba3..f6ee49c 100755 --- a/procentric/application/theme/HIN00001/hoteltv.app.full.popup.css +++ b/procentric/application/theme/HIN00001/hoteltv.app.full.popup.css @@ -2838,7 +2838,7 @@ left: 0%; width: 100%; height: 100%; - background-color: rgba(0,0,0,0.4); + background-color: rgba(0,0,0,0.8); display: none; z-index: 3; } @@ -2865,10 +2865,12 @@ } .popup>.lang_selection .selector .usage { width: 100%; + height: 27%; line-height: 24px; font-size: 20px; color: rgb(135,139,147); padding: 20px 0px 10px 0px; + overflow: hidden; } .popup>.lang_selection .selector .buttons { diff --git a/procentric/application/theme/HJS00001/hoteltv.app.full.popup.css b/procentric/application/theme/HJS00001/hoteltv.app.full.popup.css index b155ba3..f6ee49c 100755 --- a/procentric/application/theme/HJS00001/hoteltv.app.full.popup.css +++ b/procentric/application/theme/HJS00001/hoteltv.app.full.popup.css @@ -2838,7 +2838,7 @@ left: 0%; width: 100%; height: 100%; - background-color: rgba(0,0,0,0.4); + background-color: rgba(0,0,0,0.8); display: none; z-index: 3; } @@ -2865,10 +2865,12 @@ } .popup>.lang_selection .selector .usage { width: 100%; + height: 27%; line-height: 24px; font-size: 20px; color: rgb(135,139,147); padding: 20px 0px 10px 0px; + overflow: hidden; } .popup>.lang_selection .selector .buttons { diff --git a/procentric/application/theme/HTL00001/hoteltv.app.full.popup.css b/procentric/application/theme/HTL00001/hoteltv.app.full.popup.css index b155ba3..f6ee49c 100755 --- a/procentric/application/theme/HTL00001/hoteltv.app.full.popup.css +++ b/procentric/application/theme/HTL00001/hoteltv.app.full.popup.css @@ -2838,7 +2838,7 @@ left: 0%; width: 100%; height: 100%; - background-color: rgba(0,0,0,0.4); + background-color: rgba(0,0,0,0.8); display: none; z-index: 3; } @@ -2865,10 +2865,12 @@ } .popup>.lang_selection .selector .usage { width: 100%; + height: 27%; line-height: 24px; font-size: 20px; color: rgb(135,139,147); padding: 20px 0px 10px 0px; + overflow: hidden; } .popup>.lang_selection .selector .buttons {