CSS Anpassungen

Reiseprogramm-Tabs Mauszeiger / nav-tabs curser Pointer
Anpassung Logos im Footer
/images/st2/icons/arrowup.gif bei Video Link entfernen
Model (Layer) Scrollbar / Ohne Script

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3311 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2017-03-06 15:27:09 +00:00
parent 55645fce16
commit 02e576ebc7
4 changed files with 55 additions and 10 deletions

View file

@ -1890,6 +1890,28 @@ body.modal-open {
.modal-open {
overflow: auto !important;
}
.modal-dialog {
overflow-y: initial !important;
}
.modal-body {
max-height: 85vh;
overflow-y: auto;
}
@media screen and (max-height: 1000px) {
.modal-body {
max-height: 80vh;
}
}
@media screen and (max-height: 800px) {
.modal-body {
max-height: 75vh;
}
}
@media screen and (max-height: 600px) {
.modal-body {
max-height: 70vh;
}
}
/* background setup */
.background {
background-repeat: no-repeat;
@ -2223,6 +2245,7 @@ i {
font-weight: 600;
white-space: nowrap;
padding: 10px 10px;
cursor: pointer;
}
#content section .nav-tabs > li.active > a,
#content section .nav-tabs > li.active > a:hover,
@ -2230,10 +2253,10 @@ i {
#content section .nav-tabs > li > a:hover,
#content section .nav-tabs > li > a:focus {
color: #fff;
cursor: default;
background-color: #ffc926;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: pointer;
}
#content section .nav-tabs > li.active > a .fa,
#content section .nav-tabs > li.active > a:hover .fa,