issue #1 Fix amenity&room service item list scroll issue. change user guide text color.

This commit is contained in:
Paul Kim
2024-03-26 18:52:12 +09:00
parent 0589fe80ab
commit 5c5f58defc
3 changed files with 31 additions and 20 deletions

View File

@@ -564,7 +564,7 @@
}
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_record tbody {
/* height: 285px; */
height: 670px;
overflow-y: auto;
display: block;
}
@@ -1291,7 +1291,8 @@
height: 132px;
margin: 0;
padding: 0px 20px 0px 48px;
color: rgb(245,245,245);
/* color: rgb(245,245,245); */
color: rgb(181, 218, 16);
line-height: 32px;
font-size: 32px;
z-index: 1;
@@ -1714,7 +1715,7 @@
}
.popup .roomservice .bg .rs_item_sel_win .winleft>.tbl_record tbody {
/* height: 285px; */
height: 670px;
overflow-y: auto;
display: block;
}
@@ -2441,7 +2442,8 @@
height: 132px;
margin: 0;
padding: 0px 20px 0px 48px;
color: rgb(245,245,245);
/* color: rgb(245,245,245); */
color: rgb(181, 218, 16);
line-height: 32px;
font-size: 32px;
z-index: 1;