You are here

ckeditor.nbsp.css in CKEditor Non-breaking space Plugin ( ) 8.2

Same filename and directory in other branches
  1. 8 plugins/nbsp/css/ckeditor.nbsp.css
span.nbsp {
  border: 1px solid rgba(0, 123, 198, 1);
  background-color: rgba(0, 123, 198, 0.4);
}

File

plugins/nbsp/css/ckeditor.nbsp.css
View source
  1. span.nbsp {
  2. border: 1px solid rgba(0, 123, 198, 1);
  3. background-color: rgba(0, 123, 198, 0.4);
  4. }