mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
18 lines
223 B
CSS
18 lines
223 B
CSS
a.editable-click {
|
|
text-decoration: none;
|
|
color: #167FFC;
|
|
border-bottom: none;
|
|
}
|
|
|
|
a.editable-click:hover {
|
|
color: #808080;
|
|
}
|
|
|
|
a.editable-empty {
|
|
color: transparent;
|
|
}
|
|
|
|
a.editable-empty:focus {
|
|
color: #808080;
|
|
}
|