Skip to content

Commit

Permalink
Now using dashed outline 'ghosts' for non-existent titles, nice!
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Mar 7, 2014
1 parent a0ddb43 commit 5f7f56d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cms/static/cms/css/cms.pagetree.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions cms/static/cms/sass/cms.pagetree.scss
Expand Up @@ -154,7 +154,8 @@ $color-background-blue-hover: #e6f6fd;
width: 18px !important; height: 18px !important; margin:0 !important;
background: url('../img/pagetree/sprite.png') -40px -80px no-repeat !important; }
li .col-language span {
width:14px !important; height:14px !important; margin:-3px 0 0 !important;
border: 1px solid transparent;
width:12px !important; height:12px !important; margin:-3px 0 0 !important;
@include inline-block();
@include border-radius(7px);
color: transparent;
Expand All @@ -164,8 +165,8 @@ $color-background-blue-hover: #e6f6fd;
-moz-animation:pulsate 2.5s ease-out infinite;
animation:pulsate 2.5s ease-out infinite;
}
&.empty { background-color:#d9d9d9; /* hsl(0, 0%, 85%) */ }
&.unpublished { background-color:#b3b3b3; /* hsl(0, 0%, 70%) */ }
&.empty { border: 1px dashed #808080; background-color:transparent; /* hsl(0, 0%, 50%) */ }
&.unpublished { background-color:#b3b3b3; /* hsl(0, 0%, 70%) */ }
&.unpublishedparent { background-color:#bff08e; /* hsl(90, 77%, 75%) */ }
&.published { background-color:#65b417; }
}
Expand Down

0 comments on commit 5f7f56d

Please sign in to comment.