This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
CSS
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
- Create a css file with the above code.
- In an html page add
class="alert" to any tag and invoke the inline editor.
Result: CSS inline editor opens with a blank content.