Skip to content

Commit

Permalink
Upgrade to latest bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Jun 2, 2019
1 parent 3c9509a commit d6050e4
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 160 deletions.
20 changes: 11 additions & 9 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ table.dataTable {
/* align with leaflet-control */
padding: 0.5rem 10px;
}
.navbar-brand {
float: right;
margin-left: 1rem;
margin-right: 0;
}
.nav-link .fa {
margin-right: 0.2em;
}
Expand Down Expand Up @@ -262,7 +257,7 @@ https://css-tricks.com/svg-line-animation-works/
background: none;
outline: none;

/* bootstrap .btn-default */
/* bootstrap .btn-secondary */
background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
background-repeat: repeat-x;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
Expand All @@ -273,11 +268,18 @@ https://css-tricks.com/svg-line-animation-works/
/* activated Font Awesome icon and Bootstrap button
(for EasyButton add ' active' to icon class property) */
.fa.active,
.btn.active,
.btn.active:hover,
.btn.active:focus {
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary.active,
.btn-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:hover {
/* use same color as leaflet-locatecontrol */
color: #2074b6;
background-color: #e6e6e6;
}

button.btn {
box-shadow: none !important;
}

.leaflet-bar button {
Expand Down
Loading

0 comments on commit d6050e4

Please sign in to comment.