diff --git a/assets/css/addremove.css b/assets/css/addremove.css index 07051a7f6..c0ecd047f 100644 --- a/assets/css/addremove.css +++ b/assets/css/addremove.css @@ -122,4 +122,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 ba686b5e1..b0630f5cd 100644 --- a/assets/html/addremovebook.html +++ b/assets/html/addremovebook.html @@ -23,13 +23,19 @@