mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Added light blue colouring to notinmenu items
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@65913 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
16d96c7f36
commit
59278d784f
@ -121,6 +121,12 @@ ul.tree.multiselect li.selected span.a.unexpanded span.b {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
ul.tree span.a a.notinmenu, ul.tree span.a a.notinmenu * {
|
||||||
|
color: #77A;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
ul.tree span.a a.disabled {
|
ul.tree span.a a.disabled {
|
||||||
color: #999;
|
color: #999;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -153,17 +159,17 @@ ul.tree .deleted {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Created on stage, never published */
|
/* Created on stage, never published */
|
||||||
ul.tree ins,
|
ul.tree span.a a ins, ul.tree span.a a.notinmenu ins,
|
||||||
#publication_key ins {
|
#publication_key ins {
|
||||||
color: orange;
|
color: orange;
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
}
|
}
|
||||||
/* Deleted on stage */
|
/* Deleted on stage */
|
||||||
ul.tree del,
|
ul.tree span.a a del, ul.tree span.a a.notinmenu del,
|
||||||
#publication_key del {
|
#publication_key del {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
ul.tree span.modified,
|
ul.tree span.a span.modified,
|
||||||
#publication_key span.modified {
|
#publication_key span.modified {
|
||||||
color: green;
|
color: green;
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user