mirror of
https://github.com/evilsocket/arc.git
synced 2024-05-26 22:37:37 +03:00
35 lines
456 B
CSS
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 {
|
|
|
|
}
|