Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Revert "Adds nicer tab styles"
Browse files Browse the repository at this point in the history
This reverts commit 5739e33.
  • Loading branch information
Denis Krienbühl committed Apr 18, 2016
1 parent 5739e33 commit 2e09fde
Showing 1 changed file with 1 addition and 46 deletions.
47 changes: 1 addition & 46 deletions onegov/town/theme/styles/town.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@ button {

// fix borders missing with zurb foundation
tbody div.fc-content-skeleton td {
border-color: $gainsboro;
border-color: #ddd;
}
}

Expand Down Expand Up @@ -2488,48 +2488,3 @@ ul.search-results {
.subscribers li:hover span {
background-color: $yellow-pastel;
}

/*
Nicer tabs
*/

ul.tabs {
background-color: $silver;
border-bottom: 1px solid $gainsboro;
border-top: 1px solid $white;
box-shadow: inset 0 1px 0 $white;
margin-bottom: 1rem !important;
padding: 0;

li {
border-bottom: 1px solid $gainsboro;
padding: 0;
position: relative;
top: 1px;

a {
background-color: $white-smoke;
}
}

.active {
border: 1px solid $gainsboro;
border-bottom: 0;
}
}

@media #{$small-only} {
ul.tabs {
background-color: $white;

li {
border: 0;
display: block;
width: 100%;

&.active {
border: 1px solid $white-smoke;
}
}
}
}

0 comments on commit 2e09fde

Please sign in to comment.