From f37faf9f994d7c216ba9ed35fe6bb0540f3e6fcc Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 8 Jan 2012 15:46:06 +0100 Subject: [PATCH] Clearer tag delete button --- couchpotato/static/style/page/settings.css | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/couchpotato/static/style/page/settings.css b/couchpotato/static/style/page/settings.css index a1b98a36..9df7134e 100644 --- a/couchpotato/static/style/page/settings.css +++ b/couchpotato/static/style/page/settings.css @@ -434,33 +434,24 @@ -webkit-border-radius: 30px 30px 0 0; -moz-border-radius: 30px 30px 0 0; cursor: pointer; - background: url('../images/checks.png') no-repeat 94% -53px, -webkit-gradient( + background: url('../../images/icon.delete.png') no-repeat center 2px, -webkit-gradient( linear, left bottom, left top, color-stop(0, #5b9bd1), color-stop(1, #5b9bd1) ); - background: url('../images/checks.png') no-repeat 94% -53px, -moz-linear-gradient( + background: url('../../images/icon.delete.png') no-repeat center 2px, -moz-linear-gradient( center top, #5b9bd1 0%, #5b9bd1 100% ); + background-size: 65%; } .page .tag_input .choice:hover .delete { display: inline-block; } .page .tag_input .choice .delete:hover { - background: url('../images/checks.png') no-repeat 94% -53px, -webkit-gradient( - linear, - left bottom, - left top, - color-stop(0, #cc0000), - color-stop(1, #cc3e00) - ); - background: url('../images/checks.png') no-repeat 94% -53px, -moz-linear-gradient( - center top, - #5b9bd1 0%, - #5b9bd1 100% - ); + height: 14px; + margin-top: -13px; } .page .section_newznab .head {