From 2e44a8c047d60b5353867314c6323af6a9336ded Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 30 Apr 2014 14:08:30 -0300 Subject: [PATCH] fix tpl-default --- css/tpl-default.css | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/css/tpl-default.css b/css/tpl-default.css index 8c31e73d9..f44f05d32 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -38,8 +38,7 @@ body { } .logo { - background: transparent url('../img/logo-negative.svg'); - background-size: 131px 51px; + background: transparent url('../img/logo-negative.png'); } .top-bar-section li:not(.has-form) a:not(.button) { @@ -142,30 +141,6 @@ a.box-backup { color:#C0392A; } -.tx-copayers { - background: #F8F8F8; - -moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.05), inset 0px 1px 1px 0px rgba(0,0,0,0.05); - box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.05), inset 0px 1px 1px 0px rgba(0,0,0,0.05); -} - -.box-copayers .icon-inactive { - color: #4C5B69; -} - -.box-copayers .icon-active { - color: #fff; -} - -.box-copayers .icon-active-check { - color: #fff; - background: #3FBC9C; -} - -.box-copayers .icon-active-x { - color: #fff; - background: #C0392B; -} - small.is-valid { color: #04B404; }