From 8db8b812a03d11d1f46f9eae1ff19b2736e57b63 Mon Sep 17 00:00:00 2001 From: Matheus Agio Nerone <man13@inf.ufpr.br> Date: Tue, 29 Sep 2015 14:54:32 -0300 Subject: [PATCH] change color inside the dropdown-menu Signed-off-by: Matheus Agio Nerone <man13@inf.ufpr.br> --- app/assets/stylesheets/application.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 0d80b3a9..71850fce 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -343,6 +343,7 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; } border-top: 2px solid white; border-bottom: 2px solid white; li{ + color: white !important; a{ color:white !important; } -- GitLab