mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Initial Commit
This commit is contained in:
parent
f14980ebb5
commit
3400b1414d
1 changed files with 12 additions and 0 deletions
|
@ -204,6 +204,12 @@ input[type="text"] {
|
|||
background-color: transparent;
|
||||
padding: 7px;
|
||||
margin-top: 25px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-moz-border-radius-topright: 3px;
|
||||
-moz-border-radius-bottomright: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
input[type="text"]:hover,
|
||||
|
@ -220,4 +226,10 @@ input[type="text"]:focus {
|
|||
padding: 7px;
|
||||
display:inline-block;
|
||||
margin-top: 25px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-moz-border-radius-topleft: 3px;
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
Loading…
Reference in a new issue