input fields border
This commit is contained in:
parent
7d850e2ab3
commit
b7246d5b7a
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ a:hover {
|
||||||
color: #23527c;
|
color: #23527c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=text].form-control, input[type=search].form-control {
|
||||||
|
border: 1px solid rgb(204, 204, 204);
|
||||||
|
}
|
||||||
|
|
||||||
/* fix styling for empty href */
|
/* fix styling for empty href */
|
||||||
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
|
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue