UNPKG
processmaker-builder
Version:
3_2_2 (1.0.0)
latest (3.2.2)
3.2.2
1.0.0
The gulp task runner for ProcessMaker building
bitbucket.org/duhnnie/processmaker
processmaker-builder
/
gulliver
/
js
/
codemirror
/
addon
/
search
/
matchesonscrollbar.css
9 lines
(8 loc)
•
188 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
.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
; }