Sha256: 5c216eda0a6e94c380837de6c849ec2efa5f18b9559f66e935fbc61b77712b28

Contents?: true

Size: 750 Bytes

Versions: 2

Compression:

Stored size: 750 Bytes

Contents

.content-highlight{
  background: yellow;
  cursor: pointer;
}
.content-highlight-lifetime-me{
  background: #0cf10c;
}
.content-highlight-lifetime-others{
  background: yellow;
}
.content-highlight-active{
  background: #c1c124;
}
.content-highlight-poptip{
  position: absolute;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  background: #adabab;
  border: 1px solid #adabab;
  border-radius: 5px;
  padding: 5px;
  color: white;
  width: 130px;
}
.content-highlight-poptip .description{
  font-size: 100%;
  line-height: 140%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-highlight-poptip .cancel_highlight{
  font-size: 80%;
  text-decoration: underline;
  color: inherit;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_content_highlightable-0.2.1 vendor/assets/stylesheets/content_highlight.css
acts_as_content_highlightable-0.2.0 vendor/assets/stylesheets/content_highlight.css