From 3df32acfd67db4aef6ccbb4d7d79797404961e01 Mon Sep 17 00:00:00 2001 From: bradleyrichter Date: Sat, 15 Oct 2016 17:24:21 -0700 Subject: [PATCH] fixed lock icon and load time alignments --- less/navigationBar.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/less/navigationBar.less b/less/navigationBar.less index 0e90bbd96ed..17855dfe06d 100644 --- a/less/navigationBar.less +++ b/less/navigationBar.less @@ -331,7 +331,7 @@ // Styles had to be reworked to properly position the new caption buttons for Windows .navbarCaptionButtonContainer { display: flex; - border-bottom: 1px solid #bbb; + border-bottom: 1px solid #aaaaaa; &.allowDragging { -webkit-app-region: drag; @@ -679,7 +679,7 @@ font-size: 12px; right: 10px; text-align: right; - margin: 4px 0 0 0; + margin: 2px 0 0 0; top: 9px; cursor: default; padding-top: 1px; @@ -760,7 +760,7 @@ &.fa-lock, &.fa-unlock { - margin-top: 4px; + margin-top: 1px; font-size: 16px; min-height: 10px; min-width: 16px;