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

META-INF.dirigible.ide-monaco.css.editor.css Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
body {
  overflow: hidden;
  height: 100%;
}
#embeddedEditor {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#loadingOverview {
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.modified-line {
  background: skyblue;
  width: 3px !important;
  margin-left: 5px;
}
.deleted-line {
  width: 3px !important;
  margin-left: 5px;
}
.deleted-line::after {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  top: 100%;
  content: "";
  border-top: 4px solid transparent;
  border-left: 4px solid #ca4b51;
  border-bottom: 4px solid transparent;
  margin-top: -4px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy