File: str_view.css

package info (click to toggle)
r-cran-stringr 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,032 kB
  • sloc: javascript: 11; sh: 9; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.str_view ul {
  font-size: 16px;
}

.str_view ul, .str_view li {
  list-style: none;
  padding: 0;
  margin: 0.5em 0;
}

.str_view .match {
  border: 1px solid #ccc;
  background-color: #eee;
  border-color: #ccc;
  border-radius: 3px;
}

.str_view .special {
  background-color: red;
}