From b02cde708377930e123828a715d03361b01b59e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 12:06:47 +0200 Subject: [PATCH] AAI header active sprememba barve brez borderja --- frontend/simple/css/aai.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 91e8f8f82..39469d048 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -69,7 +69,10 @@ header nav span.menu_item a:hover { } header nav span.menu_item.active { - border-bottom: 3px #F07D3E solid; + border-bottom: unset; +} +header nav span.menu_item.active a { + color: #F07D3E; } header .logo a img { @@ -465,6 +468,8 @@ form p:first-of-type { margin: 20px 0px 6px 0px; } + + body.gdpr div.zahtevek { padding: 6px 0px; } @@ -473,8 +478,12 @@ body.gdpr div.zahtevek:last-of-type { } body.gdpr div.zahtevek label input { margin-left: 0px; + height: 18px; + width: 18px; } + + /* tekst nad poljem za opis */ form p:nth-of-type(2){ margin: 20px 0px; @@ -720,6 +729,10 @@ input[type=button]:hover, margin-top: 50px; margin-bottom: 46px; } + body #main .main_content .register_holder h1 { + text-align: unset; + } + .pomembne_povezave { padding-top: 46px;