summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwowmom98 <[email protected]>2017-04-05 19:15:57 -0400
committerwowmom98 <[email protected]>2017-04-05 19:16:12 -0400
commit4c91bc2e354f48664c331fb1b566023e1bc269f0 (patch)
tree45c6763a2c733235a274211eeafa6ca16c913c2e
parent99ca29cb36d75faeacdcb31c99c5ad8f7a063c5d (diff)
downloadproject-unite-4c91bc2e354f48664c331fb1b566023e1bc269f0.tar.gz
project-unite-4c91bc2e354f48664c331fb1b566023e1bc269f0.tar.bz2
project-unite-4c91bc2e354f48664c331fb1b566023e1bc269f0.zip
maybe fixed form controls being same color as background
-rw-r--r--Project-Unite/Content/bootstrap-theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css
index 250ed5b..0f8b654 100644
--- a/Project-Unite/Content/bootstrap-theme.css
+++ b/Project-Unite/Content/bootstrap-theme.css
@@ -1692,10 +1692,10 @@ output {
padding: 8px 12px;
font-size: 14px;
line-height: 1.42857143;
- color: #BDBDBD;
+ color: #707070;
background-color: #ffffff;
background-image: none;
- border: 1px solid #282828;
+ border: 2px solid #282828;
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);