diff --git a/css/src/main.css b/css/src/main.css index 8c80a1286..1cfd78f0a 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -452,47 +452,17 @@ ul.tx-copayers { border-bottom: 1px solid #CAD2DA; } -.last-transactions-header { - background: #2C3E50; - padding: 0.6rem; - color: #fff; - box-shadow: 1.5px 0px 0 0 rgba(32,48,64,1); - -moz-box-shadow: 1.5px 0px 0 0 rgba(32,48,64,1); - -o-box-shadow: 1.5px 0px 0 0 rgba(32,48,64,1); -} .last-transactions-content { - padding: 0.8rem 0; - color: #7A8C9E; -} - -.last-transactions-footer { - background: #E4E8EC; padding: 0.8rem; - overflow: hidden; + cursor:pointer; } -.last-transactions-content .box-status { - font-size: 13px; - width: 30px; -} - -.last-transactions-content .box-copayer { - width: 100px; - margin-right: 20px; - float: left; - text-align: center; +.last-transactions-content:hover { + background: #eee; } -.last-transactions-content .copayer-ico { - width: 45px; - height: 45px; - border: 2px solid #7A8C9B; -} -.last-transactions-content .icon-active { - color: #fff; -} .sign-action { background: #E4E8EC; diff --git a/css/src/mobile.css b/css/src/mobile.css index 9c42e6f76..0674b49f4 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -116,11 +116,6 @@ display: none; } - .reveal-modal, dialog { - padding: 0; - } - - .tab-bar h1 { font-weight: 100; text-align: center; diff --git a/views/history.html b/views/history.html index 16e63cb49..54d0ee72b 100644 --- a/views/history.html +++ b/views/history.html @@ -13,51 +13,39 @@