Changeset 17741


Ignore:
Timestamp:
04/30/14 13:26:01 (11 years ago)
Author:
tbretz
Message:
Added style for match highlighting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.css

    r17700 r17741  
    99    background: #000000;
    1010    color: #F8F8F8;
     11}
     12
     13.CodeMirror-focused .cm-matchhighlight
     14{
     15    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFklEQVQI12NgYGBgkKzc8x9CMDAwAAAmhwSbidEoSQAAAABJRU5ErkJggg==);
     16    background-position: bottom;
     17    background-repeat: repeat-x;
    1118}
    1219
Note: See TracChangeset for help on using the changeset viewer.