mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
44 lines
1.2 KiB
HTML
44 lines
1.2 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="storybook-version" content="2.35.3">
|
|
<title>React Storybook</title>
|
|
<style>
|
|
/*
|
|
When resizing panels, the drag event breaks if the cursor
|
|
moves over the iframe. Add the 'dragging' class to the body
|
|
at drag start and remove it when the drag ends.
|
|
*/
|
|
.dragging iframe {
|
|
pointer-events: none;
|
|
}
|
|
|
|
/* Styling the fuzzy search box placeholders */
|
|
.searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
|
|
color: #ddd;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.searchBox::-moz-placeholder { /* Firefox 19+ */
|
|
color: #ddd;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.searchBox:focus{
|
|
border-color: #EEE !important;
|
|
}
|
|
|
|
.btn:hover{
|
|
background-color: #eee
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="margin: 0;">
|
|
<div id="root"></div>
|
|
<script src="static/manager.4dc6928017acc8856e42.bundle.js"></script>
|
|
</body>
|
|
</html>
|
|
|