Skip to content

Commit

Permalink
Refs #4502 Styling embed dashboard menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jan 16, 2014
1 parent f53c893 commit dda83f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions plugins/Morpheus/stylesheets/theme.less
Expand Up @@ -318,6 +318,22 @@ table.entityTable tr td a:hover {
}
}

/* Embed dashboard style */
#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;
}

.rss-title {
color: @brand-blue !important;
font-weight: normal;
Expand Down

0 comments on commit dda83f4

Please sign in to comment.