mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Tested by deleting everything, running npm install from scratch. This helps ensure that only the files in the static subdirectory can be served. Should eliminate serving config files via http.
29 lines
456 B
CSS
29 lines
456 B
CSS
.dropdown-menu {
|
|
font-size: 200%;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: absolute;
|
|
visibility: hidden;
|
|
right: 8px;
|
|
}
|
|
|
|
.dropdown-menu li {
|
|
list-style: none;
|
|
float: none;
|
|
display: inline;
|
|
}
|
|
|
|
.dropdown-menu li a {
|
|
display: block;
|
|
text-decoration: none;
|
|
white-space: nowrap;
|
|
width: auto;
|
|
background: #BBBBBB;
|
|
color: #24313C;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.dropdown-menu li a:hover {
|
|
background: #EEEEFF;
|
|
}
|