Use default cursor for list items
This commit is contained in:
parent
a10a17f818
commit
15e9e95817
|
@ -8,5 +8,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#body-login .error-broken-link ul li{
|
#body-login .error-broken-link ul li{
|
||||||
list-style: disc;list-style-position:inside;
|
list-style: disc;list-style-position:inside;cursor:default;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue