summaryrefslogtreecommitdiff
path: root/slate/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'slate/variables.less')
-rw-r--r--slate/variables.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/slate/variables.less b/slate/variables.less
index 995d53d6..38ed7492 100644
--- a/slate/variables.less
+++ b/slate/variables.less
@@ -188,7 +188,7 @@
//** Text color for `<input>`s
@input-color: @gray-darker;
//** `<input>` border color
-@input-border: #ccc;
+@input-border: #000;
// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
//** Default `.form-control` border radius
@@ -221,7 +221,7 @@
//** Background color for textual input addons
@input-group-addon-bg: @gray-lighter;
//** Border color for textual input addons
-@input-group-addon-border-color: @input-border;
+@input-group-addon-border-color: rgba(0, 0, 0, 0.6);
//** Disabled cursor for form controls and buttons.
@cursor-disabled: not-allowed;