avatar/photo on DBL change add css class

Issue #78 resolved
Alex M Pro created an issue

get in circle, ch position etc

Comments (4)

  1. Alex M Pro reporter
    .flagorava {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 0 3px #ebeaea, 0 0 0 5px #999, 0 2px 5px 4px rgba(0,0,0,.2);
      -moz-box-shadow: 0 0 0 3px #ebeaea, 0 0 0 5px #999, 0 2px 5px 4px rgba(0,0,0,.2);
      box-shadow: 0 0 0 3px #ebeaea, 0 0 0 5px #999, 0 2px 5px 4px rgba(0,0,0,.2);
      z-index: 261;
      text-align: left;
      display:inline-flex;
      height: 100%;
      align-items: center;
      justify-content: center;
    }
    
  2. Log in to comment