mywiki/css/style.css
2022-03-27 22:00:29 +00:00

24 lines
293 B
CSS

#hello {
color: red;
}
li[data-id="wikis"] select {
width: calc(100% - 50px);
}
.-myWikiControls {
width: 100%;
margin: .25em;
}
.-myWikiControls select {
width: 98%;
}
option.separator {
font-size: 1px;
min-height:1px;
max-height:1px;
padding:0;
background-color: #000000;
}