From 47f5a346bc45862c489ba551c08ddf675461c129 Mon Sep 17 00:00:00 2001 From: bechi Date: Wed, 2 Dec 2015 11:45:28 -0300 Subject: [PATCH] fix modal tx details --- src/css/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/css/main.css b/src/css/main.css index f8f6853fa..39a636a4d 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -74,7 +74,7 @@ h4.title a { } -.preferences h4 { +.preferences h4, .modal-content h4 { background: #F6F7F9; padding: 25px 0px 5px 20px; text-transform: uppercase; @@ -85,7 +85,7 @@ h4.title a { } -.preferences ul { +.preferences ul, .modal-content ul { font-size:14px; background: white; } @@ -623,6 +623,8 @@ input[type=number]::-webkit-outer-spin-button { } .header-modal { + box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10); + background: #fff; width: 100%; padding: 0.8rem; position: relative;