aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r--ui/app/css/index.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 4fd51ac95..2ee7c4094 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -223,6 +223,15 @@ app sections
padding: 8px;*/
}
+.editable-input{
+ font-size: 1em;
+ height: 31px;
+}
+
+.editable-button{
+ position: relative;
+ bottom: 2px;
+}
/* Webkit */
.unlock-screen input::-webkit-input-placeholder {
text-align: center;
@@ -357,6 +366,23 @@ input.large-input {
}
+.edit-text {
+ height: 15px;
+ visibility: hidden;
+}
+.editing-label {
+ cursor: text;
+ width: 60px;
+ height: 20px;
+ position: absolute;
+ text-align: right;
+ font-size: small;
+ padding-top: 15px;
+ color: #F7861C;
+}
+.editing-label:hover div{
+ visibility: visible;
+}
/* tx confirm */
.unconftx-section {