1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-18 12:11:40 +00:00

Edition of existing tag names (client)

This commit is contained in:
jendib
2013-07-31 22:04:00 +02:00
parent 6c1354a2f6
commit b8b0891083
6 changed files with 88 additions and 2 deletions

View File

@@ -23,4 +23,27 @@
input[readonly][datepicker-popup] {
cursor: pointer;
}
// Inline edition
.inline-edit {
cursor: pointer;
display: block;
}
.inline-edit span {
display: block;
}
.inline-edit input {
display: none;
margin-bottom: 0;
}
.inline-edit.active span {
display: none;
}
.inline-edit.active input {
display: inline-block;
}