fix
Christian Heilmann
EnjoyCSS is a WYSIWYG editor for CSS http://enjoycss.com/start/ - includes pseudo selector generation.
Proceed(4)
Thanks for your like.
You've done it, haven't you?
{"sid":"lKk","rid":1,"page":"code","page_params":[],"username":""}
Skip
Next

We'll add only required prefixes
for browsers you gonna choose,
based on data from caniuse.com
4+
4+
9+
10.5+
4+
5.0+
2.1+
7+
Hide default rules
Copy to clipboard
HTML
<input type="button" class="locicat-css" value="Sign In" />
Copy to clipboard
CSS
LESS
SCSS
.locicat-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 164px;
  height: 35px;
  border: 2px solid rgba(40,40,40,1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal 16px/1 Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  text-indent: 55px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(43,104,165,1);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}