style: 3d-looking border for input fields

This commit is contained in:
reschan 2021-10-18 16:47:36 +07:00
parent 421766b1c6
commit 1ddf4d8983

View file

@ -120,7 +120,10 @@ p {
input {
background-color: rgb(40, 40, 40);
border: 2px solid rgb(25, 25, 25) !important;
border-top: 2px solid rgb(25, 25, 25) !important;
border-left: 2px solid rgb(25, 25, 25) !important;
border-bottom: 2px solid rgb(45, 45, 45) !important;
border-right: 2px solid rgb(45, 45, 45) !important;
box-sizing: border-box !important;
color: rgb(240, 240, 240);
min-width: 0;