Skip to content

Commit

Permalink
Swiss menu styles
Browse files Browse the repository at this point in the history
  • Loading branch information
imakewebthings committed Aug 11, 2011
1 parent 1ca5dab commit 0ca4336
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/style/swiss.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@
.deck-container .deck-status {
font-size: 0.6666em;
}
.deck-container.deck-menu .slide {
background: #eee;
}
.deck-container.deck-menu .deck-current {
background: #ddf;
}
10 changes: 10 additions & 0 deletions themes/style/swiss.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,14 @@
.deck-status {
font-size:0.6666em;
}

&.deck-menu {
.slide {
background:#eee;
}

.deck-current {
background:#ddf;
}
}
}

0 comments on commit 0ca4336

Please sign in to comment.