cosmetic : INPUT style
This commit is contained in:
parent
e6afcad2fa
commit
7d66a1687c
1 changed files with 16 additions and 1 deletions
|
|
@ -603,7 +603,22 @@ a.document:hover {
|
|||
.input_text {
|
||||
border:1px solid #4b4b91;
|
||||
margin:1px;
|
||||
border-radius: 2px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
|
||||
}
|
||||
/* MeDium */
|
||||
@media (min-width: 768px) {
|
||||
border-radius: 5px;
|
||||
padding: 2px;
|
||||
}
|
||||
/* LarGe */
|
||||
@media (min-width: 992px) {
|
||||
}
|
||||
/* eXtraLarge */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
.input_text:focus {
|
||||
border:1px solid orange;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue