aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css2
-rw-r--r--ui/app/css/lib.css6
2 files changed, 6 insertions, 2 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 9dbfb6518..18d921700 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -327,7 +327,7 @@ app sections
/* account detail screen */
.account-detail-section {
- margin: 0 20px;
+
}
/* tx confirm */
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css
index 14ef272ad..22e578ec6 100644
--- a/ui/app/css/lib.css
+++ b/ui/app/css/lib.css
@@ -100,7 +100,7 @@
}
.select-none {
- cursor: default;
+ cursor: inherit;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
@@ -139,6 +139,10 @@
font-weight: bold;
}
+.text-transform-uppercase {
+ text-transform: uppercase;
+}
+
.font-small {
font-size: 12px;
}