bazarr screenshot
This commit is contained in:
parent
1f46cb146d
commit
6c4deb621d
@ -70,12 +70,12 @@ body {
|
|||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
background: rgba(0, 0, 0, .25);
|
background: #1f1f1f;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 5px;
|
||||||
border-radius: 2px;
|
border-radius: 5px;
|
||||||
background-color: rgba(255, 255, 255, 0.25) !important;
|
background-color: rgba(255, 255, 255, 0.35) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* navbar and searchbar */
|
/* navbar and searchbar */
|
||||||
@ -1036,7 +1036,7 @@ table.dataTable tr.dtrg-group td {
|
|||||||
background-color: rgba(0, 0, 0, .7);
|
background-color: rgba(0, 0, 0, .7);
|
||||||
}
|
}
|
||||||
.page-titles {
|
.page-titles {
|
||||||
background: var(--main-bg-color);
|
background: rgb(0 0 0 / 25%);
|
||||||
box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
|
box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
|
||||||
}
|
}
|
||||||
.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
|
.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
|
||||||
@ -1068,6 +1068,9 @@ table.dataTable tr.dtrg-group td {
|
|||||||
.topbar ul.dropdown-user li a:hover {
|
.topbar ul.dropdown-user li a:hover {
|
||||||
background: rgb(255 255 255 / 7%);
|
background: rgb(255 255 255 / 7%);
|
||||||
}
|
}
|
||||||
|
.buttons_bars {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Sidebar */
|
/* Sidebar */
|
||||||
@ -1386,4 +1389,8 @@ button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
|
|||||||
/* Chart */
|
/* Chart */
|
||||||
.chartjs-render-monitor {
|
.chartjs-render-monitor {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
|
}
|
||||||
|
.highlight pre code {
|
||||||
|
font-size: inherit;
|
||||||
|
color: #eee;
|
||||||
}
|
}
|
||||||
BIN
Screenshots/bazarr/organizr-dark.png
Normal file
BIN
Screenshots/bazarr/organizr-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 841 KiB |
Loading…
Reference in New Issue
Block a user