diff --git a/assets/css/addremove.css b/assets/css/addremove.css index 516d47104..9ae83e9c9 100644 --- a/assets/css/addremove.css +++ b/assets/css/addremove.css @@ -101,4 +101,30 @@ button:hover { border: 1px solid var(--light-gray); border-radius: 3px; } +.input-box{ + position: relative; +} + +#eye-icon { + position: absolute; + top: 50%; + right: 10px; + transform: translateY(-50%); + padding: 5px; + border-radius: 50%; + cursor: pointer; + transition: all 0.3s; + z-index: 1; + height: 20px; + width: 25px; +} +#eye-icon-login { + position: absolute; + top: 50%; + right: 10px; + transform: translateY(-50%); + cursor: pointer; + height: 20px; + width: 25px; +} \ No newline at end of file diff --git a/assets/html/addremovebook.html b/assets/html/addremovebook.html index fb883b732..63640ef8b 100644 --- a/assets/html/addremovebook.html +++ b/assets/html/addremovebook.html @@ -16,13 +16,19 @@