diff options
| author | Mark Otto <[email protected]> | 2014-10-02 20:09:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-02 20:09:23 -0700 |
| commit | 2aedd274f2ab8acb7e1239671747f1b4a79c736d (patch) | |
| tree | c3fe9a23f4af76fd55e88fb2371ff9c67844325b /docs | |
| parent | 64a74e93547da1784240e1172fcaf4cff4385e4b (diff) | |
| download | bootstrap-2aedd274f2ab8acb7e1239671747f1b4a79c736d.tar.xz bootstrap-2aedd274f2ab8acb7e1239671747f1b4a79c736d.zip | |
fixes #14714: don't use specific value in buttons docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/css/buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/buttons.html b/docs/_includes/css/buttons.html index bfc5ded80..ee03c1d65 100644 --- a/docs/_includes/css/buttons.html +++ b/docs/_includes/css/buttons.html @@ -114,7 +114,7 @@ <h2 id="buttons-disabled">Disabled state</h2> - <p>Make buttons look unclickable by fading them back 50%.</p> + <p>Make buttons look unclickable by fading them back with <code>opacity</code>.</p> <h3>Button element</h3> <p>Add the <code>disabled</code> attribute to <code><button></code> buttons.</p> |
