mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
21 lines
356 B
CSS
21 lines
356 B
CSS
.location-map .nav-tabs .active {
|
|
text-decoration: underline;
|
|
color: lightskyblue !important;
|
|
}
|
|
|
|
.location-map .nav-tabs {
|
|
top: -30px;
|
|
right: 0;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.location-map .tab-content label {
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.location-map .tab-content select {
|
|
border-color: #e8e8e8;
|
|
border-radius: 3px;
|
|
}
|