Userscript template aktualisiert
This commit is contained in:
18
src/status.css
Normal file
18
src/status.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.tapi-dropdown {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.tapi-dropdown-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
min-width: 200px;
|
||||
overflow: auto;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.show {
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user