bazarr mobile fixes + modal accent
This commit is contained in:
parent
86e79b5f8f
commit
7f4da9bcdb
@ -748,7 +748,13 @@ a.dt-button.disabled:hover {
|
|||||||
-moz-background-size: auto, cover;
|
-moz-background-size: auto, cover;
|
||||||
-o-background-size: auto, cover;
|
-o-background-size: auto, cover;
|
||||||
}
|
}
|
||||||
|
.modal-header {
|
||||||
|
border-bottom: 1px solid var(--accent-color);
|
||||||
|
|
||||||
|
}
|
||||||
|
.modal-footer {
|
||||||
|
border-top: 1px solid var(--accent-color);
|
||||||
|
}
|
||||||
.modal-content .badge-secondary {
|
.modal-content .badge-secondary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
@ -780,13 +786,16 @@ a.dt-button.disabled:hover {
|
|||||||
background: var(--modal-bg-color);
|
background: var(--modal-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#buttons_bars .col-8 {
|
#buttons_bars .col-8 {
|
||||||
-ms-flex: none !important;
|
-ms-flex: none !important;
|
||||||
flex: none !important;
|
flex: auto;
|
||||||
max-width: none !important;
|
max-width: fit-content;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
display: inline-grid;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 11;
|
||||||
|
}
|
||||||
|
|
||||||
.page-titles .btn {
|
.page-titles .btn {
|
||||||
height: 50px !important;
|
height: 50px !important;
|
||||||
@ -794,12 +803,14 @@ a.dt-button.disabled:hover {
|
|||||||
padding: 0 0;
|
padding: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#buttons_bars .col-4 {
|
#buttons_bars .col-4 {
|
||||||
-ms-flex: none !important;
|
-ms-flex: none !important;
|
||||||
flex: none !important;
|
flex: auto;
|
||||||
max-width: 100% !important;
|
display: grid;
|
||||||
position: inherit !important;
|
|
||||||
padding-right: 5px !important;
|
padding-right: 5px !important;
|
||||||
padding-bottom: 5px !important;
|
padding-bottom: 5px !important;
|
||||||
}
|
position: inherit;
|
||||||
|
z-index: 10;
|
||||||
|
padding-left: 85%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user