From bcce77c36d7c433976a8b7ffe167f13693b69602 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Tue, 24 Mar 2015 11:12:10 -0500 Subject: [PATCH] ui: Fix logo border on IE 10 --- scp/css/login.css | 2 ++ scp/css/scp.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scp/css/login.css b/scp/css/login.css index aef7b3a78..a5a682f08 100644 --- a/scp/css/login.css +++ b/scp/css/login.css @@ -79,6 +79,8 @@ h1 { height: auto; width: auto; vertical-align: middle; + outline: none; + border: none; } .valign-helper { height: 100%; diff --git a/scp/css/scp.css b/scp/css/scp.css index 74a88bc95..98535efc1 100644 --- a/scp/css/scp.css +++ b/scp/css/scp.css @@ -113,6 +113,8 @@ div#header a { height: auto; width: auto; vertical-align: middle; + outline: none; + border: none; } .valign-helper { height: 100%; -- GitLab