mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Show matches count in find widget
This commit is contained in:
@@ -33,6 +33,25 @@
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
.monaco-findInput > .controls > .matchCount {
|
||||
margin-left: 2px;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
max-width: 30px;
|
||||
min-width: 20px;
|
||||
text-align: center;
|
||||
|
||||
background: #ddd;
|
||||
border-radius: 5px;
|
||||
padding: 0 4px;
|
||||
|
||||
-webkit-box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.vs .monaco-findInput > .controls > .custom-checkbox.case-sensitive {
|
||||
background: url('case-sensitive.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user