123456789101112131415161718192021222324 |
- [editable] {
- cursor: pointer;
- text-decoration: none;
- color: #428bca;
- border-bottom: 1px dashed #428bca;
- }
- [editable]:empty {
- font-style: italic;
- color: #dd1144;
- text-decoration: none;
- }
- [editable]:empty:after {
- content: "Not set";
- }
- #change {
- display: none;
- }
- button {
- margin-left: 10px;
- }
|