style: 3d-looking border for input fields
This commit is contained in:
parent
421766b1c6
commit
1ddf4d8983
1 changed files with 4 additions and 1 deletions
5
sq2.css
5
sq2.css
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue