Skip to content

Commit

Permalink
Refs #4502 Make menu look and feel consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jan 16, 2014
1 parent 9680300 commit a6a7288
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions plugins/Morpheus/stylesheets/theme.less
Expand Up @@ -320,20 +320,34 @@ table.entityTable tr td a:hover {

/* Iframed Embed dashboard style */
#standalone {
#Dashboard > ul {
background: #fff;
border: 1px solid @silver-80;
padding: 8px 10px 8px 10px;
color: #444;
height: 12px;
line-height:1em;
.border-radius(0px);
}

#Dashboard:hover ul {
background: #f1f0eb;
border-color: #a9a399;
}

#Dashboard {
ul {

background: #fff;
border: 1px solid @silver-80;
padding: 8px 10px 8px 10px;
color: #444;
height: 12px;
line-height:0.5em;
.border-radius(0px);
}
> ul > li:hover,
> ul > li:hover a,
> ul > li.sfHover,
> ul > li.sfHover a {
color: @brand-red;
}
> ul > li.sfHover,
> ul > li.sfHover a {
font-weight: normal;
}
}
}

.rss-title {
Expand Down

0 comments on commit a6a7288

Please sign in to comment.