summaryrefslogtreecommitdiff
path: root/Project-Unite/Content/bootstrap-theme.css
diff options
context:
space:
mode:
authorVictor Tran <[email protected]>2017-04-06 00:08:15 +1000
committerVictor Tran <[email protected]>2017-04-06 00:08:18 +1000
commitbb1b4649eaf59557a82e7983c02cf49a0f94c49b (patch)
tree38a06a30fd5d78ed7c81d4ae775e5520575b0e0c /Project-Unite/Content/bootstrap-theme.css
parent0a59ffbde8a021c52b45ed30c3da59ee617b46ea (diff)
downloadproject-unite-bb1b4649eaf59557a82e7983c02cf49a0f94c49b.tar.gz
project-unite-bb1b4649eaf59557a82e7983c02cf49a0f94c49b.tar.bz2
project-unite-bb1b4649eaf59557a82e7983c02cf49a0f94c49b.zip
Form enhancements
Diffstat (limited to 'Project-Unite/Content/bootstrap-theme.css')
-rw-r--r--Project-Unite/Content/bootstrap-theme.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css
index ef91e24..35dd8d3 100644
--- a/Project-Unite/Content/bootstrap-theme.css
+++ b/Project-Unite/Content/bootstrap-theme.css
@@ -1696,17 +1696,17 @@ output {
background-color: #ffffff;
background-image: none;
border: 1px solid #282828;
- border-radius: 4px;
+ border-radius: 0px;
-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);
-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;
}
.form-control:focus {
- border-color: #66afe9;
+ border-color: rgb(0, 200, 255);
outline: 0;
-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 {
color: #BDBDBD;