diff options
Diffstat (limited to 'assets/sass/_project_views_switcher.sass')
-rw-r--r-- | assets/sass/_project_views_switcher.sass | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/assets/sass/_project_views_switcher.sass b/assets/sass/_project_views_switcher.sass new file mode 100644 index 00000000..903c8f6a --- /dev/null +++ b/assets/sass/_project_views_switcher.sass @@ -0,0 +1,36 @@ +.views + display: inline-block + margin-left: 10px + margin-right: 10px + font-size: 0.9em + li + background: #fafafa + border-left: 1px solid #ddd + border-top: 1px solid #ddd + border-bottom: 1px solid #ddd + padding: 5px 8px + display: inline + a + color: #555 + text-decoration: none + &:hover + color: #333 + text-decoration: underline + +.menu-inline li.active a + font-weight: bold + color: #000 + text-decoration: none + +.views li + &.active a + font-weight: bold + color: #000 + text-decoration: none + &:first-child + border-top-left-radius: 5px + border-bottom-left-radius: 5px + &:last-child + border-right: 1px solid #ddd + border-top-right-radius: 5px + border-bottom-right-radius: 5px |