diff --git a/src/4nk.css b/src/4nk.css index 0069191..180690f 100644 --- a/src/4nk.css +++ b/src/4nk.css @@ -316,7 +316,7 @@ h1 { margin-top: 0px; } -.sp-address-btn { +.create-btn { margin-bottom: 2em; cursor: pointer; background-color: #d0d0d7; @@ -778,3 +778,41 @@ select[data-multi-select-plugin] { .process-card-action { width: 100%; } + +/**************************************** Select Member Home Page ******************************************************/ +.custom-select { + width: 100%; + max-height: 150px; + overflow-y: auto; + direction: ltr; + background-color: white; + border: 1px solid #ccc; + border-radius: 4px; + margin: 10px 0; +} + +.custom-select option { + padding: 8px 12px; + cursor: pointer; +} + +.custom-select option:hover { + background-color: #f0f0f0; +} + +.custom-select::-webkit-scrollbar { + width: 8px; +} + +.custom-select::-webkit-scrollbar-track { + background: #f1f1f1; +} + +.custom-select::-webkit-scrollbar-thumb { + background: #888; + border-radius: 4px; +} + +.custom-select::-webkit-scrollbar-thumb:hover { + background: #555; +} \ No newline at end of file diff --git a/src/pages/home/home.html b/src/pages/home/home.html index 985f8ed..c9e87d1 100755 --- a/src/pages/home/home.html +++ b/src/pages/home/home.html @@ -4,24 +4,23 @@
Or
- - + +