ng-inline-edit.css 383 Bytes
Newer Older
frank.xa.zhang's avatar
frank.xa.zhang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/**
 * ng-inline-edit v0.7.0 (http://tamerayd.in/ng-inline-edit)
 * Copyright 2015 Tamer Aydin (http://tamerayd.in)
 * Licensed under MIT
 */
.ng-inline-edit__input {
  border: 0;
  outline: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none; }
.ng-inline-edit__inner-container {
  display: inline-block; }
.ng-inline-edit__button {
  cursor: pointer; }