From b2d6a3f4c6b2ab2fb80819b22212bfea629720b6 Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Thu, 23 Apr 2020 12:35:02 +0200 Subject: [PATCH] Remove obsolete property, fix paths --- css/src/main.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index 6d19d97..a7ce408 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -368,7 +368,6 @@ label[for=user] { padding: 1em; color: white; border: 1px solid #888; - -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background-color: rgba(102, 102, 102, 0.9); @@ -390,7 +389,6 @@ label[for=user] { margin: 0.8em 0; padding: 0.4em; border: 1px solid #ccc; - -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } @@ -423,7 +421,6 @@ button { cursor: pointer; color: white; border: 1px solid white; - -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #434343; @@ -441,7 +438,6 @@ button > * { float: right; padding: 0.1em 0.4em; color: white; - -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background-color: red; @@ -602,7 +598,7 @@ button > * { right: -10px; width: 30px; height: 30px; - background-image: url(../images/close.svg) !important; + background-image: url(../../images/close.svg) !important; background-repeat: no-repeat !important; } @@ -621,7 +617,7 @@ button > * { } .gm-style-iw button { - background-image: url(../images/close.svg) !important; + background-image: url(../../images/close.svg) !important; background-repeat: no-repeat !important; }