mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
add node modules to repo
This commit is contained in:
35
app/node_modules/electron-in-page-search/example/webview/style.css
generated
vendored
Normal file
35
app/node_modules/electron-in-page-search/example/webview/style.css
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*
|
||||
* .electron-in-page-search-window is a class specified to default
|
||||
* <webview> element for search window.
|
||||
*/
|
||||
.electron-in-page-search-window {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border: solid grey 1px;
|
||||
background-color: white;
|
||||
width: 300px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
/*
|
||||
* .search-inactive is added to search window <webview> when the window
|
||||
* is inactive.
|
||||
*/
|
||||
.search-inactive {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
* .search-inactive is added to search window <webview> when the window
|
||||
* is active.
|
||||
*/
|
||||
.search-active {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#target-webview {
|
||||
width: 100%;
|
||||
height: 350px;
|
||||
border: solid black 1px;
|
||||
}
|
Reference in New Issue
Block a user