Sha256: 1c57504fd0fd35e5e3e07ad14e66bdf921b4e5386308270366e25f36f520d149

Contents?: true

Size: 913 Bytes

Versions: 1

Compression:

Stored size: 913 Bytes

Contents

.ace_active-line {
  background: inherit !important;
}
.ace_gutter-cell {
  cursor: pointer;
}
.ace_gutter-cell.ace_breakpoint {
  background: #faa url('/img/breakpoint.png') no-repeat 3px 2px;
}
.ace_gutter-cell.ace_breakpoint:hover {
  background-color: #f77;
}
.ace_gutter-cell:not(.ace_breakpoint):hover {
  background: #fdd url('/img/breakpoint-light.png') no-repeat 3px 2px;
}
.ace_gutter-cell.live-command:not(.ace_breakpoint):hover {
  background: #ccc url('/img/breakpoint-live-command-light.png') no-repeat 3px 2px;
}
.ace_content .live-command {
  position: absolute;
  background: rgb(255, 251, 109);
  outline: 1px solid rgb(235, 231, 089);
}
.ace_gutter-cell.live-command {
  background: #ccc url('/img/live-command.png') no-repeat 3px 2px;
}
.ace_gutter-cell.live-command.ace_breakpoint {
  background: #ccc url('/img/breakpoint-live-command.png') no-repeat 3px 2px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rdb-0.0.1 lib/rdb/web/public/css/editor.css