﻿.editor-field {
    position: relative;
}

button.passwordToggle {
    background: transparent;
    border: none;
    color: #6B6B6E;
    display: inline-block;
    position: absolute;
    padding: 6px;
    right: 0.3em;
    top: 0;
}

input[type="text"] + button.passwordToggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e105";
}
input[type="password"] + button.passwordToggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e106";
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
      url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
      url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
      url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}