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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user