1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00
Files
mywebsite/node_modules/mongo-express/public/stylesheets/style.css

16 lines
211 B
CSS

.documentlist {
height: 100px;
overflow: auto;
}
.documentlist:hover {
cursor: pointer;
background: #EEE;
}
.tableWrapper {
/*overflow: scroll;*/
width: 100%;
display: table;
cursor: pointer;
}