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 3, 2019
1 parent 018db9a commit f1a2041
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 174 deletions.
29 changes: 17 additions & 12 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,22 +257,32 @@ 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),
0 1px 1px rgba(0, 0, 0, 0.075);
border: 1px solid #adadad;
}

/* 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 {
/* activated Font Awesome icon (for EasyButton add ' active' to icon class property) */
.fa.active {
/* use same color as leaflet-locatecontrol */
color: #2074b6;
}
/* Bootstrap button */
.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 f1a2041

Please sign in to comment.