fix tpl-default

This commit is contained in:
Matias Alejo Garcia 2014-04-30 14:08:30 -03:00
commit 2e44a8c047

View file

@ -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;
}