From 403dd9f47abe1f64c997e2ba8b5846cdfb4f94fd Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 21 Jan 2018 12:05:22 +0100 Subject: [PATCH] Update app.css --- css/app.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 6c1d16a..ad0475f 100755 --- a/css/app.css +++ b/css/app.css @@ -4563,16 +4563,14 @@ meta.foundation-mq-topbar { .top-bar-section .has-dropdown > a { padding-right: 2.5rem !important; } .top-bar-section .has-dropdown > a:after { - border: inset 5px; content: ""; display: block; height: 0; width: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; - border-top: 5px solid #333333; - margin-top: -2.5px; - top: 3.125rem; } + border-top: 5px solid #cccccc; + margin-top: -2.5px; } .top-bar-section .has-dropdown.moved { position: relative; } .top-bar-section .has-dropdown.moved > .dropdown {