From dda83f41c3b94512791a0c798cc6a514b0f41b57 Mon Sep 17 00:00:00 2001 From: mattab Date: Thu, 16 Jan 2014 16:34:54 +1300 Subject: [PATCH] Refs #4502 Styling embed dashboard menu --- plugins/Morpheus/stylesheets/theme.less | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less index 6d4cf671786..d206a62b688 100644 --- a/plugins/Morpheus/stylesheets/theme.less +++ b/plugins/Morpheus/stylesheets/theme.less @@ -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;