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