Files
arc-evilsocket/webui/css/jquery.editable.css
2019-11-19 19:12:57 +01:00

35 lines
456 B
CSS

/*
* Arc - Copyleft of Simone 'evilsocket' Margaritelli.
* evilsocket at protonmail dot com
* https://www.evilsocket.net/
*
* See LICENSE.
*/
.editable:empty:after {
color: transparent;
content: 'abcde';
}
.editable {
float: left;
}
.editable:hover {
cursor: pointer;
}
.editable-icon {
float: left;
color: #ccc;
cursor: pointer;
margin-left: 5px;
}
.editable-icon:hover {
color: #ccc;
}
.editable-input {
}