Skip to content

Commit

Permalink
refs #5212 a few ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed May 29, 2014
1 parent 8fb7b4c commit 4e950e8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions plugins/LeftMenu/stylesheets/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

#root .Menu--dashboard {
border-top: 0px;
border: 0px;
}

.sites_selector_in_dashboard {
Expand Down Expand Up @@ -74,7 +74,6 @@

.Menu--dashboard > .Menu-tabList > li > span,
.Menu--dashboard > .Menu-tabList > li > a {
border-bottom: 1px dotted #778;
display: block;
padding: 5px 10px;
font-size: 18px;
Expand All @@ -101,22 +100,15 @@

.Menu--dashboard > .Menu-tabList li li a:link,
.Menu--dashboard > .Menu-tabList li li a:visited {
color: #000;
text-decoration: none;
}

.Menu--dashboard > .Menu-tabList > .sfActive > a,
.Menu--dashboard > .Menu-tabList > li > a:hover {
background: #f1f1f1;
border-bottom: 1px dotted #777788 !important;
}

.Menu--dashboard > .Menu-tabList li li a:hover,
.Menu--dashboard > .Menu-tabList li li a.active {
color: @theme-color-link;
}

.Menu--dashboard > .Menu-tabList > .sfActive .sfHover > a {
color: @theme-color-link;
font-weight: bold;
}

Expand Down

0 comments on commit 4e950e8

Please sign in to comment.