From e00dce43d9564e214a6efb759eac0287f5c264d8 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 28 Sep 2020 08:25:14 +0200 Subject: [PATCH] add missing form-control borrder only docs info (#3063) --- docs/components/miscellaneous.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/components/miscellaneous.md b/docs/components/miscellaneous.md index bfa095fb7..84d5696b2 100644 --- a/docs/components/miscellaneous.md +++ b/docs/components/miscellaneous.md @@ -32,3 +32,7 @@ You can add the `.dropdown-hover` class beside this classes: - `.dropdown` (to use hover for the whole dropdown menu) - `.dropdown-menu` (to use hover on a specific menu item & sub menus) - `.dropdown-submenu` (to use hover on a specific sub menu item & sub sub menus) + +### Form Control Bottom Border Only + +You can change the form-control input to a bottom border only style with adding the `.form-control-border` class.