Minor fix.

This commit is contained in:
Daniel 2022-06-07 19:54:05 +04:30
parent bb3dc240ad
commit 6882e91d7a
2 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,9 @@
font-size: 1.2rem;
padding-left: 10px;
border: none;
border-radius: 0;
-webkit-appearance: none;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

View File

@ -59,6 +59,9 @@
width: 100%;
color: white;
background-color:#273949;
border-radius: 0;
-webkit-appearance: none;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}