mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00:00
maybe fixed form controls being same color as background
This commit is contained in:
parent
99ca29cb36
commit
4c91bc2e35
1 changed files with 2 additions and 2 deletions
4
Project-Unite/Content/bootstrap-theme.css
vendored
4
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue