All Downloads are FREE. Search and download functionalities are using the official Maven repository.

structr.codemirror.addon.search.matchesonscrollbar.css Maven / Gradle / Ivy

Go to download

Structr is an open source framework based on the popular Neo4j graph database.

The newest version!
.CodeMirror-search-match {
  background: gold;
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: .5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy