Fix pointer on index tab
This commit is contained in:
parent
aac4c8477f
commit
276a77b67e
|
@ -39,13 +39,15 @@
|
|||
font-family: monospace;
|
||||
font-weight: bold;
|
||||
color: #888;
|
||||
cursor: pointer;
|
||||
user-select: none
|
||||
}
|
||||
div.tab a {
|
||||
color: #888;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.tab-content {
|
||||
cursor: pointer;
|
||||
}
|
||||
div.tab-down {
|
||||
background-color: #333;
|
||||
border-color: #bbb;
|
||||
|
|
Loading…
Reference in New Issue