aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-06-29 00:33:11 +0800
committerDan Finlay <somniac@me.com>2016-06-29 00:33:11 +0800
commit204cb7f1edea12c8438655ab3d601d415ab77e54 (patch)
treeca9bce28058d0b701298c8c87a6131d5805608a8 /ui/app/css
parentc41c4f719fe3638ec05594283101c81e2552203e (diff)
downloadtangerine-wallet-browser-204cb7f1edea12c8438655ab3d601d415ab77e54.tar.gz
tangerine-wallet-browser-204cb7f1edea12c8438655ab3d601d415ab77e54.tar.zst
tangerine-wallet-browser-204cb7f1edea12c8438655ab3d601d415ab77e54.zip
Change color of failure to yellow. Change pending to ellipsis. (#338)
* Change color of failure to yellow. Change pending to ellipsis. * Modify changelog.
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 24497a66f..d46c859ad 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -171,6 +171,11 @@ app sections
.error {
color: #E20202;
}
+
+.warning {
+ color: #FFAE00;
+}
+
.lock {
width: 50px;
height: 50px;