occur+isearch: fixing highlighting for big font sizes
This commit is contained in:
parent
7ee9300df3
commit
e8c8cfeda4
2 changed files with 4 additions and 4 deletions
|
|
@ -219,11 +219,11 @@ dom.importCssString && dom.importCssString("\
|
|||
}\
|
||||
div.ace_isearch-result {\
|
||||
border-radius: 4px;\
|
||||
border: 8px solid rgba(255, 200, 0, 0.5);\
|
||||
background-color: rgba(255, 200, 0, 0.5);\
|
||||
box-shadow: 0 0 4px rgb(255, 200, 0);\
|
||||
}\
|
||||
.ace_dark div.ace_isearch-result {\
|
||||
border: 8px solid rgb(100, 110, 160);\
|
||||
background-color: rgb(100, 110, 160);\
|
||||
box-shadow: 0 0 4px rgb(80, 90, 140);\
|
||||
}", "incremental-search-highlighting");
|
||||
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ oop.inherits(Occur, Search);
|
|||
var dom = require('./lib/dom');
|
||||
dom.importCssString(".ace_occur-highlight {\n\
|
||||
border-radius: 4px;\n\
|
||||
border: 8px solid rgba(87, 255, 8, 0.25);\n\
|
||||
background-color: rgba(87, 255, 8, 0.25);\n\
|
||||
position: absolute;\n\
|
||||
z-index: 4;\n\
|
||||
-moz-box-sizing: border-box;\n\
|
||||
|
|
@ -181,7 +181,7 @@ dom.importCssString(".ace_occur-highlight {\n\
|
|||
box-shadow: 0 0 4px rgb(91, 255, 50);\n\
|
||||
}\n\
|
||||
.ace_dark .ace_occur-highlight {\n\
|
||||
border: 8px solid rgb(80, 140, 85);\n\
|
||||
background-color: rgb(80, 140, 85);\n\
|
||||
box-shadow: 0 0 4px rgb(60, 120, 70);\n\
|
||||
}\n", "incremental-occur-highlighting");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue