From cd15411a6ad751f81b740191257b8efd8bdcc321 Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Sun, 2 Jun 2019 00:17:49 +0200 Subject: [PATCH] Add dropdown menu divider changes --- html/css/custom/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index 94f81f9..baa91d4 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -641,6 +641,11 @@ legend { color: #bcca1f; } +/* dropdwon menu divider*/ +.dropdown-menu .divider { + + background-color: #292929; +} /* FOOTER */ -- GitLab