mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
#1471 - In cms_left.css should read 'cursor: default' not 'cursor: normal' (merged from 2.1.1 branch, r43598)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44208 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
59dc14d010
commit
bdfbb9a046
@ -204,13 +204,13 @@ ul.tree.multiselect li.selected span.a.unexpanded span.b {
|
|||||||
|
|
||||||
ul.tree span.a a.disabled {
|
ul.tree span.a a.disabled {
|
||||||
color: #999;
|
color: #999;
|
||||||
cursor: normal;
|
cursor: default;
|
||||||
}
|
}
|
||||||
ul.tree span.a a.disabled * {
|
ul.tree span.a a.disabled * {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: none;
|
background: none;
|
||||||
color: #999;
|
color: #999;
|
||||||
cursor: normal;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user