bazarr button fixes
This commit is contained in:
parent
5788bd1a0d
commit
6a450fbfed
@ -436,6 +436,7 @@ table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before
|
|||||||
.btn-info.disabled {
|
.btn-info.disabled {
|
||||||
background: var(--button-color);
|
background: var(--button-color);
|
||||||
border: 1px solid var(--button-color);
|
border: 1px solid var(--button-color);
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info:hover,
|
.btn-info:hover,
|
||||||
@ -489,6 +490,17 @@ a.dt-button.disabled {
|
|||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.dt-button.disabled:hover,
|
||||||
|
div.dt-button.disabled:hover,
|
||||||
|
a.dt-button.disabled:hover {
|
||||||
|
color: #eee;
|
||||||
|
border: 1px solid var(--button-color);
|
||||||
|
background-color: var(--button-color);
|
||||||
|
background-image: none !important;
|
||||||
|
opacity: .5;
|
||||||
|
cursor: not-allowed !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-light:not(:disabled):not(.disabled).active,
|
.btn-light:not(:disabled):not(.disabled).active,
|
||||||
.btn-light:not(:disabled):not(.disabled):active,
|
.btn-light:not(:disabled):not(.disabled):active,
|
||||||
.show>.btn-light.dropdown-toggle {
|
.show>.btn-light.dropdown-toggle {
|
||||||
@ -531,7 +543,12 @@ a.dt-button.disabled {
|
|||||||
border: 1px solid var(--button-color);
|
border: 1px solid var(--button-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary:hover,
|
.btn-secondary:hover {
|
||||||
|
background: var(--button-color-hover);
|
||||||
|
opacity: 1;
|
||||||
|
border: 1px solid var(--button-color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
.btn-secondary.disabled:hover {
|
.btn-secondary.disabled:hover {
|
||||||
background: var(--button-color-hover);
|
background: var(--button-color-hover);
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
@ -693,9 +710,7 @@ a.dt-button.disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* General */
|
/* General */
|
||||||
#settings_form .restart {
|
|
||||||
color: var(--accent-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Notifications */
|
/* Notifications */
|
||||||
.alert-secondary {
|
.alert-secondary {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user