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.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index c33753888..ffe496458 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -367,20 +367,19 @@ input.large-input {
}
.edit-text {
- height: 15px;
+ height: 100%;
visibility: hidden;
}
.editing-label {
cursor: text;
- width: 60px;
- height: 20px;
- position: absolute;
+ width: 100%;
+ position: relative;
+ top: 7px;
text-align: right;
font-size: small;
- padding-top: 15px;
color: #F7861C;
}
-.editing-label:hover div{
+.name-label:hover .edit-text {
visibility: visible;
}
/* tx confirm */