From 5dc35061b8cc814b825326c0591dd6c13b25d4f2 Mon Sep 17 00:00:00 2001 From: Diego Lozano Date: Fri, 1 Mar 2019 09:01:27 -0500 Subject: [PATCH] fixed style close button by last browser --- outdatedbrowser/outdatedbrowser.css | 2 ++ outdatedbrowser/outdatedbrowser.min.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/outdatedbrowser/outdatedbrowser.css b/outdatedbrowser/outdatedbrowser.css index 2b94a69..60b9ce9 100755 --- a/outdatedbrowser/outdatedbrowser.css +++ b/outdatedbrowser/outdatedbrowser.css @@ -23,4 +23,6 @@ website: http://www.burocratik.com #outdated #btnCloseUpdateBrowser{ display: block; position: relative; width: 100%; height: 100%; text-decoration: none; color: #ffffff; font-size: 36px; line-height: 36px; + background-color: transparent; + border: none; } diff --git a/outdatedbrowser/outdatedbrowser.min.css b/outdatedbrowser/outdatedbrowser.min.css index a133f5a..b6fe41c 100755 --- a/outdatedbrowser/outdatedbrowser.min.css +++ b/outdatedbrowser/outdatedbrowser.min.css @@ -5,4 +5,4 @@ author: Burocratik website: http://www.burocratik.com * @preserve -----------------------------------------------------------------------*/ -#outdated{display:none;position:fixed;top:0;left:0;width:100%;height:170px;text-align:center;text-transform:uppercase;z-index:1500;background-color:#f25648;color:#fff}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:30px 0 10px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:30px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#f25648;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px} \ No newline at end of file +#outdated{display:none;position:fixed;top:0;left:0;width:100%;height:170px;text-align:center;text-transform:uppercase;z-index:1500;background-color:#f25648;color:#fff}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:30px 0 10px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:30px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#f25648;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px;background-color: transparent;border: none;} \ No newline at end of file