mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-03 13:17:33 +00:00
Form enhancements
This commit is contained in:
parent
0a59ffbde8
commit
bb1b4649ea
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ p,a,strong,b,u,i,em,h1,h2,h3,h4,h5,h6,s,pre,code,input,textarea{
|
||||||
|
|
||||||
.form-control{
|
.form-control{
|
||||||
width:100%;
|
width:100%;
|
||||||
background-color:black;
|
background-color: transparent;
|
||||||
color:white;
|
color:white;
|
||||||
width:100%;
|
width:100%;
|
||||||
max-width:none;
|
max-width:none;
|
||||||
|
|
6
Project-Unite/Content/bootstrap-theme.css
vendored
6
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -1696,17 +1696,17 @@ output {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border: 1px solid #282828;
|
border: 1px solid #282828;
|
||||||
border-radius: 4px;
|
border-radius: 0px;
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||||
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||||
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||||
}
|
}
|
||||||
.form-control:focus {
|
.form-control:focus {
|
||||||
border-color: #66afe9;
|
border-color: rgb(0, 200, 255);
|
||||||
outline: 0;
|
outline: 0;
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
||||||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.form-control::-moz-placeholder {
|
.form-control::-moz-placeholder {
|
||||||
color: #BDBDBD;
|
color: #BDBDBD;
|
||||||
|
|
Loading…
Add table
Reference in a new issue