From f4d4f819de03340ed5145a867d42159477281ebb Mon Sep 17 00:00:00 2001 From: bechi Date: Wed, 23 Jul 2014 17:02:21 -0300 Subject: [PATCH] fix layout details --- css/main.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ views/send.html | 6 +++--- 2 files changed, 50 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index da94632c7..6f2097325 100644 --- a/css/main.css +++ b/css/main.css @@ -93,6 +93,11 @@ a { color: #3498DB; } + +input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus { + -webkit-box-shadow: 0 0 0px 1000px white inset; +} + .signin label, .setup label { font-size: 0.875rem; color: #fff; @@ -780,6 +785,36 @@ button[disabled].white:focus, color: #E6E6E6; } +/* BLACK */ +button.black, +.button.black { + background-color: #2C3E50; + color: #fff; +} +button.black:hover, +button.black:focus, +.button.black:hover, +.button.black:focus { + background-color: #213140; + color: #fff; +} + +button.disabled.black, +button[disabled].black, +.button.disabled.black, +.button[disabled].black, +button.disabled.black:hover, +button.disabled.black:focus, +button[disabled].black:hover, +button[disabled].black:focus, +.button.disabled.black:hover, +.button.disabled.black:focus, +.button[disabled].black:hover, +.button[disabled].black:focus { + background-color: #95a5a6; + color: #E6E6E6; +} + .side-nav {padding: 0;} .side-nav li { @@ -797,6 +832,14 @@ button[disabled].white:focus, color: #fff; } +.side-nav li>a:first-child:not(.button) i { + opacity: 0.6; +} + +.side-nav li.active>a:first-child:not(.button) i { + opacity: 1; +} + .side-nav li.active:hover a { background-color: #F8F8FB; } @@ -868,6 +911,10 @@ input.ng-invalid-match, input.ng-invalid-match:focus { overflow-y: hidden; } +.copayers i { + opacity: 0.6; +} + .text-light {font-weight: 100;} .text-gray {color: #8597A7 !important;} .text-primary {color: #1ABC9C;} diff --git a/views/send.html b/views/send.html index f27f87bde..750028175 100644 --- a/views/send.html +++ b/views/send.html @@ -19,7 +19,7 @@
- +
Cancel @@ -94,7 +94,7 @@
-
@@ -149,7 +149,7 @@ - +